Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -37,8 +37,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 37 |
"observation.images.board": {
|
| 38 |
"dtype": "video",
|
| 39 |
"shape": [
|
| 40 |
-
|
| 41 |
-
|
| 42 |
3
|
| 43 |
],
|
| 44 |
"names": [
|
|
@@ -47,8 +47,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 47 |
"channel"
|
| 48 |
],
|
| 49 |
"info": {
|
| 50 |
-
"video.height":
|
| 51 |
-
"video.width":
|
| 52 |
"video.codec": "av1",
|
| 53 |
"video.pix_fmt": "yuv420p",
|
| 54 |
"video.is_depth_map": false,
|
|
@@ -156,9 +156,9 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 156 |
"names": null
|
| 157 |
}
|
| 158 |
},
|
| 159 |
-
"total_episodes":
|
| 160 |
-
"total_frames":
|
| 161 |
-
"total_tasks":
|
| 162 |
"chunks_size": 1000,
|
| 163 |
"data_files_size_in_mb": 100,
|
| 164 |
"video_files_size_in_mb": 200,
|
|
@@ -166,7 +166,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 166 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 167 |
"robot_type": "so101",
|
| 168 |
"splits": {
|
| 169 |
-
"train": "0:
|
| 170 |
}
|
| 171 |
}
|
| 172 |
```
|
|
|
|
| 37 |
"observation.images.board": {
|
| 38 |
"dtype": "video",
|
| 39 |
"shape": [
|
| 40 |
+
480,
|
| 41 |
+
640,
|
| 42 |
3
|
| 43 |
],
|
| 44 |
"names": [
|
|
|
|
| 47 |
"channel"
|
| 48 |
],
|
| 49 |
"info": {
|
| 50 |
+
"video.height": 480,
|
| 51 |
+
"video.width": 640,
|
| 52 |
"video.codec": "av1",
|
| 53 |
"video.pix_fmt": "yuv420p",
|
| 54 |
"video.is_depth_map": false,
|
|
|
|
| 156 |
"names": null
|
| 157 |
}
|
| 158 |
},
|
| 159 |
+
"total_episodes": 3,
|
| 160 |
+
"total_frames": 875,
|
| 161 |
+
"total_tasks": 3,
|
| 162 |
"chunks_size": 1000,
|
| 163 |
"data_files_size_in_mb": 100,
|
| 164 |
"video_files_size_in_mb": 200,
|
|
|
|
| 166 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 167 |
"robot_type": "so101",
|
| 168 |
"splits": {
|
| 169 |
+
"train": "0:3"
|
| 170 |
}
|
| 171 |
}
|
| 172 |
```
|