weikaih commited on
Commit
69589a4
·
verified ·
1 Parent(s): ec42d39

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

Browse files
README.md ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: answer
7
+ dtype: string
8
+ - name: choices
9
+ list: 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
+ list: string
82
+ - name: batch_id
83
+ dtype: int64
84
+ - name: image_paths
85
+ struct:
86
+ - name: new_perspective
87
+ dtype: string
88
+ - name: original_marked
89
+ dtype: string
90
+ - name: movement_info
91
+ struct:
92
+ - name: direction
93
+ dtype: string
94
+ - name: rotation_change
95
+ dtype: float64
96
+ - name: target_point_2d
97
+ list: float64
98
+ - name: target_position_3d
99
+ struct:
100
+ - name: x
101
+ dtype: float64
102
+ - name: y
103
+ dtype: float64
104
+ - name: z
105
+ dtype: float64
106
+ - name: object_info
107
+ struct:
108
+ - name: distance_change
109
+ dtype: float64
110
+ - name: initial_distance
111
+ dtype: float64
112
+ - name: new_distance
113
+ dtype: float64
114
+ - name: object_id
115
+ dtype: string
116
+ - name: original_compatibility
117
+ dtype: string
118
+ - name: original_question
119
+ dtype: string
120
+ - name: question_index
121
+ dtype: int64
122
+ - name: sample_id
123
+ dtype: int64
124
+ - name: sample_index
125
+ dtype: int64
126
+ - name: scene_name
127
+ dtype: string
128
+ - name: template
129
+ dtype: string
130
+ - name: task_type
131
+ dtype: string
132
+ splits:
133
+ - name: train
134
+ num_bytes: 828633101.4305292
135
+ num_examples: 1544
136
+ - name: validation
137
+ num_bytes: 103303644.70481616
138
+ num_examples: 193
139
+ - name: test
140
+ num_bytes: 107021492.65665458
141
+ num_examples: 194
142
+ download_size: 811115213
143
+ dataset_size: 1038958238.792
144
+ configs:
145
+ - config_name: default
146
+ data_files:
147
+ - split: train
148
+ path: data/train-*
149
+ - split: validation
150
+ path: data/validation-*
151
+ - split: test
152
+ path: data/test-*
153
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3608eb9acfda639fdac8df212df9253cc0359b02679f3abeeccf5a6043be3a39
3
+ size 78675305
data/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6ff252261ff263ea8a9479c38aa4c22520ec475a4d43e94448fc4594974ccf2
3
+ size 321526904
data/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92466f6ede793f95f946533d84ea09de8c5d8c0ac67a3ea9db2045159828d9b9
3
+ size 329195102
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f24b81ec78f1cb9504c31ddffae591c0251e1ba3fcba2149570977ebfbdba9b
3
+ size 81717902