DistantSky commited on
Commit
dc820d1
·
verified ·
1 Parent(s): 4f7d38f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +475 -0
README.md ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - real
8
+ - hdf5
9
+ - hessian
10
+ - lerobot
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
+ ## Dataset Description
19
+
20
+
21
+
22
+ - **Homepage:** [More Information Needed]
23
+ - **Paper:** [More Information Needed]
24
+ - **License:** apache-2.0
25
+
26
+ ## Dataset Structure
27
+
28
+ [meta/info.json](meta/info.json):
29
+ ```json
30
+ {
31
+ "codebase_version": "v2.1",
32
+ "robot_type": "hessian",
33
+ "total_episodes": 246,
34
+ "total_frames": 76383,
35
+ "total_tasks": 1,
36
+ "total_videos": 738,
37
+ "total_chunks": 1,
38
+ "chunks_size": 1000,
39
+ "fps": 60,
40
+ "splits": {
41
+ "train": "0:246"
42
+ },
43
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
44
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
45
+ "features": {
46
+ "observation.images.video_left": {
47
+ "dtype": "video",
48
+ "shape": [
49
+ 224,
50
+ 224,
51
+ 3
52
+ ],
53
+ "names": [
54
+ "height",
55
+ "width",
56
+ "channel"
57
+ ],
58
+ "info": {
59
+ "video.height": 224,
60
+ "video.width": 224,
61
+ "video.codec": "av1",
62
+ "video.pix_fmt": "yuv420p",
63
+ "video.is_depth_map": false,
64
+ "video.fps": 60,
65
+ "video.channels": 3,
66
+ "has_audio": false
67
+ }
68
+ },
69
+ "observation.images.video_overhead": {
70
+ "dtype": "video",
71
+ "shape": [
72
+ 224,
73
+ 224,
74
+ 3
75
+ ],
76
+ "names": [
77
+ "height",
78
+ "width",
79
+ "channel"
80
+ ],
81
+ "info": {
82
+ "video.height": 224,
83
+ "video.width": 224,
84
+ "video.codec": "av1",
85
+ "video.pix_fmt": "yuv420p",
86
+ "video.is_depth_map": false,
87
+ "video.fps": 60,
88
+ "video.channels": 3,
89
+ "has_audio": false
90
+ }
91
+ },
92
+ "observation.images.video_right": {
93
+ "dtype": "video",
94
+ "shape": [
95
+ 224,
96
+ 224,
97
+ 3
98
+ ],
99
+ "names": [
100
+ "height",
101
+ "width",
102
+ "channel"
103
+ ],
104
+ "info": {
105
+ "video.height": 224,
106
+ "video.width": 224,
107
+ "video.codec": "av1",
108
+ "video.pix_fmt": "yuv420p",
109
+ "video.is_depth_map": false,
110
+ "video.fps": 60,
111
+ "video.channels": 3,
112
+ "has_audio": false
113
+ }
114
+ },
115
+ "observation.state": {
116
+ "dtype": "float32",
117
+ "shape": [
118
+ 14
119
+ ],
120
+ "names": [
121
+ "state"
122
+ ]
123
+ },
124
+ "observation.velocity": {
125
+ "dtype": "float32",
126
+ "shape": [
127
+ 14
128
+ ],
129
+ "names": [
130
+ "velocity"
131
+ ]
132
+ },
133
+ "action": {
134
+ "dtype": "float32",
135
+ "shape": [
136
+ 14
137
+ ],
138
+ "names": [
139
+ "action"
140
+ ]
141
+ },
142
+ "source.action_time_s": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ },
149
+ "metadata.failure": {
150
+ "dtype": "bool",
151
+ "shape": [
152
+ 1
153
+ ],
154
+ "names": null
155
+ },
156
+ "metadata.subgoal_switch": {
157
+ "dtype": "bool",
158
+ "shape": [
159
+ 1
160
+ ],
161
+ "names": null
162
+ },
163
+ "metadata.compress": {
164
+ "dtype": "bool",
165
+ "shape": [
166
+ 1
167
+ ],
168
+ "names": null
169
+ },
170
+ "metadata.double_arm": {
171
+ "dtype": "bool",
172
+ "shape": [
173
+ 1
174
+ ],
175
+ "names": null
176
+ },
177
+ "metadata.error_recovery": {
178
+ "dtype": "bool",
179
+ "shape": [
180
+ 1
181
+ ],
182
+ "names": null
183
+ },
184
+ "metadata.error_recovery_probability": {
185
+ "dtype": "float32",
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "names": null
190
+ },
191
+ "metadata.error_recovery_probability_present": {
192
+ "dtype": "bool",
193
+ "shape": [
194
+ 1
195
+ ],
196
+ "names": null
197
+ },
198
+ "metadata.failure_count": {
199
+ "dtype": "int64",
200
+ "shape": [
201
+ 1
202
+ ],
203
+ "names": null
204
+ },
205
+ "metadata.failure_key": {
206
+ "dtype": "string",
207
+ "shape": [
208
+ 1
209
+ ],
210
+ "names": null
211
+ },
212
+ "metadata.has_raw_actions": {
213
+ "dtype": "bool",
214
+ "shape": [
215
+ 1
216
+ ],
217
+ "names": null
218
+ },
219
+ "metadata.landmark_mode_enabled": {
220
+ "dtype": "bool",
221
+ "shape": [
222
+ 1
223
+ ],
224
+ "names": null
225
+ },
226
+ "metadata.left_interface": {
227
+ "dtype": "string",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null
232
+ },
233
+ "metadata.num_landmarks": {
234
+ "dtype": "int64",
235
+ "shape": [
236
+ 1
237
+ ],
238
+ "names": null
239
+ },
240
+ "metadata.partial_subgoal_completed_count": {
241
+ "dtype": "int64",
242
+ "shape": [
243
+ 1
244
+ ],
245
+ "names": null
246
+ },
247
+ "metadata.partial_subgoal_completed_order": {
248
+ "dtype": "int64",
249
+ "shape": [
250
+ 2
251
+ ],
252
+ "names": null
253
+ },
254
+ "metadata.partial_subgoal_completed_order_length": {
255
+ "dtype": "int64",
256
+ "shape": [
257
+ 1
258
+ ],
259
+ "names": null
260
+ },
261
+ "metadata.partial_subgoal_completed_order_string": {
262
+ "dtype": "string",
263
+ "shape": [
264
+ 1
265
+ ],
266
+ "names": null
267
+ },
268
+ "metadata.partial_subgoal_full_order": {
269
+ "dtype": "int64",
270
+ "shape": [
271
+ 3
272
+ ],
273
+ "names": null
274
+ },
275
+ "metadata.partial_subgoal_full_order_length": {
276
+ "dtype": "int64",
277
+ "shape": [
278
+ 1
279
+ ],
280
+ "names": null
281
+ },
282
+ "metadata.partial_subgoal_mode_enabled": {
283
+ "dtype": "bool",
284
+ "shape": [
285
+ 1
286
+ ],
287
+ "names": null
288
+ },
289
+ "metadata.partial_subgoal_remaining_order": {
290
+ "dtype": "int64",
291
+ "shape": [
292
+ 3
293
+ ],
294
+ "names": null
295
+ },
296
+ "metadata.partial_subgoal_remaining_order_length": {
297
+ "dtype": "int64",
298
+ "shape": [
299
+ 1
300
+ ],
301
+ "names": null
302
+ },
303
+ "metadata.partial_subgoal_remaining_order_string": {
304
+ "dtype": "string",
305
+ "shape": [
306
+ 1
307
+ ],
308
+ "names": null
309
+ },
310
+ "metadata.partial_subgoal_start_key": {
311
+ "dtype": "string",
312
+ "shape": [
313
+ 1
314
+ ],
315
+ "names": null
316
+ },
317
+ "metadata.partial_subgoal_start_timestamp": {
318
+ "dtype": "float32",
319
+ "shape": [
320
+ 1
321
+ ],
322
+ "names": null
323
+ },
324
+ "metadata.recording_stop_event_timestamp": {
325
+ "dtype": "float32",
326
+ "shape": [
327
+ 1
328
+ ],
329
+ "names": null
330
+ },
331
+ "metadata.recording_stop_key": {
332
+ "dtype": "string",
333
+ "shape": [
334
+ 1
335
+ ],
336
+ "names": null
337
+ },
338
+ "metadata.right_interface": {
339
+ "dtype": "string",
340
+ "shape": [
341
+ 1
342
+ ],
343
+ "names": null
344
+ },
345
+ "metadata.robot_type": {
346
+ "dtype": "string",
347
+ "shape": [
348
+ 1
349
+ ],
350
+ "names": null
351
+ },
352
+ "metadata.sim": {
353
+ "dtype": "bool",
354
+ "shape": [
355
+ 1
356
+ ],
357
+ "names": null
358
+ },
359
+ "metadata.single_arm": {
360
+ "dtype": "bool",
361
+ "shape": [
362
+ 1
363
+ ],
364
+ "names": null
365
+ },
366
+ "metadata.subgoal_order": {
367
+ "dtype": "int64",
368
+ "shape": [
369
+ 3
370
+ ],
371
+ "names": null
372
+ },
373
+ "metadata.subgoal_order_length": {
374
+ "dtype": "int64",
375
+ "shape": [
376
+ 1
377
+ ],
378
+ "names": null
379
+ },
380
+ "metadata.subgoal_order_string": {
381
+ "dtype": "string",
382
+ "shape": [
383
+ 1
384
+ ],
385
+ "names": null
386
+ },
387
+ "metadata.subgoal_switch_count": {
388
+ "dtype": "int64",
389
+ "shape": [
390
+ 1
391
+ ],
392
+ "names": null
393
+ },
394
+ "metadata.subgoal_switch_key": {
395
+ "dtype": "string",
396
+ "shape": [
397
+ 1
398
+ ],
399
+ "names": null
400
+ },
401
+ "metadata.subgoal_switch_timestamps": {
402
+ "dtype": "float32",
403
+ "shape": [
404
+ 3
405
+ ],
406
+ "names": null
407
+ },
408
+ "metadata.subgoal_switch_timestamps_length": {
409
+ "dtype": "int64",
410
+ "shape": [
411
+ 1
412
+ ],
413
+ "names": null
414
+ },
415
+ "metadata.task_name": {
416
+ "dtype": "string",
417
+ "shape": [
418
+ 1
419
+ ],
420
+ "names": null
421
+ },
422
+ "prompt": {
423
+ "dtype": "string",
424
+ "shape": [
425
+ 1
426
+ ],
427
+ "names": null
428
+ },
429
+ "timestamp": {
430
+ "dtype": "float32",
431
+ "shape": [
432
+ 1
433
+ ],
434
+ "names": null
435
+ },
436
+ "frame_index": {
437
+ "dtype": "int64",
438
+ "shape": [
439
+ 1
440
+ ],
441
+ "names": null
442
+ },
443
+ "episode_index": {
444
+ "dtype": "int64",
445
+ "shape": [
446
+ 1
447
+ ],
448
+ "names": null
449
+ },
450
+ "index": {
451
+ "dtype": "int64",
452
+ "shape": [
453
+ 1
454
+ ],
455
+ "names": null
456
+ },
457
+ "task_index": {
458
+ "dtype": "int64",
459
+ "shape": [
460
+ 1
461
+ ],
462
+ "names": null
463
+ }
464
+ }
465
+ }
466
+ ```
467
+
468
+
469
+ ## Citation
470
+
471
+ **BibTeX:**
472
+
473
+ ```bibtex
474
+ [More Information Needed]
475
+ ```