cadene HF staff commited on
Commit
de30478
·
verified ·
1 Parent(s): 33a4c88

Upload README.md with huggingface_hub

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