aractingi HF Staff commited on
Commit
3f8d464
·
verified ·
1 Parent(s): 0d87b19

DataTrove upload (1 files)

Browse files
Files changed (1) hide show
  1. meta/info.json +446 -0
meta/info.json ADDED
@@ -0,0 +1,446 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "Franka",
4
+ "total_episodes": 95617,
5
+ "total_frames": 27618651,
6
+ "total_tasks": 49611,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 500,
10
+ "fps": 15,
11
+ "splits": {
12
+ "train": "0:95617"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "is_first": {
18
+ "dtype": "bool",
19
+ "shape": [
20
+ 1
21
+ ],
22
+ "names": null
23
+ },
24
+ "is_last": {
25
+ "dtype": "bool",
26
+ "shape": [
27
+ 1
28
+ ],
29
+ "names": null
30
+ },
31
+ "is_terminal": {
32
+ "dtype": "bool",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "language_instruction": {
39
+ "dtype": "string",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "language_instruction_2": {
46
+ "dtype": "string",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "language_instruction_3": {
53
+ "dtype": "string",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "observation.state.gripper_position": {
60
+ "dtype": "float32",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": {
65
+ "axes": [
66
+ "gripper"
67
+ ]
68
+ }
69
+ },
70
+ "observation.state.cartesian_position": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 6
74
+ ],
75
+ "names": {
76
+ "axes": [
77
+ "x",
78
+ "y",
79
+ "z",
80
+ "roll",
81
+ "pitch",
82
+ "yaw"
83
+ ]
84
+ }
85
+ },
86
+ "observation.state.joint_position": {
87
+ "dtype": "float32",
88
+ "shape": [
89
+ 7
90
+ ],
91
+ "names": {
92
+ "axes": [
93
+ "joint_0",
94
+ "joint_1",
95
+ "joint_2",
96
+ "joint_3",
97
+ "joint_4",
98
+ "joint_5",
99
+ "joint_6"
100
+ ]
101
+ }
102
+ },
103
+ "observation.state": {
104
+ "dtype": "float32",
105
+ "shape": [
106
+ 8
107
+ ],
108
+ "names": {
109
+ "axes": [
110
+ "joint_0",
111
+ "joint_1",
112
+ "joint_2",
113
+ "joint_3",
114
+ "joint_4",
115
+ "joint_5",
116
+ "joint_6",
117
+ "gripper"
118
+ ]
119
+ }
120
+ },
121
+ "observation.images.wrist_left": {
122
+ "dtype": "video",
123
+ "shape": [
124
+ 180,
125
+ 320,
126
+ 3
127
+ ],
128
+ "names": [
129
+ "height",
130
+ "width",
131
+ "channels"
132
+ ],
133
+ "info": {
134
+ "video.fps": 15.0,
135
+ "video.height": 180,
136
+ "video.width": 320,
137
+ "video.channels": 3,
138
+ "video.codec": "av1",
139
+ "video.pix_fmt": "yuv420p",
140
+ "video.is_depth_map": false,
141
+ "has_audio": false
142
+ }
143
+ },
144
+ "observation.images.exterior_1_left": {
145
+ "dtype": "video",
146
+ "shape": [
147
+ 180,
148
+ 320,
149
+ 3
150
+ ],
151
+ "names": [
152
+ "height",
153
+ "width",
154
+ "channels"
155
+ ],
156
+ "info": {
157
+ "video.fps": 15.0,
158
+ "video.height": 180,
159
+ "video.width": 320,
160
+ "video.channels": 3,
161
+ "video.codec": "av1",
162
+ "video.pix_fmt": "yuv420p",
163
+ "video.is_depth_map": false,
164
+ "has_audio": false
165
+ }
166
+ },
167
+ "observation.images.exterior_2_left": {
168
+ "dtype": "video",
169
+ "shape": [
170
+ 180,
171
+ 320,
172
+ 3
173
+ ],
174
+ "names": [
175
+ "height",
176
+ "width",
177
+ "channels"
178
+ ],
179
+ "info": {
180
+ "video.fps": 15.0,
181
+ "video.height": 180,
182
+ "video.width": 320,
183
+ "video.channels": 3,
184
+ "video.codec": "av1",
185
+ "video.pix_fmt": "yuv420p",
186
+ "video.is_depth_map": false,
187
+ "has_audio": false
188
+ }
189
+ },
190
+ "action.gripper_position": {
191
+ "dtype": "float32",
192
+ "shape": [
193
+ 1
194
+ ],
195
+ "names": {
196
+ "axes": [
197
+ "gripper"
198
+ ]
199
+ }
200
+ },
201
+ "action.gripper_velocity": {
202
+ "dtype": "float32",
203
+ "shape": [
204
+ 1
205
+ ],
206
+ "names": {
207
+ "axes": [
208
+ "gripper"
209
+ ]
210
+ }
211
+ },
212
+ "action.cartesian_position": {
213
+ "dtype": "float32",
214
+ "shape": [
215
+ 6
216
+ ],
217
+ "names": {
218
+ "axes": [
219
+ "x",
220
+ "y",
221
+ "z",
222
+ "roll",
223
+ "pitch",
224
+ "yaw"
225
+ ]
226
+ }
227
+ },
228
+ "action.cartesian_velocity": {
229
+ "dtype": "float32",
230
+ "shape": [
231
+ 6
232
+ ],
233
+ "names": {
234
+ "axes": [
235
+ "x",
236
+ "y",
237
+ "z",
238
+ "roll",
239
+ "pitch",
240
+ "yaw"
241
+ ]
242
+ }
243
+ },
244
+ "action.joint_position": {
245
+ "dtype": "float32",
246
+ "shape": [
247
+ 7
248
+ ],
249
+ "names": {
250
+ "axes": [
251
+ "joint_0",
252
+ "joint_1",
253
+ "joint_2",
254
+ "joint_3",
255
+ "joint_4",
256
+ "joint_5",
257
+ "joint_6"
258
+ ]
259
+ }
260
+ },
261
+ "action.joint_velocity": {
262
+ "dtype": "float32",
263
+ "shape": [
264
+ 7
265
+ ],
266
+ "names": {
267
+ "axes": [
268
+ "joint_0",
269
+ "joint_1",
270
+ "joint_2",
271
+ "joint_3",
272
+ "joint_4",
273
+ "joint_5",
274
+ "joint_6"
275
+ ]
276
+ }
277
+ },
278
+ "action.original": {
279
+ "dtype": "float32",
280
+ "shape": [
281
+ 7
282
+ ],
283
+ "names": {
284
+ "axes": [
285
+ "x",
286
+ "y",
287
+ "z",
288
+ "roll",
289
+ "pitch",
290
+ "yaw",
291
+ "gripper"
292
+ ]
293
+ }
294
+ },
295
+ "action": {
296
+ "dtype": "float32",
297
+ "shape": [
298
+ 8
299
+ ],
300
+ "names": {
301
+ "axes": [
302
+ "joint_0",
303
+ "joint_1",
304
+ "joint_2",
305
+ "joint_3",
306
+ "joint_4",
307
+ "joint_5",
308
+ "joint_6",
309
+ "gripper"
310
+ ]
311
+ }
312
+ },
313
+ "discount": {
314
+ "dtype": "float32",
315
+ "shape": [
316
+ 1
317
+ ],
318
+ "names": null
319
+ },
320
+ "reward": {
321
+ "dtype": "float32",
322
+ "shape": [
323
+ 1
324
+ ],
325
+ "names": null
326
+ },
327
+ "task_category": {
328
+ "dtype": "string",
329
+ "shape": [
330
+ 1
331
+ ],
332
+ "names": null
333
+ },
334
+ "building": {
335
+ "dtype": "string",
336
+ "shape": [
337
+ 1
338
+ ],
339
+ "names": null
340
+ },
341
+ "collector_id": {
342
+ "dtype": "string",
343
+ "shape": [
344
+ 1
345
+ ],
346
+ "names": null
347
+ },
348
+ "date": {
349
+ "dtype": "string",
350
+ "shape": [
351
+ 1
352
+ ],
353
+ "names": null
354
+ },
355
+ "camera_extrinsics.wrist_left": {
356
+ "dtype": "float32",
357
+ "shape": [
358
+ 6
359
+ ],
360
+ "names": {
361
+ "axes": [
362
+ "x",
363
+ "y",
364
+ "z",
365
+ "roll",
366
+ "pitch",
367
+ "yaw"
368
+ ]
369
+ }
370
+ },
371
+ "camera_extrinsics.exterior_1_left": {
372
+ "dtype": "float32",
373
+ "shape": [
374
+ 6
375
+ ],
376
+ "names": {
377
+ "axes": [
378
+ "x",
379
+ "y",
380
+ "z",
381
+ "roll",
382
+ "pitch",
383
+ "yaw"
384
+ ]
385
+ }
386
+ },
387
+ "camera_extrinsics.exterior_2_left": {
388
+ "dtype": "float32",
389
+ "shape": [
390
+ 6
391
+ ],
392
+ "names": {
393
+ "axes": [
394
+ "x",
395
+ "y",
396
+ "z",
397
+ "roll",
398
+ "pitch",
399
+ "yaw"
400
+ ]
401
+ }
402
+ },
403
+ "is_episode_successful": {
404
+ "dtype": "bool",
405
+ "shape": [
406
+ 1
407
+ ],
408
+ "names": null
409
+ },
410
+ "timestamp": {
411
+ "dtype": "float32",
412
+ "shape": [
413
+ 1
414
+ ],
415
+ "names": null
416
+ },
417
+ "frame_index": {
418
+ "dtype": "int64",
419
+ "shape": [
420
+ 1
421
+ ],
422
+ "names": null
423
+ },
424
+ "episode_index": {
425
+ "dtype": "int64",
426
+ "shape": [
427
+ 1
428
+ ],
429
+ "names": null
430
+ },
431
+ "index": {
432
+ "dtype": "int64",
433
+ "shape": [
434
+ 1
435
+ ],
436
+ "names": null
437
+ },
438
+ "task_index": {
439
+ "dtype": "int64",
440
+ "shape": [
441
+ 1
442
+ ],
443
+ "names": null
444
+ }
445
+ }
446
+ }