michios commited on
Commit
f30d187
·
verified ·
1 Parent(s): d1741c8

Upload README.md with huggingface_hub

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