Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -11,6 +11,13 @@ configs:
|
|
| 11 |
|
| 12 |
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
## Dataset Description
|
| 15 |
|
| 16 |
|
|
@@ -25,19 +32,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 25 |
```json
|
| 26 |
{
|
| 27 |
"codebase_version": "v3.0",
|
| 28 |
-
"robot_type": "so101_follower",
|
| 29 |
-
"total_episodes": 60,
|
| 30 |
-
"total_frames": 39126,
|
| 31 |
-
"total_tasks": 3,
|
| 32 |
-
"chunks_size": 1000,
|
| 33 |
-
"data_files_size_in_mb": 100,
|
| 34 |
-
"video_files_size_in_mb": 200,
|
| 35 |
"fps": 30,
|
| 36 |
-
"splits": {
|
| 37 |
-
"train": "0:60"
|
| 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 |
"action": {
|
| 43 |
"dtype": "float32",
|
|
@@ -148,6 +143,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 148 |
],
|
| 149 |
"names": null
|
| 150 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 151 |
}
|
| 152 |
}
|
| 153 |
```
|
|
|
|
| 11 |
|
| 12 |
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
| 13 |
|
| 14 |
+
|
| 15 |
+
<a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=shaunkirby/three-task_recomputed_stats">
|
| 16 |
+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
|
| 17 |
+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
|
| 18 |
+
</a>
|
| 19 |
+
|
| 20 |
+
|
| 21 |
## Dataset Description
|
| 22 |
|
| 23 |
|
|
|
|
| 32 |
```json
|
| 33 |
{
|
| 34 |
"codebase_version": "v3.0",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
"fps": 30,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
"features": {
|
| 37 |
"action": {
|
| 38 |
"dtype": "float32",
|
|
|
|
| 143 |
],
|
| 144 |
"names": null
|
| 145 |
}
|
| 146 |
+
},
|
| 147 |
+
"total_episodes": 60,
|
| 148 |
+
"total_frames": 39126,
|
| 149 |
+
"total_tasks": 3,
|
| 150 |
+
"chunks_size": 1000,
|
| 151 |
+
"data_files_size_in_mb": 100,
|
| 152 |
+
"video_files_size_in_mb": 200,
|
| 153 |
+
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 154 |
+
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 155 |
+
"robot_type": "so101_follower",
|
| 156 |
+
"splits": {
|
| 157 |
+
"train": "0:60"
|
| 158 |
}
|
| 159 |
}
|
| 160 |
```
|