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

Upload folder using huggingface_hub

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