Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -29,15 +29,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 29 |
"total_episodes": 200,
|
| 30 |
"total_frames": 2766429,
|
| 31 |
"total_tasks": 1,
|
| 32 |
-
"chunks_size":
|
| 33 |
-
"data_files_size_in_mb": 100,
|
| 34 |
-
"video_files_size_in_mb": 500,
|
| 35 |
"fps": 30,
|
| 36 |
"splits": {
|
| 37 |
"train": "0:10000"
|
| 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 |
"observation.images.rgb.left_wrist": {
|
| 43 |
"dtype": "video",
|
|
@@ -255,7 +255,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 255 |
"fps": 30
|
| 256 |
},
|
| 257 |
"timestamp": {
|
| 258 |
-
"dtype": "
|
| 259 |
"shape": [
|
| 260 |
1
|
| 261 |
],
|
|
@@ -287,13 +287,21 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 287 |
"fps": 30
|
| 288 |
},
|
| 289 |
"observation.state": {
|
| 290 |
-
"dtype": "
|
| 291 |
"shape": [
|
| 292 |
256
|
| 293 |
],
|
| 294 |
"names": null,
|
| 295 |
"fps": 30
|
| 296 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 297 |
"task_index": {
|
| 298 |
"dtype": "int64",
|
| 299 |
"shape": [
|
|
@@ -302,7 +310,10 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 302 |
"names": null,
|
| 303 |
"fps": 30
|
| 304 |
}
|
| 305 |
-
}
|
|
|
|
|
|
|
|
|
|
| 306 |
}
|
| 307 |
```
|
| 308 |
|
|
|
|
| 29 |
"total_episodes": 200,
|
| 30 |
"total_frames": 2766429,
|
| 31 |
"total_tasks": 1,
|
| 32 |
+
"chunks_size": 10000,
|
|
|
|
|
|
|
| 33 |
"fps": 30,
|
| 34 |
"splits": {
|
| 35 |
"train": "0:10000"
|
| 36 |
},
|
| 37 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 38 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 39 |
+
"metainfo_path": "meta/episodes/task-{episode_chunk:04d}/episode_{episode_index:08d}.json",
|
| 40 |
+
"annotation_path": "annotations/task-{episode_chunk:04d}/episode_{episode_index:08d}.json",
|
| 41 |
"features": {
|
| 42 |
"observation.images.rgb.left_wrist": {
|
| 43 |
"dtype": "video",
|
|
|
|
| 255 |
"fps": 30
|
| 256 |
},
|
| 257 |
"timestamp": {
|
| 258 |
+
"dtype": "float32",
|
| 259 |
"shape": [
|
| 260 |
1
|
| 261 |
],
|
|
|
|
| 287 |
"fps": 30
|
| 288 |
},
|
| 289 |
"observation.state": {
|
| 290 |
+
"dtype": "float32",
|
| 291 |
"shape": [
|
| 292 |
256
|
| 293 |
],
|
| 294 |
"names": null,
|
| 295 |
"fps": 30
|
| 296 |
},
|
| 297 |
+
"frame_index": {
|
| 298 |
+
"dtype": "int64",
|
| 299 |
+
"shape": [
|
| 300 |
+
1
|
| 301 |
+
],
|
| 302 |
+
"names": null,
|
| 303 |
+
"fps": 30
|
| 304 |
+
},
|
| 305 |
"task_index": {
|
| 306 |
"dtype": "int64",
|
| 307 |
"shape": [
|
|
|
|
| 310 |
"names": null,
|
| 311 |
"fps": 30
|
| 312 |
}
|
| 313 |
+
},
|
| 314 |
+
"data_files_size_in_mb": 100,
|
| 315 |
+
"video_files_size_in_mb": 500,
|
| 316 |
+
"total_videos": 1800
|
| 317 |
}
|
| 318 |
```
|
| 319 |
|