eunjuri commited on
Commit
6ac5613
·
verified ·
1 Parent(s): 0fa58f4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +81 -604
README.md CHANGED
@@ -24,627 +24,104 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v2.1",
28
- "robot_type": "Unitree_G1_Inspire",
29
- "total_episodes": 37,
30
- "total_frames": 12137,
31
- "total_tasks": 2,
32
- "total_videos": 74,
33
- "total_chunks": 1,
34
  "chunks_size": 1000,
 
 
35
  "fps": 30,
36
- "splits": {
37
- "train": "0:37"
38
- },
39
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
  "features": {
42
- "observation.state": {
43
- "dtype": "float32",
44
- "shape": [
45
- 26
46
- ],
47
- "names": [
48
- [
49
- "kLeftShoulderPitch",
50
- "kLeftShoulderRoll",
51
- "kLeftShoulderYaw",
52
- "kLeftElbow",
53
- "kLeftWristRoll",
54
- "kLeftWristPitch",
55
- "kLeftWristYaw",
56
- "kLeftHandPinky",
57
- "kLeftHandRing",
58
- "kLeftHandMiddle",
59
- "kLeftHandIndex",
60
- "kLeftHandThumbBend",
61
- "kLeftHandThumbRotation",
62
- "kRightShoulderPitch",
63
- "kRightShoulderRoll",
64
- "kRightShoulderYaw",
65
- "kRightElbow",
66
- "kRightWristRoll",
67
- "kRightWristPitch",
68
- "kRightWristYaw",
69
- "kRightHandPinky",
70
- "kRightHandRing",
71
- "kRightHandMiddle",
72
- "kRightHandIndex",
73
- "kRightHandThumbBend",
74
- "kRightHandThumbRotation"
75
- ]
76
- ]
77
- },
78
  "action": {
79
  "dtype": "float32",
80
- "shape": [
81
- 26
82
- ],
83
  "names": [
84
- [
85
- "kLeftShoulderPitch",
86
- "kLeftShoulderRoll",
87
- "kLeftShoulderYaw",
88
- "kLeftElbow",
89
- "kLeftWristRoll",
90
- "kLeftWristPitch",
91
- "kLeftWristYaw",
92
- "kLeftHandPinky",
93
- "kLeftHandRing",
94
- "kLeftHandMiddle",
95
- "kLeftHandIndex",
96
- "kLeftHandThumbBend",
97
- "kLeftHandThumbRotation",
98
- "kRightShoulderPitch",
99
- "kRightShoulderRoll",
100
- "kRightShoulderYaw",
101
- "kRightElbow",
102
- "kRightWristRoll",
103
- "kRightWristPitch",
104
- "kRightWristYaw",
105
- "kRightHandPinky",
106
- "kRightHandRing",
107
- "kRightHandMiddle",
108
- "kRightHandIndex",
109
- "kRightHandThumbBend",
110
- "kRightHandThumbRotation"
111
- ]
 
 
 
 
112
  ]
113
  },
114
- "observation.images.cam_left_high": {
115
- "dtype": "video",
116
- "shape": [
117
- 3,
118
- 480,
119
- 848
120
- ],
121
  "names": [
122
- "channels",
123
- "height",
124
- "width"
125
- ],
126
- "info": {
127
- "video.fps": 30.0,
128
- "video.height": 480,
129
- "video.width": 848,
130
- "video.channels": 3,
131
- "video.codec": "av1",
132
- "video.pix_fmt": "yuv420p",
133
- "video.is_depth_map": false,
134
- "has_audio": false
135
- }
136
- },
137
- "observation.images.cam_third": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
138
  "dtype": "video",
139
  "shape": [
140
- 3,
141
  480,
142
- 640
143
- ],
144
- "names": [
145
- "channels",
146
- "height",
147
- "width"
148
- ],
149
- "info": {
150
- "video.fps": 30.0,
151
- "video.height": 480,
152
- "video.width": 640,
153
- "video.channels": 3,
154
- "video.codec": "av1",
155
- "video.pix_fmt": "yuv420p",
156
- "video.is_depth_map": false,
157
- "has_audio": false
158
- }
159
- },
160
- "observation.images.left_tactile_little_finger_tip": {
161
- "dtype": "image",
162
- "shape": [
163
- 3,
164
- 3,
165
  3
166
  ],
167
  "names": [
168
- "channels",
169
- "height",
170
- "width",
171
- "channel"
172
- ]
173
- },
174
- "observation.images.left_tactile_little_finger_nail": {
175
- "dtype": "image",
176
- "shape": [
177
- 3,
178
- 12,
179
- 8
180
- ],
181
- "names": [
182
- "channels",
183
- "height",
184
- "width",
185
- "channel"
186
- ]
187
- },
188
- "observation.images.left_tactile_little_finger_pad": {
189
- "dtype": "image",
190
- "shape": [
191
- 3,
192
- 10,
193
- 8
194
- ],
195
- "names": [
196
- "channels",
197
- "height",
198
- "width",
199
- "channel"
200
- ]
201
- },
202
- "observation.images.left_tactile_ring_finger_tip": {
203
- "dtype": "image",
204
- "shape": [
205
- 3,
206
- 3,
207
- 3
208
- ],
209
- "names": [
210
- "channels",
211
- "height",
212
- "width",
213
- "channel"
214
- ]
215
- },
216
- "observation.images.left_tactile_ring_finger_nail": {
217
- "dtype": "image",
218
- "shape": [
219
- 3,
220
- 12,
221
- 8
222
- ],
223
- "names": [
224
- "channels",
225
- "height",
226
- "width",
227
- "channel"
228
- ]
229
- },
230
- "observation.images.left_tactile_ring_finger_pad": {
231
- "dtype": "image",
232
- "shape": [
233
- 3,
234
- 10,
235
- 8
236
- ],
237
- "names": [
238
- "channels",
239
- "height",
240
- "width",
241
- "channel"
242
- ]
243
- },
244
- "observation.images.left_tactile_middle_finger_tip": {
245
- "dtype": "image",
246
- "shape": [
247
- 3,
248
- 3,
249
- 3
250
- ],
251
- "names": [
252
- "channels",
253
- "height",
254
- "width",
255
- "channel"
256
- ]
257
- },
258
- "observation.images.left_tactile_middle_finger_nail": {
259
- "dtype": "image",
260
- "shape": [
261
- 3,
262
- 12,
263
- 8
264
- ],
265
- "names": [
266
- "channels",
267
- "height",
268
- "width",
269
- "channel"
270
- ]
271
- },
272
- "observation.images.left_tactile_middle_finger_pad": {
273
- "dtype": "image",
274
- "shape": [
275
- 3,
276
- 10,
277
- 8
278
- ],
279
- "names": [
280
- "channels",
281
- "height",
282
- "width",
283
- "channel"
284
- ]
285
- },
286
- "observation.images.left_tactile_index_finger_tip": {
287
- "dtype": "image",
288
- "shape": [
289
- 3,
290
- 3,
291
- 3
292
- ],
293
- "names": [
294
- "channels",
295
- "height",
296
- "width",
297
- "channel"
298
- ]
299
- },
300
- "observation.images.left_tactile_index_finger_nail": {
301
- "dtype": "image",
302
- "shape": [
303
- 3,
304
- 12,
305
- 8
306
- ],
307
- "names": [
308
- "channels",
309
- "height",
310
- "width",
311
- "channel"
312
- ]
313
- },
314
- "observation.images.left_tactile_index_finger_pad": {
315
- "dtype": "image",
316
- "shape": [
317
- 3,
318
- 10,
319
- 8
320
- ],
321
- "names": [
322
- "channels",
323
- "height",
324
- "width",
325
- "channel"
326
- ]
327
- },
328
- "observation.images.left_tactile_thumb_tip": {
329
- "dtype": "image",
330
- "shape": [
331
- 3,
332
- 3,
333
- 3
334
- ],
335
- "names": [
336
- "channels",
337
- "height",
338
- "width",
339
- "channel"
340
- ]
341
- },
342
- "observation.images.left_tactile_thumb_nail": {
343
- "dtype": "image",
344
- "shape": [
345
- 3,
346
- 12,
347
- 8
348
- ],
349
- "names": [
350
- "channels",
351
- "height",
352
- "width",
353
- "channel"
354
- ]
355
- },
356
- "observation.images.left_tactile_thumb_middle": {
357
- "dtype": "image",
358
- "shape": [
359
- 3,
360
- 3,
361
- 3
362
- ],
363
- "names": [
364
- "channels",
365
- "height",
366
- "width",
367
- "channel"
368
- ]
369
- },
370
- "observation.images.left_tactile_thumb_pad": {
371
- "dtype": "image",
372
- "shape": [
373
- 3,
374
- 12,
375
- 8
376
- ],
377
- "names": [
378
- "channels",
379
- "height",
380
- "width",
381
- "channel"
382
- ]
383
- },
384
- "observation.images.left_tactile_palm": {
385
- "dtype": "image",
386
- "shape": [
387
- 3,
388
- 8,
389
- 14
390
- ],
391
- "names": [
392
- "channels",
393
- "height",
394
- "width",
395
- "channel"
396
- ]
397
- },
398
- "observation.images.right_tactile_little_finger_tip": {
399
- "dtype": "image",
400
- "shape": [
401
- 3,
402
- 3,
403
- 3
404
- ],
405
- "names": [
406
- "channels",
407
- "height",
408
- "width",
409
- "channel"
410
- ]
411
- },
412
- "observation.images.right_tactile_little_finger_nail": {
413
- "dtype": "image",
414
- "shape": [
415
- 3,
416
- 12,
417
- 8
418
- ],
419
- "names": [
420
- "channels",
421
- "height",
422
- "width",
423
- "channel"
424
- ]
425
- },
426
- "observation.images.right_tactile_little_finger_pad": {
427
- "dtype": "image",
428
- "shape": [
429
- 3,
430
- 10,
431
- 8
432
- ],
433
- "names": [
434
- "channels",
435
- "height",
436
- "width",
437
- "channel"
438
- ]
439
- },
440
- "observation.images.right_tactile_ring_finger_tip": {
441
- "dtype": "image",
442
- "shape": [
443
- 3,
444
- 3,
445
- 3
446
- ],
447
- "names": [
448
- "channels",
449
- "height",
450
- "width",
451
- "channel"
452
- ]
453
- },
454
- "observation.images.right_tactile_ring_finger_nail": {
455
- "dtype": "image",
456
- "shape": [
457
- 3,
458
- 12,
459
- 8
460
- ],
461
- "names": [
462
- "channels",
463
- "height",
464
- "width",
465
- "channel"
466
- ]
467
- },
468
- "observation.images.right_tactile_ring_finger_pad": {
469
- "dtype": "image",
470
- "shape": [
471
- 3,
472
- 10,
473
- 8
474
- ],
475
- "names": [
476
- "channels",
477
- "height",
478
- "width",
479
- "channel"
480
- ]
481
- },
482
- "observation.images.right_tactile_middle_finger_tip": {
483
- "dtype": "image",
484
- "shape": [
485
- 3,
486
- 3,
487
- 3
488
- ],
489
- "names": [
490
- "channels",
491
- "height",
492
- "width",
493
- "channel"
494
- ]
495
- },
496
- "observation.images.right_tactile_middle_finger_nail": {
497
- "dtype": "image",
498
- "shape": [
499
- 3,
500
- 12,
501
- 8
502
- ],
503
- "names": [
504
- "channels",
505
- "height",
506
- "width",
507
- "channel"
508
- ]
509
- },
510
- "observation.images.right_tactile_middle_finger_pad": {
511
- "dtype": "image",
512
- "shape": [
513
- 3,
514
- 10,
515
- 8
516
- ],
517
- "names": [
518
- "channels",
519
- "height",
520
- "width",
521
- "channel"
522
- ]
523
- },
524
- "observation.images.right_tactile_index_finger_tip": {
525
- "dtype": "image",
526
- "shape": [
527
- 3,
528
- 3,
529
- 3
530
- ],
531
- "names": [
532
- "channels",
533
- "height",
534
- "width",
535
- "channel"
536
- ]
537
- },
538
- "observation.images.right_tactile_index_finger_nail": {
539
- "dtype": "image",
540
- "shape": [
541
- 3,
542
- 12,
543
- 8
544
- ],
545
- "names": [
546
- "channels",
547
- "height",
548
- "width",
549
- "channel"
550
- ]
551
- },
552
- "observation.images.right_tactile_index_finger_pad": {
553
- "dtype": "image",
554
- "shape": [
555
- 3,
556
- 10,
557
- 8
558
- ],
559
- "names": [
560
- "channels",
561
- "height",
562
- "width",
563
- "channel"
564
- ]
565
- },
566
- "observation.images.right_tactile_thumb_tip": {
567
- "dtype": "image",
568
- "shape": [
569
- 3,
570
- 3,
571
- 3
572
- ],
573
- "names": [
574
- "channels",
575
- "height",
576
- "width",
577
- "channel"
578
- ]
579
- },
580
- "observation.images.right_tactile_thumb_nail": {
581
- "dtype": "image",
582
- "shape": [
583
- 3,
584
- 12,
585
- 8
586
- ],
587
- "names": [
588
- "channels",
589
- "height",
590
- "width",
591
- "channel"
592
- ]
593
- },
594
- "observation.images.right_tactile_thumb_middle": {
595
- "dtype": "image",
596
- "shape": [
597
- 3,
598
- 3,
599
- 3
600
- ],
601
- "names": [
602
- "channels",
603
- "height",
604
- "width",
605
- "channel"
606
- ]
607
- },
608
- "observation.images.right_tactile_thumb_pad": {
609
- "dtype": "image",
610
- "shape": [
611
- 3,
612
- 12,
613
- 8
614
- ],
615
- "names": [
616
- "channels",
617
- "height",
618
- "width",
619
- "channel"
620
- ]
621
- },
622
- "observation.images.right_tactile_palm": {
623
- "dtype": "image",
624
- "shape": [
625
- 3,
626
- 8,
627
- 14
628
- ],
629
- "names": [
630
- "channels",
631
- "height",
632
- "width",
633
- "channel"
634
- ]
635
- },
636
- "observation.images.carpet_0": {
637
- "dtype": "image",
638
- "shape": [
639
- 3,
640
- 32,
641
- 32
642
- ],
643
- "names": [
644
- "channels",
645
  "height",
646
  "width",
647
- "channel"
648
  ]
649
  },
650
  "timestamp": {
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
+ "robot_type": "unitree_g1",
29
+ "total_episodes": 0,
30
+ "total_frames": 0,
31
+ "total_tasks": 0,
 
 
32
  "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
  "fps": 30,
36
+ "splits": {},
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
 
 
39
  "features": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  "action": {
41
  "dtype": "float32",
 
 
 
42
  "names": [
43
+ "kLeftHipPitch.q",
44
+ "kLeftHipRoll.q",
45
+ "kLeftHipYaw.q",
46
+ "kLeftKnee.q",
47
+ "kLeftAnklePitch.q",
48
+ "kLeftAnkleRoll.q",
49
+ "kRightHipPitch.q",
50
+ "kRightHipRoll.q",
51
+ "kRightHipYaw.q",
52
+ "kRightKnee.q",
53
+ "kRightAnklePitch.q",
54
+ "kRightAnkleRoll.q",
55
+ "kWaistYaw.q",
56
+ "kWaistRoll.q",
57
+ "kWaistPitch.q",
58
+ "kLeftShoulderPitch.q",
59
+ "kLeftShoulderRoll.q",
60
+ "kLeftShoulderYaw.q",
61
+ "kLeftElbow.q",
62
+ "kLeftWristRoll.q",
63
+ "kLeftWristPitch.q",
64
+ "kLeftWristyaw.q",
65
+ "kRightShoulderPitch.q",
66
+ "kRightShoulderRoll.q",
67
+ "kRightShoulderYaw.q",
68
+ "kRightElbow.q",
69
+ "kRightWristRoll.q",
70
+ "kRightWristPitch.q",
71
+ "kRightWristYaw.q"
72
+ ],
73
+ "shape": [
74
+ 29
75
  ]
76
  },
77
+ "observation.state": {
78
+ "dtype": "float32",
 
 
 
 
 
79
  "names": [
80
+ "kLeftHipPitch.q",
81
+ "kLeftHipRoll.q",
82
+ "kLeftHipYaw.q",
83
+ "kLeftKnee.q",
84
+ "kLeftAnklePitch.q",
85
+ "kLeftAnkleRoll.q",
86
+ "kRightHipPitch.q",
87
+ "kRightHipRoll.q",
88
+ "kRightHipYaw.q",
89
+ "kRightKnee.q",
90
+ "kRightAnklePitch.q",
91
+ "kRightAnkleRoll.q",
92
+ "kWaistYaw.q",
93
+ "kWaistRoll.q",
94
+ "kWaistPitch.q",
95
+ "kLeftShoulderPitch.q",
96
+ "kLeftShoulderRoll.q",
97
+ "kLeftShoulderYaw.q",
98
+ "kLeftElbow.q",
99
+ "kLeftWristRoll.q",
100
+ "kLeftWristPitch.q",
101
+ "kLeftWristyaw.q",
102
+ "kRightShoulderPitch.q",
103
+ "kRightShoulderRoll.q",
104
+ "kRightShoulderYaw.q",
105
+ "kRightElbow.q",
106
+ "kRightWristRoll.q",
107
+ "kRightWristPitch.q",
108
+ "kRightWristYaw.q"
109
+ ],
110
+ "shape": [
111
+ 29
112
+ ]
113
+ },
114
+ "observation.images.front": {
115
  "dtype": "video",
116
  "shape": [
 
117
  480,
118
+ 640,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  3
120
  ],
121
  "names": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  "height",
123
  "width",
124
+ "channels"
125
  ]
126
  },
127
  "timestamp": {