cadene HF Staff commited on
Commit
b2eb1c7
·
verified ·
1 Parent(s): d3e1e0f

Upload README.md with huggingface_hub

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