cadene HF Staff commited on
Commit
4828a63
·
verified ·
1 Parent(s): 6adf2bd

DataTrove upload (1 files)

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