aractingi HF Staff commited on
Commit
d931fe1
·
verified ·
1 Parent(s): d3ea1b2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +481 -0
README.md ADDED
@@ -0,0 +1,481 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Franka",
29
+ "total_episodes": 95617,
30
+ "total_frames": 27618651,
31
+ "total_tasks": 49611,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
35
+ "fps": 15,
36
+ "splits": {
37
+ "train": "0:95617"
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
+ "is_first": {
43
+ "dtype": "bool",
44
+ "shape": [
45
+ 1
46
+ ],
47
+ "names": null
48
+ },
49
+ "is_last": {
50
+ "dtype": "bool",
51
+ "shape": [
52
+ 1
53
+ ],
54
+ "names": null
55
+ },
56
+ "is_terminal": {
57
+ "dtype": "bool",
58
+ "shape": [
59
+ 1
60
+ ],
61
+ "names": null
62
+ },
63
+ "language_instruction": {
64
+ "dtype": "string",
65
+ "shape": [
66
+ 1
67
+ ],
68
+ "names": null
69
+ },
70
+ "language_instruction_2": {
71
+ "dtype": "string",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "language_instruction_3": {
78
+ "dtype": "string",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null
83
+ },
84
+ "observation.state.gripper_position": {
85
+ "dtype": "float32",
86
+ "shape": [
87
+ 1
88
+ ],
89
+ "names": {
90
+ "axes": [
91
+ "gripper"
92
+ ]
93
+ }
94
+ },
95
+ "observation.state.cartesian_position": {
96
+ "dtype": "float32",
97
+ "shape": [
98
+ 6
99
+ ],
100
+ "names": {
101
+ "axes": [
102
+ "x",
103
+ "y",
104
+ "z",
105
+ "roll",
106
+ "pitch",
107
+ "yaw"
108
+ ]
109
+ }
110
+ },
111
+ "observation.state.joint_position": {
112
+ "dtype": "float32",
113
+ "shape": [
114
+ 7
115
+ ],
116
+ "names": {
117
+ "axes": [
118
+ "joint_0",
119
+ "joint_1",
120
+ "joint_2",
121
+ "joint_3",
122
+ "joint_4",
123
+ "joint_5",
124
+ "joint_6"
125
+ ]
126
+ }
127
+ },
128
+ "observation.state": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 8
132
+ ],
133
+ "names": {
134
+ "axes": [
135
+ "joint_0",
136
+ "joint_1",
137
+ "joint_2",
138
+ "joint_3",
139
+ "joint_4",
140
+ "joint_5",
141
+ "joint_6",
142
+ "gripper"
143
+ ]
144
+ }
145
+ },
146
+ "observation.images.wrist_left": {
147
+ "dtype": "video",
148
+ "shape": [
149
+ 180,
150
+ 320,
151
+ 3
152
+ ],
153
+ "names": [
154
+ "height",
155
+ "width",
156
+ "channels"
157
+ ],
158
+ "info": {
159
+ "video.fps": 15.0,
160
+ "video.height": 180,
161
+ "video.width": 320,
162
+ "video.channels": 3,
163
+ "video.codec": "av1",
164
+ "video.pix_fmt": "yuv420p",
165
+ "video.is_depth_map": false,
166
+ "has_audio": false
167
+ }
168
+ },
169
+ "observation.images.exterior_1_left": {
170
+ "dtype": "video",
171
+ "shape": [
172
+ 180,
173
+ 320,
174
+ 3
175
+ ],
176
+ "names": [
177
+ "height",
178
+ "width",
179
+ "channels"
180
+ ],
181
+ "info": {
182
+ "video.fps": 15.0,
183
+ "video.height": 180,
184
+ "video.width": 320,
185
+ "video.channels": 3,
186
+ "video.codec": "av1",
187
+ "video.pix_fmt": "yuv420p",
188
+ "video.is_depth_map": false,
189
+ "has_audio": false
190
+ }
191
+ },
192
+ "observation.images.exterior_2_left": {
193
+ "dtype": "video",
194
+ "shape": [
195
+ 180,
196
+ 320,
197
+ 3
198
+ ],
199
+ "names": [
200
+ "height",
201
+ "width",
202
+ "channels"
203
+ ],
204
+ "info": {
205
+ "video.fps": 15.0,
206
+ "video.height": 180,
207
+ "video.width": 320,
208
+ "video.channels": 3,
209
+ "video.codec": "av1",
210
+ "video.pix_fmt": "yuv420p",
211
+ "video.is_depth_map": false,
212
+ "has_audio": false
213
+ }
214
+ },
215
+ "action.gripper_position": {
216
+ "dtype": "float32",
217
+ "shape": [
218
+ 1
219
+ ],
220
+ "names": {
221
+ "axes": [
222
+ "gripper"
223
+ ]
224
+ }
225
+ },
226
+ "action.gripper_velocity": {
227
+ "dtype": "float32",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": {
232
+ "axes": [
233
+ "gripper"
234
+ ]
235
+ }
236
+ },
237
+ "action.cartesian_position": {
238
+ "dtype": "float32",
239
+ "shape": [
240
+ 6
241
+ ],
242
+ "names": {
243
+ "axes": [
244
+ "x",
245
+ "y",
246
+ "z",
247
+ "roll",
248
+ "pitch",
249
+ "yaw"
250
+ ]
251
+ }
252
+ },
253
+ "action.cartesian_velocity": {
254
+ "dtype": "float32",
255
+ "shape": [
256
+ 6
257
+ ],
258
+ "names": {
259
+ "axes": [
260
+ "x",
261
+ "y",
262
+ "z",
263
+ "roll",
264
+ "pitch",
265
+ "yaw"
266
+ ]
267
+ }
268
+ },
269
+ "action.joint_position": {
270
+ "dtype": "float32",
271
+ "shape": [
272
+ 7
273
+ ],
274
+ "names": {
275
+ "axes": [
276
+ "joint_0",
277
+ "joint_1",
278
+ "joint_2",
279
+ "joint_3",
280
+ "joint_4",
281
+ "joint_5",
282
+ "joint_6"
283
+ ]
284
+ }
285
+ },
286
+ "action.joint_velocity": {
287
+ "dtype": "float32",
288
+ "shape": [
289
+ 7
290
+ ],
291
+ "names": {
292
+ "axes": [
293
+ "joint_0",
294
+ "joint_1",
295
+ "joint_2",
296
+ "joint_3",
297
+ "joint_4",
298
+ "joint_5",
299
+ "joint_6"
300
+ ]
301
+ }
302
+ },
303
+ "action.original": {
304
+ "dtype": "float32",
305
+ "shape": [
306
+ 7
307
+ ],
308
+ "names": {
309
+ "axes": [
310
+ "x",
311
+ "y",
312
+ "z",
313
+ "roll",
314
+ "pitch",
315
+ "yaw",
316
+ "gripper"
317
+ ]
318
+ }
319
+ },
320
+ "action": {
321
+ "dtype": "float32",
322
+ "shape": [
323
+ 8
324
+ ],
325
+ "names": {
326
+ "axes": [
327
+ "joint_0",
328
+ "joint_1",
329
+ "joint_2",
330
+ "joint_3",
331
+ "joint_4",
332
+ "joint_5",
333
+ "joint_6",
334
+ "gripper"
335
+ ]
336
+ }
337
+ },
338
+ "discount": {
339
+ "dtype": "float32",
340
+ "shape": [
341
+ 1
342
+ ],
343
+ "names": null
344
+ },
345
+ "reward": {
346
+ "dtype": "float32",
347
+ "shape": [
348
+ 1
349
+ ],
350
+ "names": null
351
+ },
352
+ "task_category": {
353
+ "dtype": "string",
354
+ "shape": [
355
+ 1
356
+ ],
357
+ "names": null
358
+ },
359
+ "building": {
360
+ "dtype": "string",
361
+ "shape": [
362
+ 1
363
+ ],
364
+ "names": null
365
+ },
366
+ "collector_id": {
367
+ "dtype": "string",
368
+ "shape": [
369
+ 1
370
+ ],
371
+ "names": null
372
+ },
373
+ "date": {
374
+ "dtype": "string",
375
+ "shape": [
376
+ 1
377
+ ],
378
+ "names": null
379
+ },
380
+ "camera_extrinsics.wrist_left": {
381
+ "dtype": "float32",
382
+ "shape": [
383
+ 6
384
+ ],
385
+ "names": {
386
+ "axes": [
387
+ "x",
388
+ "y",
389
+ "z",
390
+ "roll",
391
+ "pitch",
392
+ "yaw"
393
+ ]
394
+ }
395
+ },
396
+ "camera_extrinsics.exterior_1_left": {
397
+ "dtype": "float32",
398
+ "shape": [
399
+ 6
400
+ ],
401
+ "names": {
402
+ "axes": [
403
+ "x",
404
+ "y",
405
+ "z",
406
+ "roll",
407
+ "pitch",
408
+ "yaw"
409
+ ]
410
+ }
411
+ },
412
+ "camera_extrinsics.exterior_2_left": {
413
+ "dtype": "float32",
414
+ "shape": [
415
+ 6
416
+ ],
417
+ "names": {
418
+ "axes": [
419
+ "x",
420
+ "y",
421
+ "z",
422
+ "roll",
423
+ "pitch",
424
+ "yaw"
425
+ ]
426
+ }
427
+ },
428
+ "is_episode_successful": {
429
+ "dtype": "bool",
430
+ "shape": [
431
+ 1
432
+ ],
433
+ "names": null
434
+ },
435
+ "timestamp": {
436
+ "dtype": "float32",
437
+ "shape": [
438
+ 1
439
+ ],
440
+ "names": null
441
+ },
442
+ "frame_index": {
443
+ "dtype": "int64",
444
+ "shape": [
445
+ 1
446
+ ],
447
+ "names": null
448
+ },
449
+ "episode_index": {
450
+ "dtype": "int64",
451
+ "shape": [
452
+ 1
453
+ ],
454
+ "names": null
455
+ },
456
+ "index": {
457
+ "dtype": "int64",
458
+ "shape": [
459
+ 1
460
+ ],
461
+ "names": null
462
+ },
463
+ "task_index": {
464
+ "dtype": "int64",
465
+ "shape": [
466
+ 1
467
+ ],
468
+ "names": null
469
+ }
470
+ }
471
+ }
472
+ ```
473
+
474
+
475
+ ## Citation
476
+
477
+ **BibTeX:**
478
+
479
+ ```bibtex
480
+ [More Information Needed]
481
+ ```