Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -24,20 +24,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 24 |
[meta/info.json](meta/info.json):
|
| 25 |
```json
|
| 26 |
{
|
| 27 |
-
"codebase_version": "
|
| 28 |
"robot_type": "aloha",
|
| 29 |
"total_episodes": 50,
|
| 30 |
"total_frames": 50000,
|
| 31 |
"total_tasks": 1,
|
| 32 |
-
"total_videos": 0,
|
| 33 |
-
"total_chunks": 1,
|
| 34 |
"chunks_size": 1000,
|
| 35 |
"fps": 50,
|
| 36 |
"splits": {
|
| 37 |
"train": "0:50"
|
| 38 |
},
|
| 39 |
-
"data_path": "data/chunk-{
|
| 40 |
-
"video_path": "videos/chunk-{
|
| 41 |
"features": {
|
| 42 |
"observation.state": {
|
| 43 |
"dtype": "float32",
|
|
@@ -61,7 +59,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 61 |
"right_wrist_rotate",
|
| 62 |
"right_gripper"
|
| 63 |
]
|
| 64 |
-
]
|
|
|
|
| 65 |
},
|
| 66 |
"action": {
|
| 67 |
"dtype": "float32",
|
|
@@ -85,7 +84,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 85 |
"right_wrist_rotate",
|
| 86 |
"right_gripper"
|
| 87 |
]
|
| 88 |
-
]
|
|
|
|
| 89 |
},
|
| 90 |
"observation.velocity": {
|
| 91 |
"dtype": "float32",
|
|
@@ -109,7 +109,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 109 |
"right_wrist_rotate",
|
| 110 |
"right_gripper"
|
| 111 |
]
|
| 112 |
-
]
|
|
|
|
| 113 |
},
|
| 114 |
"observation.effort": {
|
| 115 |
"dtype": "float32",
|
|
@@ -133,7 +134,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 133 |
"right_wrist_rotate",
|
| 134 |
"right_gripper"
|
| 135 |
]
|
| 136 |
-
]
|
|
|
|
| 137 |
},
|
| 138 |
"observation.images.cam_high": {
|
| 139 |
"dtype": "image",
|
|
@@ -146,7 +148,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 146 |
"channels",
|
| 147 |
"height",
|
| 148 |
"width"
|
| 149 |
-
]
|
|
|
|
| 150 |
},
|
| 151 |
"observation.images.cam_low": {
|
| 152 |
"dtype": "image",
|
|
@@ -159,7 +162,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 159 |
"channels",
|
| 160 |
"height",
|
| 161 |
"width"
|
| 162 |
-
]
|
|
|
|
| 163 |
},
|
| 164 |
"observation.images.cam_left_wrist": {
|
| 165 |
"dtype": "image",
|
|
@@ -172,7 +176,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 172 |
"channels",
|
| 173 |
"height",
|
| 174 |
"width"
|
| 175 |
-
]
|
|
|
|
| 176 |
},
|
| 177 |
"observation.images.cam_right_wrist": {
|
| 178 |
"dtype": "image",
|
|
@@ -185,44 +190,52 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 185 |
"channels",
|
| 186 |
"height",
|
| 187 |
"width"
|
| 188 |
-
]
|
|
|
|
| 189 |
},
|
| 190 |
"task_index": {
|
| 191 |
"dtype": "int64",
|
| 192 |
"shape": [
|
| 193 |
1
|
| 194 |
],
|
| 195 |
-
"names": null
|
|
|
|
| 196 |
},
|
| 197 |
"timestamp": {
|
| 198 |
"dtype": "float32",
|
| 199 |
"shape": [
|
| 200 |
1
|
| 201 |
],
|
| 202 |
-
"names": null
|
|
|
|
| 203 |
},
|
| 204 |
"frame_index": {
|
| 205 |
"dtype": "int64",
|
| 206 |
"shape": [
|
| 207 |
1
|
| 208 |
],
|
| 209 |
-
"names": null
|
|
|
|
| 210 |
},
|
| 211 |
"episode_index": {
|
| 212 |
"dtype": "int64",
|
| 213 |
"shape": [
|
| 214 |
1
|
| 215 |
],
|
| 216 |
-
"names": null
|
|
|
|
| 217 |
},
|
| 218 |
"index": {
|
| 219 |
"dtype": "int64",
|
| 220 |
"shape": [
|
| 221 |
1
|
| 222 |
],
|
| 223 |
-
"names": null
|
|
|
|
| 224 |
}
|
| 225 |
-
}
|
|
|
|
|
|
|
| 226 |
}
|
| 227 |
```
|
| 228 |
|
|
|
|
| 24 |
[meta/info.json](meta/info.json):
|
| 25 |
```json
|
| 26 |
{
|
| 27 |
+
"codebase_version": "v3.0",
|
| 28 |
"robot_type": "aloha",
|
| 29 |
"total_episodes": 50,
|
| 30 |
"total_frames": 50000,
|
| 31 |
"total_tasks": 1,
|
|
|
|
|
|
|
| 32 |
"chunks_size": 1000,
|
| 33 |
"fps": 50,
|
| 34 |
"splits": {
|
| 35 |
"train": "0:50"
|
| 36 |
},
|
| 37 |
+
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 38 |
+
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 39 |
"features": {
|
| 40 |
"observation.state": {
|
| 41 |
"dtype": "float32",
|
|
|
|
| 59 |
"right_wrist_rotate",
|
| 60 |
"right_gripper"
|
| 61 |
]
|
| 62 |
+
],
|
| 63 |
+
"fps": 50
|
| 64 |
},
|
| 65 |
"action": {
|
| 66 |
"dtype": "float32",
|
|
|
|
| 84 |
"right_wrist_rotate",
|
| 85 |
"right_gripper"
|
| 86 |
]
|
| 87 |
+
],
|
| 88 |
+
"fps": 50
|
| 89 |
},
|
| 90 |
"observation.velocity": {
|
| 91 |
"dtype": "float32",
|
|
|
|
| 109 |
"right_wrist_rotate",
|
| 110 |
"right_gripper"
|
| 111 |
]
|
| 112 |
+
],
|
| 113 |
+
"fps": 50
|
| 114 |
},
|
| 115 |
"observation.effort": {
|
| 116 |
"dtype": "float32",
|
|
|
|
| 134 |
"right_wrist_rotate",
|
| 135 |
"right_gripper"
|
| 136 |
]
|
| 137 |
+
],
|
| 138 |
+
"fps": 50
|
| 139 |
},
|
| 140 |
"observation.images.cam_high": {
|
| 141 |
"dtype": "image",
|
|
|
|
| 148 |
"channels",
|
| 149 |
"height",
|
| 150 |
"width"
|
| 151 |
+
],
|
| 152 |
+
"fps": 50
|
| 153 |
},
|
| 154 |
"observation.images.cam_low": {
|
| 155 |
"dtype": "image",
|
|
|
|
| 162 |
"channels",
|
| 163 |
"height",
|
| 164 |
"width"
|
| 165 |
+
],
|
| 166 |
+
"fps": 50
|
| 167 |
},
|
| 168 |
"observation.images.cam_left_wrist": {
|
| 169 |
"dtype": "image",
|
|
|
|
| 176 |
"channels",
|
| 177 |
"height",
|
| 178 |
"width"
|
| 179 |
+
],
|
| 180 |
+
"fps": 50
|
| 181 |
},
|
| 182 |
"observation.images.cam_right_wrist": {
|
| 183 |
"dtype": "image",
|
|
|
|
| 190 |
"channels",
|
| 191 |
"height",
|
| 192 |
"width"
|
| 193 |
+
],
|
| 194 |
+
"fps": 50
|
| 195 |
},
|
| 196 |
"task_index": {
|
| 197 |
"dtype": "int64",
|
| 198 |
"shape": [
|
| 199 |
1
|
| 200 |
],
|
| 201 |
+
"names": null,
|
| 202 |
+
"fps": 50
|
| 203 |
},
|
| 204 |
"timestamp": {
|
| 205 |
"dtype": "float32",
|
| 206 |
"shape": [
|
| 207 |
1
|
| 208 |
],
|
| 209 |
+
"names": null,
|
| 210 |
+
"fps": 50
|
| 211 |
},
|
| 212 |
"frame_index": {
|
| 213 |
"dtype": "int64",
|
| 214 |
"shape": [
|
| 215 |
1
|
| 216 |
],
|
| 217 |
+
"names": null,
|
| 218 |
+
"fps": 50
|
| 219 |
},
|
| 220 |
"episode_index": {
|
| 221 |
"dtype": "int64",
|
| 222 |
"shape": [
|
| 223 |
1
|
| 224 |
],
|
| 225 |
+
"names": null,
|
| 226 |
+
"fps": 50
|
| 227 |
},
|
| 228 |
"index": {
|
| 229 |
"dtype": "int64",
|
| 230 |
"shape": [
|
| 231 |
1
|
| 232 |
],
|
| 233 |
+
"names": null,
|
| 234 |
+
"fps": 50
|
| 235 |
}
|
| 236 |
+
},
|
| 237 |
+
"data_files_size_in_mb": 100,
|
| 238 |
+
"video_files_size_in_mb": 200
|
| 239 |
}
|
| 240 |
```
|
| 241 |
|