Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -170,8 +170,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 170 |
"names": null
|
| 171 |
}
|
| 172 |
},
|
| 173 |
-
"total_episodes":
|
| 174 |
-
"total_frames":
|
| 175 |
"total_tasks": 1,
|
| 176 |
"chunks_size": 1000,
|
| 177 |
"data_files_size_in_mb": 100,
|
|
@@ -180,7 +180,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 180 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 181 |
"robot_type": "so_follower",
|
| 182 |
"splits": {
|
| 183 |
-
"train": "0:
|
| 184 |
}
|
| 185 |
}
|
| 186 |
```
|
|
|
|
| 170 |
"names": null
|
| 171 |
}
|
| 172 |
},
|
| 173 |
+
"total_episodes": 50,
|
| 174 |
+
"total_frames": 41092,
|
| 175 |
"total_tasks": 1,
|
| 176 |
"chunks_size": 1000,
|
| 177 |
"data_files_size_in_mb": 100,
|
|
|
|
| 180 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 181 |
"robot_type": "so_follower",
|
| 182 |
"splits": {
|
| 183 |
+
"train": "0:50"
|
| 184 |
}
|
| 185 |
}
|
| 186 |
```
|