HyeonseokE commited on
Commit
44e3ff9
·
verified ·
1 Parent(s): 3129484

Upload README.md with huggingface_hub

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