Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -185,8 +185,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 185 |
"names": null
|
| 186 |
}
|
| 187 |
},
|
| 188 |
-
"total_episodes":
|
| 189 |
-
"total_frames":
|
| 190 |
"total_tasks": 1,
|
| 191 |
"chunks_size": 1000,
|
| 192 |
"data_files_size_in_mb": 100,
|
|
@@ -195,7 +195,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 195 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 196 |
"robot_type": "so_follower",
|
| 197 |
"splits": {
|
| 198 |
-
"train": "0:
|
| 199 |
}
|
| 200 |
}
|
| 201 |
```
|
|
|
|
| 185 |
"names": null
|
| 186 |
}
|
| 187 |
},
|
| 188 |
+
"total_episodes": 100,
|
| 189 |
+
"total_frames": 68590,
|
| 190 |
"total_tasks": 1,
|
| 191 |
"chunks_size": 1000,
|
| 192 |
"data_files_size_in_mb": 100,
|
|
|
|
| 195 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 196 |
"robot_type": "so_follower",
|
| 197 |
"splits": {
|
| 198 |
+
"train": "0:100"
|
| 199 |
}
|
| 200 |
}
|
| 201 |
```
|