Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -81,7 +81,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 81 |
"channels"
|
| 82 |
],
|
| 83 |
"info": {
|
| 84 |
-
"is_depth_map": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
}
|
| 86 |
},
|
| 87 |
"observation.images.wrist": {
|
|
@@ -97,7 +110,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 97 |
"channels"
|
| 98 |
],
|
| 99 |
"info": {
|
| 100 |
-
"is_depth_map": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
}
|
| 102 |
},
|
| 103 |
"timestamp": {
|
|
@@ -136,16 +162,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 136 |
"names": null
|
| 137 |
}
|
| 138 |
},
|
| 139 |
-
"total_episodes":
|
| 140 |
-
"total_frames":
|
| 141 |
-
"total_tasks":
|
| 142 |
"chunks_size": 1000,
|
| 143 |
"data_files_size_in_mb": 100,
|
| 144 |
"video_files_size_in_mb": 200,
|
| 145 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 146 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 147 |
"robot_type": "lekiwi_client",
|
| 148 |
-
"splits": {
|
|
|
|
|
|
|
| 149 |
}
|
| 150 |
```
|
| 151 |
|
|
|
|
| 81 |
"channels"
|
| 82 |
],
|
| 83 |
"info": {
|
| 84 |
+
"is_depth_map": false,
|
| 85 |
+
"video.height": 480,
|
| 86 |
+
"video.width": 640,
|
| 87 |
+
"video.codec": "av1",
|
| 88 |
+
"video.pix_fmt": "yuv420p",
|
| 89 |
+
"video.fps": 30,
|
| 90 |
+
"video.channels": 3,
|
| 91 |
+
"has_audio": false,
|
| 92 |
+
"video.g": 2,
|
| 93 |
+
"video.crf": 30,
|
| 94 |
+
"video.preset": 12,
|
| 95 |
+
"video.fast_decode": 0,
|
| 96 |
+
"video.video_backend": "pyav",
|
| 97 |
+
"video.extra_options": {}
|
| 98 |
}
|
| 99 |
},
|
| 100 |
"observation.images.wrist": {
|
|
|
|
| 110 |
"channels"
|
| 111 |
],
|
| 112 |
"info": {
|
| 113 |
+
"is_depth_map": false,
|
| 114 |
+
"video.height": 480,
|
| 115 |
+
"video.width": 640,
|
| 116 |
+
"video.codec": "av1",
|
| 117 |
+
"video.pix_fmt": "yuv420p",
|
| 118 |
+
"video.fps": 30,
|
| 119 |
+
"video.channels": 3,
|
| 120 |
+
"has_audio": false,
|
| 121 |
+
"video.g": 2,
|
| 122 |
+
"video.crf": 30,
|
| 123 |
+
"video.preset": 12,
|
| 124 |
+
"video.fast_decode": 0,
|
| 125 |
+
"video.video_backend": "pyav",
|
| 126 |
+
"video.extra_options": {}
|
| 127 |
}
|
| 128 |
},
|
| 129 |
"timestamp": {
|
|
|
|
| 162 |
"names": null
|
| 163 |
}
|
| 164 |
},
|
| 165 |
+
"total_episodes": 1,
|
| 166 |
+
"total_frames": 421,
|
| 167 |
+
"total_tasks": 1,
|
| 168 |
"chunks_size": 1000,
|
| 169 |
"data_files_size_in_mb": 100,
|
| 170 |
"video_files_size_in_mb": 200,
|
| 171 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 172 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 173 |
"robot_type": "lekiwi_client",
|
| 174 |
+
"splits": {
|
| 175 |
+
"train": "0:1"
|
| 176 |
+
}
|
| 177 |
}
|
| 178 |
```
|
| 179 |
|