Zaid-Waghoo commited on
Commit
dbc3257
1 Parent(s): 6575609

Upload dataset

Browse files
Files changed (2) hide show
  1. README.md +277 -0
  2. data/train-00000-of-00001.parquet +3 -0
README.md ADDED
@@ -0,0 +1,277 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: episode_idx
7
+ dtype: int64
8
+ - name: step_idx
9
+ dtype: int64
10
+ - name: timestamp
11
+ dtype: float32
12
+ - name: observation
13
+ struct:
14
+ - name: image
15
+ dtype: image
16
+ - name: task
17
+ dtype: string
18
+ - name: action
19
+ struct:
20
+ - name: pose
21
+ struct:
22
+ - name: x
23
+ dtype: float64
24
+ - name: y
25
+ dtype: float64
26
+ - name: z
27
+ dtype: float64
28
+ - name: roll
29
+ dtype: float64
30
+ - name: pitch
31
+ dtype: float64
32
+ - name: yaw
33
+ dtype: float64
34
+ - name: grasp
35
+ dtype: float64
36
+ - name: state
37
+ struct:
38
+ - name: joints
39
+ list:
40
+ list: float64
41
+ - name: pose
42
+ struct:
43
+ - name: pose
44
+ struct:
45
+ - name: x
46
+ dtype: float64
47
+ - name: y
48
+ dtype: float64
49
+ - name: z
50
+ dtype: float64
51
+ - name: roll
52
+ dtype: float64
53
+ - name: pitch
54
+ dtype: float64
55
+ - name: yaw
56
+ dtype: float64
57
+ - name: grasp
58
+ dtype: float64
59
+ - name: is_done
60
+ dtype: int64
61
+ - name: scene
62
+ struct:
63
+ - name: image
64
+ dtype: image
65
+ - name: depth_image
66
+ dtype: image
67
+ - name: scene_objects
68
+ list:
69
+ - name: object_name
70
+ dtype: string
71
+ - name: object_pose
72
+ struct:
73
+ - name: x
74
+ dtype: float64
75
+ - name: y
76
+ dtype: float64
77
+ - name: z
78
+ dtype: float64
79
+ - name: roll
80
+ dtype: float64
81
+ - name: pitch
82
+ dtype: float64
83
+ - name: yaw
84
+ dtype: float64
85
+ - name: absolute_pose
86
+ struct:
87
+ - name: pose
88
+ struct:
89
+ - name: x
90
+ dtype: float64
91
+ - name: y
92
+ dtype: float64
93
+ - name: z
94
+ dtype: float64
95
+ - name: roll
96
+ dtype: float64
97
+ - name: pitch
98
+ dtype: float64
99
+ - name: yaw
100
+ dtype: float64
101
+ - name: grasp
102
+ dtype: float64
103
+ - name: detection_result
104
+ dtype: string
105
+ - name: camera_params
106
+ struct:
107
+ - name: intrinsic
108
+ struct:
109
+ - name: focal_length_x
110
+ dtype: float64
111
+ - name: focal_length_y
112
+ dtype: float64
113
+ - name: optical_center_x
114
+ dtype: float64
115
+ - name: optical_center_y
116
+ dtype: float64
117
+ - name: distortion
118
+ struct:
119
+ - name: k1
120
+ dtype: float64
121
+ - name: k2
122
+ dtype: float64
123
+ - name: p1
124
+ dtype: float64
125
+ - name: p2
126
+ dtype: float64
127
+ - name: k3
128
+ dtype: float64
129
+ - name: extrinsic
130
+ struct:
131
+ - name: rotation_matrix
132
+ list:
133
+ list: float64
134
+ - name: translation_vector
135
+ list: float64
136
+ - name: rotation_vector
137
+ list: float64
138
+ - name: depth_scale
139
+ dtype: float64
140
+ - name: info
141
+ struct:
142
+ - name: action
143
+ struct:
144
+ - name: pose
145
+ struct:
146
+ - name: x
147
+ struct:
148
+ - name: reference_frame
149
+ dtype: string
150
+ - name: unit
151
+ dtype: string
152
+ - name: bounds
153
+ dtype: string
154
+ - name: y
155
+ struct:
156
+ - name: reference_frame
157
+ dtype: string
158
+ - name: unit
159
+ dtype: string
160
+ - name: bounds
161
+ dtype: string
162
+ - name: z
163
+ struct:
164
+ - name: reference_frame
165
+ dtype: string
166
+ - name: unit
167
+ dtype: string
168
+ - name: bounds
169
+ dtype: string
170
+ - name: roll
171
+ struct:
172
+ - name: reference_frame
173
+ dtype: string
174
+ - name: unit
175
+ dtype: string
176
+ - name: bounds
177
+ dtype: string
178
+ - name: pitch
179
+ struct:
180
+ - name: reference_frame
181
+ dtype: string
182
+ - name: unit
183
+ dtype: string
184
+ - name: bounds
185
+ dtype: string
186
+ - name: yaw
187
+ struct:
188
+ - name: reference_frame
189
+ dtype: string
190
+ - name: unit
191
+ dtype: string
192
+ - name: bounds
193
+ dtype: string
194
+ - name: grasp
195
+ struct:
196
+ - name: reference_frame
197
+ dtype: string
198
+ - name: unit
199
+ dtype: string
200
+ - name: bounds
201
+ list: int64
202
+ - name: shape
203
+ dtype: string
204
+ - name: absolute_pose
205
+ struct:
206
+ - name: pose
207
+ struct:
208
+ - name: x
209
+ struct:
210
+ - name: reference_frame
211
+ dtype: string
212
+ - name: unit
213
+ dtype: string
214
+ - name: bounds
215
+ dtype: string
216
+ - name: y
217
+ struct:
218
+ - name: reference_frame
219
+ dtype: string
220
+ - name: unit
221
+ dtype: string
222
+ - name: bounds
223
+ dtype: string
224
+ - name: z
225
+ struct:
226
+ - name: reference_frame
227
+ dtype: string
228
+ - name: unit
229
+ dtype: string
230
+ - name: bounds
231
+ dtype: string
232
+ - name: roll
233
+ struct:
234
+ - name: reference_frame
235
+ dtype: string
236
+ - name: unit
237
+ dtype: string
238
+ - name: bounds
239
+ dtype: string
240
+ - name: pitch
241
+ struct:
242
+ - name: reference_frame
243
+ dtype: string
244
+ - name: unit
245
+ dtype: string
246
+ - name: bounds
247
+ dtype: string
248
+ - name: yaw
249
+ struct:
250
+ - name: reference_frame
251
+ dtype: string
252
+ - name: unit
253
+ dtype: string
254
+ - name: bounds
255
+ dtype: string
256
+ - name: grasp
257
+ struct:
258
+ - name: reference_frame
259
+ dtype: string
260
+ - name: unit
261
+ dtype: string
262
+ - name: bounds
263
+ list: int64
264
+ - name: shape
265
+ dtype: string
266
+ splits:
267
+ - name: train
268
+ num_bytes: 71679685.0
269
+ num_examples: 20
270
+ download_size: 29094227
271
+ dataset_size: 71679685.0
272
+ configs:
273
+ - config_name: default
274
+ data_files:
275
+ - split: train
276
+ path: data/train-*
277
+ ---
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26c3cc82e6b5c7e6fdf6bbf72d216af8b8cd4d57e88a1c5fa2647501b1c1bfce
3
+ size 29094227