Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -33,14 +33,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 33 |
{
|
| 34 |
"codebase_version": "v3.0",
|
| 35 |
"robot_type": "bimanual_franka",
|
| 36 |
-
"total_episodes":
|
| 37 |
-
"total_frames":
|
| 38 |
-
"total_tasks":
|
| 39 |
"chunks_size": 1000,
|
| 40 |
"data_files_size_in_mb": 100,
|
| 41 |
"video_files_size_in_mb": 200,
|
| 42 |
"fps": 10,
|
| 43 |
-
"splits": {
|
|
|
|
|
|
|
| 44 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 45 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 46 |
"features": {
|
|
@@ -103,7 +105,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 103 |
"height",
|
| 104 |
"width",
|
| 105 |
"channels"
|
| 106 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
},
|
| 108 |
"observation.images.cam_2": {
|
| 109 |
"dtype": "video",
|
|
@@ -116,7 +128,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 116 |
"height",
|
| 117 |
"width",
|
| 118 |
"channels"
|
| 119 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
},
|
| 121 |
"observation.images.cam_3": {
|
| 122 |
"dtype": "video",
|
|
@@ -129,7 +151,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 129 |
"height",
|
| 130 |
"width",
|
| 131 |
"channels"
|
| 132 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 133 |
},
|
| 134 |
"observation.images.cam_4": {
|
| 135 |
"dtype": "video",
|
|
@@ -142,7 +174,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 142 |
"height",
|
| 143 |
"width",
|
| 144 |
"channels"
|
| 145 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 146 |
},
|
| 147 |
"observation.images.cam_5": {
|
| 148 |
"dtype": "video",
|
|
@@ -155,7 +197,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 155 |
"height",
|
| 156 |
"width",
|
| 157 |
"channels"
|
| 158 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
},
|
| 160 |
"observation.images.cam_6": {
|
| 161 |
"dtype": "video",
|
|
@@ -168,7 +220,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 168 |
"height",
|
| 169 |
"width",
|
| 170 |
"channels"
|
| 171 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 172 |
},
|
| 173 |
"timestamp": {
|
| 174 |
"dtype": "float32",
|
|
|
|
| 33 |
{
|
| 34 |
"codebase_version": "v3.0",
|
| 35 |
"robot_type": "bimanual_franka",
|
| 36 |
+
"total_episodes": 1,
|
| 37 |
+
"total_frames": 288,
|
| 38 |
+
"total_tasks": 1,
|
| 39 |
"chunks_size": 1000,
|
| 40 |
"data_files_size_in_mb": 100,
|
| 41 |
"video_files_size_in_mb": 200,
|
| 42 |
"fps": 10,
|
| 43 |
+
"splits": {
|
| 44 |
+
"train": "0:1"
|
| 45 |
+
},
|
| 46 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 47 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 48 |
"features": {
|
|
|
|
| 105 |
"height",
|
| 106 |
"width",
|
| 107 |
"channels"
|
| 108 |
+
],
|
| 109 |
+
"info": {
|
| 110 |
+
"video.height": 224,
|
| 111 |
+
"video.width": 224,
|
| 112 |
+
"video.codec": "h264",
|
| 113 |
+
"video.pix_fmt": "yuv420p",
|
| 114 |
+
"video.is_depth_map": false,
|
| 115 |
+
"video.fps": 10,
|
| 116 |
+
"video.channels": 3,
|
| 117 |
+
"has_audio": false
|
| 118 |
+
}
|
| 119 |
},
|
| 120 |
"observation.images.cam_2": {
|
| 121 |
"dtype": "video",
|
|
|
|
| 128 |
"height",
|
| 129 |
"width",
|
| 130 |
"channels"
|
| 131 |
+
],
|
| 132 |
+
"info": {
|
| 133 |
+
"video.height": 224,
|
| 134 |
+
"video.width": 224,
|
| 135 |
+
"video.codec": "h264",
|
| 136 |
+
"video.pix_fmt": "yuv420p",
|
| 137 |
+
"video.is_depth_map": false,
|
| 138 |
+
"video.fps": 10,
|
| 139 |
+
"video.channels": 3,
|
| 140 |
+
"has_audio": false
|
| 141 |
+
}
|
| 142 |
},
|
| 143 |
"observation.images.cam_3": {
|
| 144 |
"dtype": "video",
|
|
|
|
| 151 |
"height",
|
| 152 |
"width",
|
| 153 |
"channels"
|
| 154 |
+
],
|
| 155 |
+
"info": {
|
| 156 |
+
"video.height": 224,
|
| 157 |
+
"video.width": 224,
|
| 158 |
+
"video.codec": "h264",
|
| 159 |
+
"video.pix_fmt": "yuv420p",
|
| 160 |
+
"video.is_depth_map": false,
|
| 161 |
+
"video.fps": 10,
|
| 162 |
+
"video.channels": 3,
|
| 163 |
+
"has_audio": false
|
| 164 |
+
}
|
| 165 |
},
|
| 166 |
"observation.images.cam_4": {
|
| 167 |
"dtype": "video",
|
|
|
|
| 174 |
"height",
|
| 175 |
"width",
|
| 176 |
"channels"
|
| 177 |
+
],
|
| 178 |
+
"info": {
|
| 179 |
+
"video.height": 224,
|
| 180 |
+
"video.width": 224,
|
| 181 |
+
"video.codec": "h264",
|
| 182 |
+
"video.pix_fmt": "yuv420p",
|
| 183 |
+
"video.is_depth_map": false,
|
| 184 |
+
"video.fps": 10,
|
| 185 |
+
"video.channels": 3,
|
| 186 |
+
"has_audio": false
|
| 187 |
+
}
|
| 188 |
},
|
| 189 |
"observation.images.cam_5": {
|
| 190 |
"dtype": "video",
|
|
|
|
| 197 |
"height",
|
| 198 |
"width",
|
| 199 |
"channels"
|
| 200 |
+
],
|
| 201 |
+
"info": {
|
| 202 |
+
"video.height": 224,
|
| 203 |
+
"video.width": 224,
|
| 204 |
+
"video.codec": "h264",
|
| 205 |
+
"video.pix_fmt": "yuv420p",
|
| 206 |
+
"video.is_depth_map": false,
|
| 207 |
+
"video.fps": 10,
|
| 208 |
+
"video.channels": 3,
|
| 209 |
+
"has_audio": false
|
| 210 |
+
}
|
| 211 |
},
|
| 212 |
"observation.images.cam_6": {
|
| 213 |
"dtype": "video",
|
|
|
|
| 220 |
"height",
|
| 221 |
"width",
|
| 222 |
"channels"
|
| 223 |
+
],
|
| 224 |
+
"info": {
|
| 225 |
+
"video.height": 224,
|
| 226 |
+
"video.width": 224,
|
| 227 |
+
"video.codec": "h264",
|
| 228 |
+
"video.pix_fmt": "yuv420p",
|
| 229 |
+
"video.is_depth_map": false,
|
| 230 |
+
"video.fps": 10,
|
| 231 |
+
"video.channels": 3,
|
| 232 |
+
"has_audio": false
|
| 233 |
+
}
|
| 234 |
},
|
| 235 |
"timestamp": {
|
| 236 |
"dtype": "float32",
|