typoverflow commited on
Commit
09f11d1
·
verified ·
1 Parent(s): fed2fbc

Upload README.md with huggingface_hub

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