weikaih commited on
Commit
f41e053
·
verified ·
1 Parent(s): de67437

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: 818484069.1678841
135
+ num_examples: 1491
136
+ - name: validation
137
+ num_bytes: 102053794.68776824
138
+ num_examples: 186
139
+ - name: test
140
+ num_bytes: 102485866.21834764
141
+ num_examples: 187
142
+ download_size: 786478358
143
+ dataset_size: 1023023730.074
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:b2247dd38027ce38381797c15b46b69af447ee0792fff7f783f4ee06bf1cb428
3
+ size 78288389
data/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae231fcf58566dcb82112b7065cdd7d37fc1af7879a4778afec9c422a882d0e9
3
+ size 317971751
data/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2debf6bf49d155203e8715d654e6dcd220dd2772c5607fd76eac0ce397c35d00
3
+ size 308808032
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5a47480ab003522719740d63753a6ec46420d7d44e418bf1a823cdef73cbcaf
3
+ size 81410186