typoverflow commited on
Commit
fd85b7c
·
verified ·
1 Parent(s): 5026d57

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +442 -0
README.md ADDED
@@ -0,0 +1,442 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - LeRobot
8
+ - vifailback
9
+ - aloha
10
+ - piper
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
+
19
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=typoverflow/vifailback">
20
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
21
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
22
+ </a>
23
+
24
+
25
+ ## Dataset Description
26
+
27
+
28
+
29
+ - **Homepage:** [More Information Needed]
30
+ - **Paper:** [More Information Needed]
31
+ - **License:** mit
32
+
33
+ ## Dataset Structure
34
+
35
+ [meta/info.json](meta/info.json):
36
+ ```json
37
+ {
38
+ "codebase_version": "v3.0",
39
+ "robot_type": "aloha_agilex_piper",
40
+ "total_episodes": 4714,
41
+ "total_frames": 1190262,
42
+ "total_tasks": 98,
43
+ "chunks_size": 1000,
44
+ "data_files_size_in_mb": 100,
45
+ "video_files_size_in_mb": 200,
46
+ "fps": 25,
47
+ "splits": {
48
+ "train": "0:4714"
49
+ },
50
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
51
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
52
+ "features": {
53
+ "observation.images.cam_high": {
54
+ "dtype": "video",
55
+ "shape": [
56
+ 480,
57
+ 640,
58
+ 3
59
+ ],
60
+ "names": [
61
+ "height",
62
+ "width",
63
+ "rgb"
64
+ ],
65
+ "info": {
66
+ "video.height": 480,
67
+ "video.width": 640,
68
+ "video.codec": "av1",
69
+ "video.pix_fmt": "yuv420p",
70
+ "video.is_depth_map": false,
71
+ "video.fps": 25,
72
+ "video.channels": 3,
73
+ "has_audio": false
74
+ }
75
+ },
76
+ "observation.images.cam_left_wrist": {
77
+ "dtype": "video",
78
+ "shape": [
79
+ 480,
80
+ 640,
81
+ 3
82
+ ],
83
+ "names": [
84
+ "height",
85
+ "width",
86
+ "rgb"
87
+ ],
88
+ "info": {
89
+ "video.height": 480,
90
+ "video.width": 640,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "video.fps": 25,
95
+ "video.channels": 3,
96
+ "has_audio": false
97
+ }
98
+ },
99
+ "observation.images.cam_right_wrist": {
100
+ "dtype": "video",
101
+ "shape": [
102
+ 480,
103
+ 640,
104
+ 3
105
+ ],
106
+ "names": [
107
+ "height",
108
+ "width",
109
+ "rgb"
110
+ ],
111
+ "info": {
112
+ "video.height": 480,
113
+ "video.width": 640,
114
+ "video.codec": "av1",
115
+ "video.pix_fmt": "yuv420p",
116
+ "video.is_depth_map": false,
117
+ "video.fps": 25,
118
+ "video.channels": 3,
119
+ "has_audio": false
120
+ }
121
+ },
122
+ "state.left_joint_pos": {
123
+ "dtype": "float32",
124
+ "shape": [
125
+ 6
126
+ ],
127
+ "names": [
128
+ "joint_0",
129
+ "joint_1",
130
+ "joint_2",
131
+ "joint_3",
132
+ "joint_4",
133
+ "joint_5"
134
+ ]
135
+ },
136
+ "state.left_eef_xyz": {
137
+ "dtype": "float32",
138
+ "shape": [
139
+ 3
140
+ ],
141
+ "names": [
142
+ "x",
143
+ "y",
144
+ "z"
145
+ ]
146
+ },
147
+ "state.left_eef_rot6d": {
148
+ "dtype": "float32",
149
+ "shape": [
150
+ 6
151
+ ],
152
+ "names": [
153
+ "rot1",
154
+ "rot2",
155
+ "rot3",
156
+ "rot4",
157
+ "rot5",
158
+ "rot6"
159
+ ]
160
+ },
161
+ "state.left_gripper_state": {
162
+ "dtype": "float32",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": [
167
+ "gripper"
168
+ ]
169
+ },
170
+ "state.right_joint_pos": {
171
+ "dtype": "float32",
172
+ "shape": [
173
+ 6
174
+ ],
175
+ "names": [
176
+ "joint_0",
177
+ "joint_1",
178
+ "joint_2",
179
+ "joint_3",
180
+ "joint_4",
181
+ "joint_5"
182
+ ]
183
+ },
184
+ "state.right_eef_xyz": {
185
+ "dtype": "float32",
186
+ "shape": [
187
+ 3
188
+ ],
189
+ "names": [
190
+ "x",
191
+ "y",
192
+ "z"
193
+ ]
194
+ },
195
+ "state.right_eef_rot6d": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 6
199
+ ],
200
+ "names": [
201
+ "rot1",
202
+ "rot2",
203
+ "rot3",
204
+ "rot4",
205
+ "rot5",
206
+ "rot6"
207
+ ]
208
+ },
209
+ "state.right_gripper_state": {
210
+ "dtype": "float32",
211
+ "shape": [
212
+ 1
213
+ ],
214
+ "names": [
215
+ "gripper"
216
+ ]
217
+ },
218
+ "state.joint_vel": {
219
+ "dtype": "float32",
220
+ "shape": [
221
+ 14
222
+ ],
223
+ "names": [
224
+ "left_joint_0",
225
+ "left_joint_1",
226
+ "left_joint_2",
227
+ "left_joint_3",
228
+ "left_joint_4",
229
+ "left_joint_5",
230
+ "left_gripper",
231
+ "right_joint_0",
232
+ "right_joint_1",
233
+ "right_joint_2",
234
+ "right_joint_3",
235
+ "right_joint_4",
236
+ "right_joint_5",
237
+ "right_gripper"
238
+ ]
239
+ },
240
+ "action.left_joint_pos": {
241
+ "dtype": "float32",
242
+ "shape": [
243
+ 6
244
+ ],
245
+ "names": [
246
+ "joint_0",
247
+ "joint_1",
248
+ "joint_2",
249
+ "joint_3",
250
+ "joint_4",
251
+ "joint_5"
252
+ ]
253
+ },
254
+ "action.left_eef_xyz": {
255
+ "dtype": "float32",
256
+ "shape": [
257
+ 3
258
+ ],
259
+ "names": [
260
+ "x",
261
+ "y",
262
+ "z"
263
+ ]
264
+ },
265
+ "action.left_eef_rot6d": {
266
+ "dtype": "float32",
267
+ "shape": [
268
+ 6
269
+ ],
270
+ "names": [
271
+ "rot1",
272
+ "rot2",
273
+ "rot3",
274
+ "rot4",
275
+ "rot5",
276
+ "rot6"
277
+ ]
278
+ },
279
+ "action.left_gripper_state": {
280
+ "dtype": "float32",
281
+ "shape": [
282
+ 1
283
+ ],
284
+ "names": [
285
+ "gripper"
286
+ ]
287
+ },
288
+ "action.right_joint_pos": {
289
+ "dtype": "float32",
290
+ "shape": [
291
+ 6
292
+ ],
293
+ "names": [
294
+ "joint_0",
295
+ "joint_1",
296
+ "joint_2",
297
+ "joint_3",
298
+ "joint_4",
299
+ "joint_5"
300
+ ]
301
+ },
302
+ "action.right_eef_xyz": {
303
+ "dtype": "float32",
304
+ "shape": [
305
+ 3
306
+ ],
307
+ "names": [
308
+ "x",
309
+ "y",
310
+ "z"
311
+ ]
312
+ },
313
+ "action.right_eef_rot6d": {
314
+ "dtype": "float32",
315
+ "shape": [
316
+ 6
317
+ ],
318
+ "names": [
319
+ "rot1",
320
+ "rot2",
321
+ "rot3",
322
+ "rot4",
323
+ "rot5",
324
+ "rot6"
325
+ ]
326
+ },
327
+ "action.right_gripper_state": {
328
+ "dtype": "float32",
329
+ "shape": [
330
+ 1
331
+ ],
332
+ "names": [
333
+ "gripper"
334
+ ]
335
+ },
336
+ "action.base": {
337
+ "dtype": "float32",
338
+ "shape": [
339
+ 2
340
+ ],
341
+ "names": [
342
+ "linear_vel",
343
+ "angular_vel"
344
+ ]
345
+ },
346
+ "debug.left_gripper_eef_xyz": {
347
+ "dtype": "float32",
348
+ "shape": [
349
+ 3
350
+ ],
351
+ "names": [
352
+ "x",
353
+ "y",
354
+ "z"
355
+ ]
356
+ },
357
+ "debug.left_gripper_eef_rot6d": {
358
+ "dtype": "float32",
359
+ "shape": [
360
+ 6
361
+ ],
362
+ "names": [
363
+ "rot1",
364
+ "rot2",
365
+ "rot3",
366
+ "rot4",
367
+ "rot5",
368
+ "rot6"
369
+ ]
370
+ },
371
+ "debug.right_gripper_eef_xyz": {
372
+ "dtype": "float32",
373
+ "shape": [
374
+ 3
375
+ ],
376
+ "names": [
377
+ "x",
378
+ "y",
379
+ "z"
380
+ ]
381
+ },
382
+ "debug.right_gripper_eef_rot6d": {
383
+ "dtype": "float32",
384
+ "shape": [
385
+ 6
386
+ ],
387
+ "names": [
388
+ "rot1",
389
+ "rot2",
390
+ "rot3",
391
+ "rot4",
392
+ "rot5",
393
+ "rot6"
394
+ ]
395
+ },
396
+ "timestamp": {
397
+ "dtype": "float32",
398
+ "shape": [
399
+ 1
400
+ ],
401
+ "names": null
402
+ },
403
+ "frame_index": {
404
+ "dtype": "int64",
405
+ "shape": [
406
+ 1
407
+ ],
408
+ "names": null
409
+ },
410
+ "episode_index": {
411
+ "dtype": "int64",
412
+ "shape": [
413
+ 1
414
+ ],
415
+ "names": null
416
+ },
417
+ "index": {
418
+ "dtype": "int64",
419
+ "shape": [
420
+ 1
421
+ ],
422
+ "names": null
423
+ },
424
+ "task_index": {
425
+ "dtype": "int64",
426
+ "shape": [
427
+ 1
428
+ ],
429
+ "names": null
430
+ }
431
+ }
432
+ }
433
+ ```
434
+
435
+
436
+ ## Citation
437
+
438
+ **BibTeX:**
439
+
440
+ ```bibtex
441
+ [More Information Needed]
442
+ ```