Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -35,19 +35,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 35 |
```json
|
| 36 |
{
|
| 37 |
"codebase_version": "v3.0",
|
| 38 |
-
"robot_type": null,
|
| 39 |
-
"total_episodes": 1,
|
| 40 |
-
"total_frames": 172,
|
| 41 |
-
"total_tasks": 1,
|
| 42 |
-
"chunks_size": 1000,
|
| 43 |
-
"data_files_size_in_mb": 100,
|
| 44 |
-
"video_files_size_in_mb": 200,
|
| 45 |
"fps": 15,
|
| 46 |
-
"splits": {
|
| 47 |
-
"train": "0:1"
|
| 48 |
-
},
|
| 49 |
-
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 50 |
-
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 51 |
"features": {
|
| 52 |
"observation.state": {
|
| 53 |
"dtype": "float32",
|
|
@@ -167,6 +155,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 167 |
],
|
| 168 |
"names": null
|
| 169 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 170 |
}
|
| 171 |
}
|
| 172 |
```
|
|
|
|
| 35 |
```json
|
| 36 |
{
|
| 37 |
"codebase_version": "v3.0",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
"fps": 15,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
"features": {
|
| 40 |
"observation.state": {
|
| 41 |
"dtype": "float32",
|
|
|
|
| 155 |
],
|
| 156 |
"names": null
|
| 157 |
}
|
| 158 |
+
},
|
| 159 |
+
"total_episodes": 2,
|
| 160 |
+
"total_frames": 344,
|
| 161 |
+
"total_tasks": 1,
|
| 162 |
+
"chunks_size": 1000,
|
| 163 |
+
"data_files_size_in_mb": 100,
|
| 164 |
+
"video_files_size_in_mb": 200,
|
| 165 |
+
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 166 |
+
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 167 |
+
"robot_type": null,
|
| 168 |
+
"splits": {
|
| 169 |
+
"train": "0:2"
|
| 170 |
}
|
| 171 |
}
|
| 172 |
```
|