pepijn223 HF Staff commited on
Commit
7afa3f2
·
verified ·
1 Parent(s): 6266dc2

Upload README.md with huggingface_hub

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