Add UR5e cube stacking teleop dataset
Browse files- README.md +21 -263
- data/chunk-000/episode_000000.parquet +3 -0
- meta/episodes.jsonl +1 -0
- meta/episodes_stats.jsonl +1 -0
- meta/info.json +220 -227
- meta/tasks.jsonl +1 -0
- videos/chunk-000/observation.images.front/episode_000000.mp4 +3 -0
- videos/chunk-000/observation.images.wrist/episode_000000.mp4 +3 -0
README.md
CHANGED
|
@@ -1,274 +1,32 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
task_categories:
|
| 4 |
- robotics
|
| 5 |
-
|
| 6 |
-
- LeRobot
|
| 7 |
configs:
|
| 8 |
- config_name: default
|
| 9 |
-
data_files:
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
<a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=sk1700/UrCubeStack">
|
| 16 |
-
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
|
| 17 |
-
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
|
| 18 |
-
</a>
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
## Dataset Description
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
- **Homepage:** [More Information Needed]
|
| 26 |
-
- **Paper:** [More Information Needed]
|
| 27 |
-
- **License:** apache-2.0
|
| 28 |
-
|
| 29 |
-
## Dataset Structure
|
| 30 |
-
|
| 31 |
-
[meta/info.json](meta/info.json):
|
| 32 |
-
```json
|
| 33 |
-
{
|
| 34 |
-
"codebase_version": "v3.0",
|
| 35 |
-
"robot_type": "ur5e",
|
| 36 |
-
"total_episodes": 1,
|
| 37 |
-
"total_frames": 2011,
|
| 38 |
-
"total_tasks": 1,
|
| 39 |
-
"chunks_size": 1000,
|
| 40 |
-
"fps": 30,
|
| 41 |
-
"splits": {
|
| 42 |
-
"train": "0:1"
|
| 43 |
-
},
|
| 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 |
-
"camera_keys": [
|
| 47 |
-
"observation.images.wrist",
|
| 48 |
-
"observation.images.front"
|
| 49 |
-
],
|
| 50 |
-
"features": {
|
| 51 |
-
"action": {
|
| 52 |
-
"dtype": "float32",
|
| 53 |
-
"shape": [
|
| 54 |
-
7
|
| 55 |
-
],
|
| 56 |
-
"names": [
|
| 57 |
-
"shoulder_pan.next_pos",
|
| 58 |
-
"shoulder_lift.next_pos",
|
| 59 |
-
"elbow_flex.next_pos",
|
| 60 |
-
"wrist_1.next_pos",
|
| 61 |
-
"wrist_2.next_pos",
|
| 62 |
-
"wrist_3.next_pos",
|
| 63 |
-
"gripper.next_pos"
|
| 64 |
-
],
|
| 65 |
-
"fps": 30
|
| 66 |
-
},
|
| 67 |
-
"observation.state": {
|
| 68 |
-
"dtype": "float32",
|
| 69 |
-
"shape": [
|
| 70 |
-
7
|
| 71 |
-
],
|
| 72 |
-
"names": [
|
| 73 |
-
"shoulder_pan.pos",
|
| 74 |
-
"shoulder_lift.pos",
|
| 75 |
-
"elbow_flex.pos",
|
| 76 |
-
"wrist_1.pos",
|
| 77 |
-
"wrist_2.pos",
|
| 78 |
-
"wrist_3.pos",
|
| 79 |
-
"gripper.pos"
|
| 80 |
-
],
|
| 81 |
-
"fps": 30
|
| 82 |
-
},
|
| 83 |
-
"observation.images.wrist": {
|
| 84 |
-
"dtype": "video",
|
| 85 |
-
"shape": [
|
| 86 |
-
480,
|
| 87 |
-
640,
|
| 88 |
-
3
|
| 89 |
-
],
|
| 90 |
-
"names": [
|
| 91 |
-
"height",
|
| 92 |
-
"width",
|
| 93 |
-
"channels"
|
| 94 |
-
],
|
| 95 |
-
"info": {
|
| 96 |
-
"video.height": 480,
|
| 97 |
-
"video.width": 640,
|
| 98 |
-
"video.codec": "avc1",
|
| 99 |
-
"video.pix_fmt": "yuv420p",
|
| 100 |
-
"video.is_depth_map": false,
|
| 101 |
-
"video.fps": 30,
|
| 102 |
-
"video.channels": 3,
|
| 103 |
-
"has_audio": false
|
| 104 |
-
}
|
| 105 |
-
},
|
| 106 |
-
"observation.images.front": {
|
| 107 |
-
"dtype": "video",
|
| 108 |
-
"shape": [
|
| 109 |
-
480,
|
| 110 |
-
640,
|
| 111 |
-
3
|
| 112 |
-
],
|
| 113 |
-
"names": [
|
| 114 |
-
"height",
|
| 115 |
-
"width",
|
| 116 |
-
"channels"
|
| 117 |
-
],
|
| 118 |
-
"info": {
|
| 119 |
-
"video.height": 480,
|
| 120 |
-
"video.width": 640,
|
| 121 |
-
"video.codec": "avc1",
|
| 122 |
-
"video.pix_fmt": "yuv420p",
|
| 123 |
-
"video.is_depth_map": false,
|
| 124 |
-
"video.fps": 30,
|
| 125 |
-
"video.channels": 3,
|
| 126 |
-
"has_audio": false
|
| 127 |
-
}
|
| 128 |
-
},
|
| 129 |
-
"timestamp": {
|
| 130 |
-
"dtype": "float32",
|
| 131 |
-
"shape": [
|
| 132 |
-
1
|
| 133 |
-
],
|
| 134 |
-
"names": null,
|
| 135 |
-
"fps": 30
|
| 136 |
-
},
|
| 137 |
-
"frame_index": {
|
| 138 |
-
"dtype": "int64",
|
| 139 |
-
"shape": [
|
| 140 |
-
1
|
| 141 |
-
],
|
| 142 |
-
"names": null,
|
| 143 |
-
"fps": 30
|
| 144 |
-
},
|
| 145 |
-
"episode_index": {
|
| 146 |
-
"dtype": "int64",
|
| 147 |
-
"shape": [
|
| 148 |
-
1
|
| 149 |
-
],
|
| 150 |
-
"names": null,
|
| 151 |
-
"fps": 30
|
| 152 |
-
},
|
| 153 |
-
"index": {
|
| 154 |
-
"dtype": "int64",
|
| 155 |
-
"shape": [
|
| 156 |
-
1
|
| 157 |
-
],
|
| 158 |
-
"names": null,
|
| 159 |
-
"fps": 30
|
| 160 |
-
},
|
| 161 |
-
"task_index": {
|
| 162 |
-
"dtype": "int64",
|
| 163 |
-
"shape": [
|
| 164 |
-
1
|
| 165 |
-
],
|
| 166 |
-
"names": null,
|
| 167 |
-
"fps": 30
|
| 168 |
-
}
|
| 169 |
-
},
|
| 170 |
-
"stats": {
|
| 171 |
-
"action": {
|
| 172 |
-
"min": [
|
| 173 |
-
-0.4719284176826477,
|
| 174 |
-
-1.083202600479126,
|
| 175 |
-
1.131264567375183,
|
| 176 |
-
-2.1201283931732178,
|
| 177 |
-
-1.5940574407577515,
|
| 178 |
-
-0.6380365490913391,
|
| 179 |
-
45.79999923706055
|
| 180 |
-
],
|
| 181 |
-
"max": [
|
| 182 |
-
-0.24826937913894653,
|
| 183 |
-
-0.7765448689460754,
|
| 184 |
-
1.5499972105026245,
|
| 185 |
-
-1.8114920854568481,
|
| 186 |
-
-1.5860241651535034,
|
| 187 |
-
-0.13784343004226685,
|
| 188 |
-
150.8000030517578
|
| 189 |
-
],
|
| 190 |
-
"mean": [
|
| 191 |
-
-0.38336625041681877,
|
| 192 |
-
-0.9233003909584303,
|
| 193 |
-
1.3056504370145452,
|
| 194 |
-
-1.9878923144878764,
|
| 195 |
-
-1.5891635341468822,
|
| 196 |
-
-0.38939836376760206,
|
| 197 |
-
68.38020866276435
|
| 198 |
-
],
|
| 199 |
-
"std": [
|
| 200 |
-
0.08732317680810911,
|
| 201 |
-
0.06663771363537135,
|
| 202 |
-
0.09076540114269227,
|
| 203 |
-
0.061248604605212614,
|
| 204 |
-
0.003087044900837268,
|
| 205 |
-
0.1465308571965129,
|
| 206 |
-
29.48416036189623
|
| 207 |
-
]
|
| 208 |
-
},
|
| 209 |
-
"observation.state": {
|
| 210 |
-
"min": [
|
| 211 |
-
-0.4719284176826477,
|
| 212 |
-
-1.083426833152771,
|
| 213 |
-
1.131264567375183,
|
| 214 |
-
-2.1201283931732178,
|
| 215 |
-
-1.5940574407577515,
|
| 216 |
-
-0.6380365490913391,
|
| 217 |
-
45.79999923706055
|
| 218 |
-
],
|
| 219 |
-
"max": [
|
| 220 |
-
-0.24826937913894653,
|
| 221 |
-
-0.7765448689460754,
|
| 222 |
-
1.5504931211471558,
|
| 223 |
-
-1.8114920854568481,
|
| 224 |
-
-1.5860241651535034,
|
| 225 |
-
-0.13784343004226685,
|
| 226 |
-
150.8000030517578
|
| 227 |
-
],
|
| 228 |
-
"mean": [
|
| 229 |
-
-0.3833687315824197,
|
| 230 |
-
-0.9233364531615669,
|
| 231 |
-
1.3057277204384559,
|
| 232 |
-
-1.9879336561627912,
|
| 233 |
-
-1.5891635526418093,
|
| 234 |
-
-0.38934873452772256,
|
| 235 |
-
68.39249110779082
|
| 236 |
-
],
|
| 237 |
-
"std": [
|
| 238 |
-
0.08732260307097349,
|
| 239 |
-
0.06670470247547453,
|
| 240 |
-
0.09090756557370962,
|
| 241 |
-
0.06127760702371306,
|
| 242 |
-
0.0030870510550819598,
|
| 243 |
-
0.14652196435216963,
|
| 244 |
-
29.485769828618427
|
| 245 |
-
]
|
| 246 |
-
},
|
| 247 |
-
"timestamp": {
|
| 248 |
-
"min": [
|
| 249 |
-
0.0
|
| 250 |
-
],
|
| 251 |
-
"max": [
|
| 252 |
-
67.0
|
| 253 |
-
],
|
| 254 |
-
"mean": [
|
| 255 |
-
33.5
|
| 256 |
-
],
|
| 257 |
-
"std": [
|
| 258 |
-
19.350854873657227
|
| 259 |
-
]
|
| 260 |
-
}
|
| 261 |
-
},
|
| 262 |
-
"data_files_size_in_mb": 100,
|
| 263 |
-
"video_files_size_in_mb": 200
|
| 264 |
-
}
|
| 265 |
-
```
|
| 266 |
-
|
| 267 |
|
| 268 |
-
|
|
|
|
|
|
|
|
|
|
| 269 |
|
| 270 |
-
|
|
|
|
|
|
|
| 271 |
|
| 272 |
-
|
| 273 |
-
[
|
| 274 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
+
tags:
|
| 6 |
+
- robotics
|
| 7 |
+
- dataset
|
| 8 |
+
- lerobot
|
| 9 |
+
- ur5e
|
| 10 |
task_categories:
|
| 11 |
- robotics
|
| 12 |
+
pretty_name: UR5e Dual RealSense Haptic Teleop Dataset (LeRobot v2.1)
|
|
|
|
| 13 |
configs:
|
| 14 |
- config_name: default
|
| 15 |
+
data_files:
|
| 16 |
+
- data/*/*.parquet
|
| 17 |
---
|
| 18 |
|
| 19 |
+
# UR5e Dual RealSense Haptic Teleoperation Dataset (LeRobot v2.1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
+
- Control loop: ~500 Hz (RTDE)
|
| 22 |
+
- Dataset sampling: fixed 30 Hz
|
| 23 |
+
- Gripper: OnRobot RG6 — haptic btn1=open, btn2=close
|
| 24 |
+
- Rotation: hold V + R (+Z) / E (-Z)
|
| 25 |
|
| 26 |
+
State / action layout (7-dim, pi0-compatible):
|
| 27 |
+
- dim 0-5 : UR5e joint positions (rad)
|
| 28 |
+
- dim 6 : gripper width (mm, absolute) closed=10.6 open=160.2
|
| 29 |
|
| 30 |
+
Definitions:
|
| 31 |
+
- observation.state[t] = [q0..q5, gripper_mm] at time t
|
| 32 |
+
- action[t] = [q0..q5, gripper_mm] at time t+1 (next-step absolute)
|
data/chunk-000/episode_000000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b20342c47740b084e548d5f57e627c05fe69b0cddcd1684378627ed7d51a37c
|
| 3 |
+
size 83011
|
meta/episodes.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"episode_index": 0, "tasks": ["stck the cuves"], "length": 803}
|
meta/episodes_stats.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"episode_index": 0, "stats": {"action": {"min": [-0.4582837224006653, -1.0700711011886597, 1.034899115562439, -2.090411424636841, -1.5941447019577026, -0.9122803807258606, 45.79999923706055], "max": [-0.23623734712600708, -0.7735782265663147, 1.5556496381759644, -1.8442116975784302, -1.5862668752670288, -0.017135445028543472, 101.30000305175781], "mean": [-0.3428954881422249, -0.8384033572183897, 1.158679481906582, -1.924902959897242, -1.5903754223922122, -0.5668870355344724, 58.49090854079459], "std": [0.08960543205762056, 0.05877984482605197, 0.11141874876471755, 0.06442294443822082, 0.003206262676393901, 0.21607498909384287, 14.388609058023627], "count": [803]}, "observation.state": {"min": [-0.4582837224006653, -1.0700711011886597, 1.034899115562439, -2.090411424636841, -1.5941447019577026, -0.9122803807258606, 45.79999923706055], "max": [-0.23623734712600708, -0.7735782265663147, 1.5556496381759644, -1.8442116975784302, -1.5862668752670288, -0.017135445028543472, 101.30000305175781], "mean": [-0.3428340123718138, -0.8387668662023723, 1.1593171016662236, -1.925176092132388, -1.5903784930334888, -0.5667821877725321, 58.442340665558355], "std": [0.08958222660848777, 0.05928673471347038, 0.11218018737812349, 0.06464226787051472, 0.0032053912512283607, 0.21615871076093685, 14.30963191641381], "count": [803]}, "timestamp": {"min": [0.0], "max": [26.733333587646484], "mean": [13.366666668030906], "std": [7.726865111930445], "count": [803]}, "frame_index": {"min": [0.0], "max": [802.0], "mean": [401.0], "std": [231.80595333166056], "count": [803]}, "episode_index": {"min": [0.0], "max": [0.0], "mean": [0.0], "std": [0.0], "count": [803]}, "index": {"min": [0.0], "max": [802.0], "mean": [401.0], "std": [231.80595333166056], "count": [803]}, "task_index": {"min": [0.0], "max": [0.0], "mean": [0.0], "std": [0.0], "count": [803]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.485]], [[0.456]], [[0.406]]], "std": [[[0.229]], [[0.224]], [[0.225]]], "count": [803]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.485]], [[0.456]], [[0.406]]], "std": [[[0.229]], [[0.224]], [[0.225]]], "count": [803]}}}
|
meta/info.json
CHANGED
|
@@ -1,232 +1,225 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
},
|
| 12 |
-
"
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
"
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
"shoulder_lift.next_pos",
|
| 27 |
-
"elbow_flex.next_pos",
|
| 28 |
-
"wrist_1.next_pos",
|
| 29 |
-
"wrist_2.next_pos",
|
| 30 |
-
"wrist_3.next_pos",
|
| 31 |
-
"gripper.next_pos"
|
| 32 |
-
],
|
| 33 |
-
"fps": 30
|
| 34 |
-
},
|
| 35 |
-
"observation.state": {
|
| 36 |
-
"dtype": "float32",
|
| 37 |
-
"shape": [
|
| 38 |
-
7
|
| 39 |
-
],
|
| 40 |
-
"names": [
|
| 41 |
-
"shoulder_pan.pos",
|
| 42 |
-
"shoulder_lift.pos",
|
| 43 |
-
"elbow_flex.pos",
|
| 44 |
-
"wrist_1.pos",
|
| 45 |
-
"wrist_2.pos",
|
| 46 |
-
"wrist_3.pos",
|
| 47 |
-
"gripper.pos"
|
| 48 |
-
],
|
| 49 |
-
"fps": 30
|
| 50 |
-
},
|
| 51 |
-
"observation.images.wrist": {
|
| 52 |
-
"dtype": "video",
|
| 53 |
-
"shape": [
|
| 54 |
-
480,
|
| 55 |
-
640,
|
| 56 |
-
3
|
| 57 |
-
],
|
| 58 |
-
"names": [
|
| 59 |
-
"height",
|
| 60 |
-
"width",
|
| 61 |
-
"channels"
|
| 62 |
-
],
|
| 63 |
-
"info": {
|
| 64 |
-
"video.height": 480,
|
| 65 |
-
"video.width": 640,
|
| 66 |
-
"video.codec": "avc1",
|
| 67 |
-
"video.pix_fmt": "yuv420p",
|
| 68 |
-
"video.is_depth_map": false,
|
| 69 |
-
"video.fps": 30,
|
| 70 |
-
"video.channels": 3,
|
| 71 |
-
"has_audio": false
|
| 72 |
-
}
|
| 73 |
-
},
|
| 74 |
-
"observation.images.front": {
|
| 75 |
-
"dtype": "video",
|
| 76 |
-
"shape": [
|
| 77 |
-
480,
|
| 78 |
-
640,
|
| 79 |
-
3
|
| 80 |
-
],
|
| 81 |
-
"names": [
|
| 82 |
-
"height",
|
| 83 |
-
"width",
|
| 84 |
-
"channels"
|
| 85 |
-
],
|
| 86 |
-
"info": {
|
| 87 |
-
"video.height": 480,
|
| 88 |
-
"video.width": 640,
|
| 89 |
-
"video.codec": "avc1",
|
| 90 |
-
"video.pix_fmt": "yuv420p",
|
| 91 |
-
"video.is_depth_map": false,
|
| 92 |
-
"video.fps": 30,
|
| 93 |
-
"video.channels": 3,
|
| 94 |
-
"has_audio": false
|
| 95 |
-
}
|
| 96 |
-
},
|
| 97 |
-
"timestamp": {
|
| 98 |
-
"dtype": "float32",
|
| 99 |
-
"shape": [
|
| 100 |
-
1
|
| 101 |
-
],
|
| 102 |
-
"names": null,
|
| 103 |
-
"fps": 30
|
| 104 |
-
},
|
| 105 |
-
"frame_index": {
|
| 106 |
-
"dtype": "int64",
|
| 107 |
-
"shape": [
|
| 108 |
-
1
|
| 109 |
-
],
|
| 110 |
-
"names": null,
|
| 111 |
-
"fps": 30
|
| 112 |
-
},
|
| 113 |
-
"episode_index": {
|
| 114 |
-
"dtype": "int64",
|
| 115 |
-
"shape": [
|
| 116 |
-
1
|
| 117 |
-
],
|
| 118 |
-
"names": null,
|
| 119 |
-
"fps": 30
|
| 120 |
-
},
|
| 121 |
-
"index": {
|
| 122 |
-
"dtype": "int64",
|
| 123 |
-
"shape": [
|
| 124 |
-
1
|
| 125 |
-
],
|
| 126 |
-
"names": null,
|
| 127 |
-
"fps": 30
|
| 128 |
-
},
|
| 129 |
-
"task_index": {
|
| 130 |
-
"dtype": "int64",
|
| 131 |
-
"shape": [
|
| 132 |
-
1
|
| 133 |
-
],
|
| 134 |
-
"names": null,
|
| 135 |
-
"fps": 30
|
| 136 |
-
}
|
| 137 |
},
|
| 138 |
-
"
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
-0.9233003909584303,
|
| 161 |
-
1.3056504370145452,
|
| 162 |
-
-1.9878923144878764,
|
| 163 |
-
-1.5891635341468822,
|
| 164 |
-
-0.38939836376760206,
|
| 165 |
-
68.38020866276435
|
| 166 |
-
],
|
| 167 |
-
"std": [
|
| 168 |
-
0.08732317680810911,
|
| 169 |
-
0.06663771363537135,
|
| 170 |
-
0.09076540114269227,
|
| 171 |
-
0.061248604605212614,
|
| 172 |
-
0.003087044900837268,
|
| 173 |
-
0.1465308571965129,
|
| 174 |
-
29.48416036189623
|
| 175 |
-
]
|
| 176 |
-
},
|
| 177 |
-
"observation.state": {
|
| 178 |
-
"min": [
|
| 179 |
-
-0.4719284176826477,
|
| 180 |
-
-1.083426833152771,
|
| 181 |
-
1.131264567375183,
|
| 182 |
-
-2.1201283931732178,
|
| 183 |
-
-1.5940574407577515,
|
| 184 |
-
-0.6380365490913391,
|
| 185 |
-
45.79999923706055
|
| 186 |
-
],
|
| 187 |
-
"max": [
|
| 188 |
-
-0.24826937913894653,
|
| 189 |
-
-0.7765448689460754,
|
| 190 |
-
1.5504931211471558,
|
| 191 |
-
-1.8114920854568481,
|
| 192 |
-
-1.5860241651535034,
|
| 193 |
-
-0.13784343004226685,
|
| 194 |
-
150.8000030517578
|
| 195 |
-
],
|
| 196 |
-
"mean": [
|
| 197 |
-
-0.3833687315824197,
|
| 198 |
-
-0.9233364531615669,
|
| 199 |
-
1.3057277204384559,
|
| 200 |
-
-1.9879336561627912,
|
| 201 |
-
-1.5891635526418093,
|
| 202 |
-
-0.38934873452772256,
|
| 203 |
-
68.39249110779082
|
| 204 |
-
],
|
| 205 |
-
"std": [
|
| 206 |
-
0.08732260307097349,
|
| 207 |
-
0.06670470247547453,
|
| 208 |
-
0.09090756557370962,
|
| 209 |
-
0.06127760702371306,
|
| 210 |
-
0.0030870510550819598,
|
| 211 |
-
0.14652196435216963,
|
| 212 |
-
29.485769828618427
|
| 213 |
-
]
|
| 214 |
-
},
|
| 215 |
-
"timestamp": {
|
| 216 |
-
"min": [
|
| 217 |
-
0.0
|
| 218 |
-
],
|
| 219 |
-
"max": [
|
| 220 |
-
67.0
|
| 221 |
-
],
|
| 222 |
-
"mean": [
|
| 223 |
-
33.5
|
| 224 |
-
],
|
| 225 |
-
"std": [
|
| 226 |
-
19.350854873657227
|
| 227 |
-
]
|
| 228 |
-
}
|
| 229 |
},
|
| 230 |
-
"
|
| 231 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 232 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"codebase_version": "v2.1",
|
| 3 |
+
"robot_type": "ur5e",
|
| 4 |
+
"total_episodes": 1,
|
| 5 |
+
"total_frames": 803,
|
| 6 |
+
"total_tasks": 1,
|
| 7 |
+
"total_videos": 2,
|
| 8 |
+
"total_chunks": 1,
|
| 9 |
+
"chunks_size": 1000,
|
| 10 |
+
"fps": 30,
|
| 11 |
+
"splits": {
|
| 12 |
+
"train": "0:1"
|
| 13 |
+
},
|
| 14 |
+
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 15 |
+
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
| 16 |
+
"camera_keys": [
|
| 17 |
+
"observation.images.wrist",
|
| 18 |
+
"observation.images.front"
|
| 19 |
+
],
|
| 20 |
+
"features": {
|
| 21 |
+
"action": {
|
| 22 |
+
"dtype": "float32",
|
| 23 |
+
"shape": [
|
| 24 |
+
7
|
| 25 |
+
],
|
| 26 |
+
"names": [
|
| 27 |
+
"shoulder_pan.next_pos",
|
| 28 |
+
"shoulder_lift.next_pos",
|
| 29 |
+
"elbow_flex.next_pos",
|
| 30 |
+
"wrist_1.next_pos",
|
| 31 |
+
"wrist_2.next_pos",
|
| 32 |
+
"wrist_3.next_pos",
|
| 33 |
+
"gripper.next_pos"
|
| 34 |
+
]
|
| 35 |
},
|
| 36 |
+
"observation.state": {
|
| 37 |
+
"dtype": "float32",
|
| 38 |
+
"shape": [
|
| 39 |
+
7
|
| 40 |
+
],
|
| 41 |
+
"names": [
|
| 42 |
+
"shoulder_pan.pos",
|
| 43 |
+
"shoulder_lift.pos",
|
| 44 |
+
"elbow_flex.pos",
|
| 45 |
+
"wrist_1.pos",
|
| 46 |
+
"wrist_2.pos",
|
| 47 |
+
"wrist_3.pos",
|
| 48 |
+
"gripper.pos"
|
| 49 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
},
|
| 51 |
+
"observation.images.wrist": {
|
| 52 |
+
"dtype": "video",
|
| 53 |
+
"shape": [
|
| 54 |
+
480,
|
| 55 |
+
640,
|
| 56 |
+
3
|
| 57 |
+
],
|
| 58 |
+
"names": [
|
| 59 |
+
"height",
|
| 60 |
+
"width",
|
| 61 |
+
"channels"
|
| 62 |
+
],
|
| 63 |
+
"info": {
|
| 64 |
+
"video.height": 480,
|
| 65 |
+
"video.width": 640,
|
| 66 |
+
"video.codec": "avc1",
|
| 67 |
+
"video.pix_fmt": "yuv420p",
|
| 68 |
+
"video.is_depth_map": false,
|
| 69 |
+
"video.fps": 30,
|
| 70 |
+
"video.channels": 3,
|
| 71 |
+
"has_audio": false
|
| 72 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
},
|
| 74 |
+
"observation.images.front": {
|
| 75 |
+
"dtype": "video",
|
| 76 |
+
"shape": [
|
| 77 |
+
480,
|
| 78 |
+
640,
|
| 79 |
+
3
|
| 80 |
+
],
|
| 81 |
+
"names": [
|
| 82 |
+
"height",
|
| 83 |
+
"width",
|
| 84 |
+
"channels"
|
| 85 |
+
],
|
| 86 |
+
"info": {
|
| 87 |
+
"video.height": 480,
|
| 88 |
+
"video.width": 640,
|
| 89 |
+
"video.codec": "avc1",
|
| 90 |
+
"video.pix_fmt": "yuv420p",
|
| 91 |
+
"video.is_depth_map": false,
|
| 92 |
+
"video.fps": 30,
|
| 93 |
+
"video.channels": 3,
|
| 94 |
+
"has_audio": false
|
| 95 |
+
}
|
| 96 |
+
},
|
| 97 |
+
"timestamp": {
|
| 98 |
+
"dtype": "float32",
|
| 99 |
+
"shape": [
|
| 100 |
+
1
|
| 101 |
+
],
|
| 102 |
+
"names": null
|
| 103 |
+
},
|
| 104 |
+
"frame_index": {
|
| 105 |
+
"dtype": "int64",
|
| 106 |
+
"shape": [
|
| 107 |
+
1
|
| 108 |
+
],
|
| 109 |
+
"names": null
|
| 110 |
+
},
|
| 111 |
+
"episode_index": {
|
| 112 |
+
"dtype": "int64",
|
| 113 |
+
"shape": [
|
| 114 |
+
1
|
| 115 |
+
],
|
| 116 |
+
"names": null
|
| 117 |
+
},
|
| 118 |
+
"index": {
|
| 119 |
+
"dtype": "int64",
|
| 120 |
+
"shape": [
|
| 121 |
+
1
|
| 122 |
+
],
|
| 123 |
+
"names": null
|
| 124 |
+
},
|
| 125 |
+
"task_index": {
|
| 126 |
+
"dtype": "int64",
|
| 127 |
+
"shape": [
|
| 128 |
+
1
|
| 129 |
+
],
|
| 130 |
+
"names": null
|
| 131 |
+
}
|
| 132 |
+
},
|
| 133 |
+
"stats": {
|
| 134 |
+
"action": {
|
| 135 |
+
"min": [
|
| 136 |
+
-0.4582837224006653,
|
| 137 |
+
-1.0700711011886597,
|
| 138 |
+
1.034899115562439,
|
| 139 |
+
-2.090411424636841,
|
| 140 |
+
-1.5941447019577026,
|
| 141 |
+
-0.9122803807258606,
|
| 142 |
+
45.79999923706055
|
| 143 |
+
],
|
| 144 |
+
"max": [
|
| 145 |
+
-0.23623734712600708,
|
| 146 |
+
-0.7735782265663147,
|
| 147 |
+
1.5556496381759644,
|
| 148 |
+
-1.8442116975784302,
|
| 149 |
+
-1.5862668752670288,
|
| 150 |
+
-0.017135445028543472,
|
| 151 |
+
101.30000305175781
|
| 152 |
+
],
|
| 153 |
+
"mean": [
|
| 154 |
+
-0.3428954881422249,
|
| 155 |
+
-0.8384033572183897,
|
| 156 |
+
1.158679481906582,
|
| 157 |
+
-1.924902959897242,
|
| 158 |
+
-1.5903754223922122,
|
| 159 |
+
-0.5668870355344724,
|
| 160 |
+
58.49090854079459
|
| 161 |
+
],
|
| 162 |
+
"std": [
|
| 163 |
+
0.08960543205762056,
|
| 164 |
+
0.05877984482605197,
|
| 165 |
+
0.11141874876471755,
|
| 166 |
+
0.06442294443822082,
|
| 167 |
+
0.003206262676393901,
|
| 168 |
+
0.21607498909384287,
|
| 169 |
+
14.388609058023627
|
| 170 |
+
]
|
| 171 |
+
},
|
| 172 |
+
"observation.state": {
|
| 173 |
+
"min": [
|
| 174 |
+
-0.4582837224006653,
|
| 175 |
+
-1.0700711011886597,
|
| 176 |
+
1.034899115562439,
|
| 177 |
+
-2.090411424636841,
|
| 178 |
+
-1.5941447019577026,
|
| 179 |
+
-0.9122803807258606,
|
| 180 |
+
45.79999923706055
|
| 181 |
+
],
|
| 182 |
+
"max": [
|
| 183 |
+
-0.23623734712600708,
|
| 184 |
+
-0.7735782265663147,
|
| 185 |
+
1.5556496381759644,
|
| 186 |
+
-1.8442116975784302,
|
| 187 |
+
-1.5862668752670288,
|
| 188 |
+
-0.017135445028543472,
|
| 189 |
+
101.30000305175781
|
| 190 |
+
],
|
| 191 |
+
"mean": [
|
| 192 |
+
-0.3428340123718138,
|
| 193 |
+
-0.8387668662023723,
|
| 194 |
+
1.1593171016662236,
|
| 195 |
+
-1.925176092132388,
|
| 196 |
+
-1.5903784930334888,
|
| 197 |
+
-0.5667821877725321,
|
| 198 |
+
58.442340665558355
|
| 199 |
+
],
|
| 200 |
+
"std": [
|
| 201 |
+
0.08958222660848777,
|
| 202 |
+
0.05928673471347038,
|
| 203 |
+
0.11218018737812349,
|
| 204 |
+
0.06464226787051472,
|
| 205 |
+
0.0032053912512283607,
|
| 206 |
+
0.21615871076093685,
|
| 207 |
+
14.30963191641381
|
| 208 |
+
]
|
| 209 |
+
},
|
| 210 |
+
"timestamp": {
|
| 211 |
+
"min": [
|
| 212 |
+
0.0
|
| 213 |
+
],
|
| 214 |
+
"max": [
|
| 215 |
+
26.733333587646484
|
| 216 |
+
],
|
| 217 |
+
"mean": [
|
| 218 |
+
13.366666793823242
|
| 219 |
+
],
|
| 220 |
+
"std": [
|
| 221 |
+
7.726865291595459
|
| 222 |
+
]
|
| 223 |
+
}
|
| 224 |
+
}
|
| 225 |
}
|
meta/tasks.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"task_index": 0, "task": "stck the cuves"}
|
videos/chunk-000/observation.images.front/episode_000000.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0bab62fb9a785dca608700b2373e4efc8c5b2bf72ac296832c45cf58b4185f89
|
| 3 |
+
size 1735131
|
videos/chunk-000/observation.images.wrist/episode_000000.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82ab86a40f653162a9c5da65f5d977a4edef0c0cbdd79301b0ef4c3ac707e711
|
| 3 |
+
size 3123963
|