weikaih commited on
Commit
fb59de9
·
verified ·
1 Parent(s): 5293308

Add AI2-Thor Perspective Taking QA Dataset with dual image capture and enhanced metadata

Browse files
README.md ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: answer
7
+ dtype: string
8
+ - name: choices
9
+ sequence: string
10
+ - name: marked_image
11
+ dtype: image
12
+ - name: new_perspective
13
+ dtype: image
14
+ - name: scene_name
15
+ dtype: string
16
+ - name: trajectory_id
17
+ dtype: string
18
+ - name: question_type
19
+ dtype: string
20
+ - name: difficulty
21
+ dtype: string
22
+ - name: movement_type
23
+ dtype: string
24
+ - name: platform
25
+ dtype: string
26
+ - name: metadata
27
+ struct:
28
+ - name: generation_method
29
+ dtype: string
30
+ - name: has_marked_image
31
+ dtype: bool
32
+ - name: has_new_perspective
33
+ dtype: bool
34
+ - name: original_question_with_choices
35
+ dtype: string
36
+ - name: question_metadata
37
+ struct:
38
+ - name: agent_states
39
+ struct:
40
+ - name: initial
41
+ struct:
42
+ - name: cameraHorizon
43
+ dtype: float64
44
+ - name: position
45
+ struct:
46
+ - name: x
47
+ dtype: float64
48
+ - name: y
49
+ dtype: float64
50
+ - name: z
51
+ dtype: float64
52
+ - name: rotation
53
+ struct:
54
+ - name: x
55
+ dtype: float64
56
+ - name: y
57
+ dtype: float64
58
+ - name: z
59
+ dtype: float64
60
+ - name: new
61
+ struct:
62
+ - name: cameraHorizon
63
+ dtype: float64
64
+ - name: position
65
+ struct:
66
+ - name: x
67
+ dtype: float64
68
+ - name: y
69
+ dtype: float64
70
+ - name: z
71
+ dtype: float64
72
+ - name: rotation
73
+ struct:
74
+ - name: x
75
+ dtype: float64
76
+ - name: y
77
+ dtype: float64
78
+ - name: z
79
+ dtype: float64
80
+ - name: answer_choices
81
+ sequence: string
82
+ - name: image_paths
83
+ struct:
84
+ - name: new_perspective
85
+ dtype: string
86
+ - name: original_marked
87
+ dtype: string
88
+ - name: movement_info
89
+ struct:
90
+ - name: direction
91
+ dtype: string
92
+ - name: rotation_change
93
+ dtype: float64
94
+ - name: target_point_2d
95
+ sequence: float64
96
+ - name: target_position_3d
97
+ struct:
98
+ - name: x
99
+ dtype: float64
100
+ - name: y
101
+ dtype: float64
102
+ - name: z
103
+ dtype: float64
104
+ - name: object_info
105
+ struct:
106
+ - name: distance_change
107
+ dtype: float64
108
+ - name: initial_distance
109
+ dtype: float64
110
+ - name: new_distance
111
+ dtype: float64
112
+ - name: object_id
113
+ dtype: string
114
+ - name: original_compatibility
115
+ dtype: string
116
+ - name: original_question
117
+ dtype: string
118
+ - name: question_index
119
+ dtype: int64
120
+ - name: sample_index
121
+ dtype: int64
122
+ - name: scene_name
123
+ dtype: string
124
+ - name: template
125
+ dtype: string
126
+ - name: task_type
127
+ dtype: string
128
+ splits:
129
+ - name: train
130
+ num_bytes: 31889740.725490198
131
+ num_examples: 40
132
+ - name: validation
133
+ num_bytes: 4271864.215686275
134
+ num_examples: 5
135
+ - name: test
136
+ num_bytes: 5151672.05882353
137
+ num_examples: 6
138
+ download_size: 19034129
139
+ dataset_size: 41313277.0
140
+ configs:
141
+ - config_name: default
142
+ data_files:
143
+ - split: train
144
+ path: data/train-*
145
+ - split: validation
146
+ path: data/validation-*
147
+ - split: test
148
+ path: data/test-*
149
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8223420b4f2f3341d21519c76a8e2665cbf4dd782ef728e49f746a146435649
3
+ size 4390830
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1b55a64d27f79db4c87008eed75e7649152e58223cc955861b55259527c67fb
3
+ size 11176722
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2743f40e1a2692802f96eacb80cf999e98bc765046c57966bb994946fa826ea0
3
+ size 3466577