Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -164,8 +164,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 164 |
"names": null
|
| 165 |
}
|
| 166 |
},
|
| 167 |
-
"total_episodes":
|
| 168 |
-
"total_frames":
|
| 169 |
"total_tasks": 1,
|
| 170 |
"chunks_size": 1000,
|
| 171 |
"data_files_size_in_mb": 100,
|
|
@@ -174,7 +174,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 174 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 175 |
"robot_type": "rebot_rs_follower",
|
| 176 |
"splits": {
|
| 177 |
-
"train": "0:
|
| 178 |
}
|
| 179 |
}
|
| 180 |
```
|
|
|
|
| 164 |
"names": null
|
| 165 |
}
|
| 166 |
},
|
| 167 |
+
"total_episodes": 50,
|
| 168 |
+
"total_frames": 44270,
|
| 169 |
"total_tasks": 1,
|
| 170 |
"chunks_size": 1000,
|
| 171 |
"data_files_size_in_mb": 100,
|
|
|
|
| 174 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 175 |
"robot_type": "rebot_rs_follower",
|
| 176 |
"splits": {
|
| 177 |
+
"train": "0:50"
|
| 178 |
}
|
| 179 |
}
|
| 180 |
```
|