Trim OT-uninitialized prefixes from 3 .pt files (ep_005/012/017 — see `_contact_meta.trim_offset`); recompute bad_frames + data_quality_breakdown in trimmed coords; ot_loss frame count now reflects real mid-episode mocap dropout only. Recorder-side OT watchdog added to data_collection.py (in twm repo) so future episodes won't repeat the bug.
Browse files- README.md +4 -2
- bad_frames.json +106 -138
- docs/quality.md +3 -3
- figures/dataset_figures/data_quality_breakdown.json +8 -10
- processed/mode1_v1/motherboard/2026-05-11/episode_005.pt +2 -2
- processed/mode1_v1/motherboard/2026-05-11/episode_012.pt +2 -2
- processed/mode1_v1/motherboard/2026-05-11/episode_017.pt +2 -2
README.md
CHANGED
|
@@ -33,7 +33,7 @@ Dense, contact-rich, synchronized multimodal interaction data collected from **h
|
|
| 33 |
|
| 34 |

|
| 35 |
|
| 36 |
-
> **
|
| 37 |
|
| 38 |
## What's different about this dataset
|
| 39 |
|
|
@@ -52,7 +52,7 @@ Dense, contact-rich, synchronized multimodal interaction data collected from **h
|
|
| 52 |
|---|---|
|
| 53 |
| Embodiment | **Human hands (no robot)** — handheld GelSight sensors with motion-capture rigid bodies |
|
| 54 |
| Intended use | Dynamics / world-model learning over short multimodal windows. Sample short trajectories (1 s – 10 s); recording-file boundaries are not action boundaries. |
|
| 55 |
-
| Total synchronized duration | **
|
| 56 |
| Bimanual tactile-contact time | **81.4 min — 66 % of frames** (median event duration 0.73 s) |
|
| 57 |
| Cameras | 3× Intel RealSense D415 (color + depth), 480×640, 30 FPS |
|
| 58 |
| Tactile | 2× GelSight Mini (left, right), handheld |
|
|
@@ -69,6 +69,8 @@ Dense, contact-rich, synchronized multimodal interaction data collected from **h
|
|
| 69 |
|
| 70 |
See [`tasks.json`](tasks.json) for the machine-readable registry (per-date `active_sensors`, etc.).
|
| 71 |
|
|
|
|
|
|
|
| 72 |
## Quick start
|
| 73 |
|
| 74 |
```python
|
|
|
|
| 33 |
|
| 34 |

|
| 35 |
|
| 36 |
+
> **106 min of robot-free human-hand multimodal interaction · 190,231 frames @ 30 Hz across 3 × RGB-D + 2 × GelSight + 3-body OptiTrack**
|
| 37 |
|
| 38 |
## What's different about this dataset
|
| 39 |
|
|
|
|
| 52 |
|---|---|
|
| 53 |
| Embodiment | **Human hands (no robot)** — handheld GelSight sensors with motion-capture rigid bodies |
|
| 54 |
| Intended use | Dynamics / world-model learning over short multimodal windows. Sample short trajectories (1 s – 10 s); recording-file boundaries are not action boundaries. |
|
| 55 |
+
| Total synchronized duration | **105.7 min** at 30 Hz (190,231 multimodal frames, post-trim) |
|
| 56 |
| Bimanual tactile-contact time | **81.4 min — 66 % of frames** (median event duration 0.73 s) |
|
| 57 |
| Cameras | 3× Intel RealSense D415 (color + depth), 480×640, 30 FPS |
|
| 58 |
| Tactile | 2× GelSight Mini (left, right), handheld |
|
|
|
|
| 69 |
|
| 70 |
See [`tasks.json`](tasks.json) for the machine-readable registry (per-date `active_sensors`, etc.).
|
| 71 |
|
| 72 |
+
**OT-uninitialized prefixes trimmed.** Three episodes had OptiTrack offline for the first 1–11 min of recording (`2026-05-11/episode_{005,012,017}`); those prefixes have been cut from the published `.pt` files (see `_contact_meta.trim_offset` per file). The original recordings remain in the H5 archive untouched. Future episodes use a recorder-side OT watchdog that refuses to start without an active mocap stream.
|
| 73 |
+
|
| 74 |
## Quick start
|
| 75 |
|
| 76 |
```python
|
bad_frames.json
CHANGED
|
@@ -4,15 +4,15 @@
|
|
| 4 |
"buffer_frames": 3,
|
| 5 |
"summary": {
|
| 6 |
"n_episodes": 27,
|
| 7 |
-
"total_frames":
|
| 8 |
-
"total_bad_frames":
|
| 9 |
-
"bad_fraction_overall": 0.
|
| 10 |
-
"n_episodes_with_bad_frames":
|
| 11 |
},
|
| 12 |
"episodes": {
|
| 13 |
"2026-05-10/episode_000": {
|
| 14 |
-
"n_frames":
|
| 15 |
-
"duration_s":
|
| 16 |
"intensity_spikes": [],
|
| 17 |
"pose_teleports_L": [],
|
| 18 |
"pose_teleports_R": [],
|
|
@@ -23,7 +23,7 @@
|
|
| 23 |
},
|
| 24 |
"2026-05-10/episode_001": {
|
| 25 |
"n_frames": 7621,
|
| 26 |
-
"duration_s":
|
| 27 |
"intensity_spikes": [],
|
| 28 |
"pose_teleports_L": [
|
| 29 |
[
|
|
@@ -51,27 +51,27 @@
|
|
| 51 |
"ot_loss_R": []
|
| 52 |
},
|
| 53 |
"2026-05-10/episode_002": {
|
| 54 |
-
"n_frames":
|
| 55 |
-
"duration_s":
|
| 56 |
"intensity_spikes": [],
|
| 57 |
"pose_teleports_L": [
|
| 58 |
[
|
| 59 |
-
|
| 60 |
-
|
| 61 |
]
|
| 62 |
],
|
| 63 |
"pose_teleports_R": [
|
| 64 |
[
|
| 65 |
-
|
| 66 |
-
|
| 67 |
],
|
| 68 |
[
|
| 69 |
-
|
| 70 |
-
|
| 71 |
],
|
| 72 |
[
|
| 73 |
-
|
| 74 |
-
|
| 75 |
]
|
| 76 |
],
|
| 77 |
"total_bad_frames": 24,
|
|
@@ -81,7 +81,7 @@
|
|
| 81 |
},
|
| 82 |
"2026-05-10/episode_003": {
|
| 83 |
"n_frames": 9262,
|
| 84 |
-
"duration_s":
|
| 85 |
"intensity_spikes": [],
|
| 86 |
"pose_teleports_L": [],
|
| 87 |
"pose_teleports_R": [],
|
|
@@ -91,8 +91,8 @@
|
|
| 91 |
"ot_loss_R": []
|
| 92 |
},
|
| 93 |
"2026-05-10/episode_004": {
|
| 94 |
-
"n_frames":
|
| 95 |
-
"duration_s":
|
| 96 |
"intensity_spikes": [],
|
| 97 |
"pose_teleports_L": [],
|
| 98 |
"pose_teleports_R": [],
|
|
@@ -102,8 +102,8 @@
|
|
| 102 |
"ot_loss_R": []
|
| 103 |
},
|
| 104 |
"2026-05-10/episode_005": {
|
| 105 |
-
"n_frames":
|
| 106 |
-
"duration_s": 25.
|
| 107 |
"intensity_spikes": [],
|
| 108 |
"pose_teleports_L": [],
|
| 109 |
"pose_teleports_R": [],
|
|
@@ -113,8 +113,8 @@
|
|
| 113 |
"ot_loss_R": []
|
| 114 |
},
|
| 115 |
"2026-05-10/episode_006": {
|
| 116 |
-
"n_frames":
|
| 117 |
-
"duration_s":
|
| 118 |
"intensity_spikes": [],
|
| 119 |
"pose_teleports_L": [],
|
| 120 |
"pose_teleports_R": [],
|
|
@@ -124,8 +124,8 @@
|
|
| 124 |
"ot_loss_R": []
|
| 125 |
},
|
| 126 |
"2026-05-10/episode_007": {
|
| 127 |
-
"n_frames":
|
| 128 |
-
"duration_s":
|
| 129 |
"intensity_spikes": [],
|
| 130 |
"pose_teleports_L": [],
|
| 131 |
"pose_teleports_R": [],
|
|
@@ -136,7 +136,7 @@
|
|
| 136 |
},
|
| 137 |
"2026-05-10/episode_008": {
|
| 138 |
"n_frames": 1305,
|
| 139 |
-
"duration_s": 43.
|
| 140 |
"intensity_spikes": [],
|
| 141 |
"pose_teleports_L": [],
|
| 142 |
"pose_teleports_R": [],
|
|
@@ -146,8 +146,8 @@
|
|
| 146 |
"ot_loss_R": []
|
| 147 |
},
|
| 148 |
"2026-05-10/episode_009": {
|
| 149 |
-
"n_frames":
|
| 150 |
-
"duration_s":
|
| 151 |
"intensity_spikes": [],
|
| 152 |
"pose_teleports_L": [],
|
| 153 |
"pose_teleports_R": [],
|
|
@@ -158,7 +158,7 @@
|
|
| 158 |
},
|
| 159 |
"2026-05-10/episode_010": {
|
| 160 |
"n_frames": 1035,
|
| 161 |
-
"duration_s":
|
| 162 |
"intensity_spikes": [],
|
| 163 |
"pose_teleports_L": [],
|
| 164 |
"pose_teleports_R": [],
|
|
@@ -168,8 +168,8 @@
|
|
| 168 |
"ot_loss_R": []
|
| 169 |
},
|
| 170 |
"2026-05-10/episode_011": {
|
| 171 |
-
"n_frames":
|
| 172 |
-
"duration_s":
|
| 173 |
"intensity_spikes": [],
|
| 174 |
"pose_teleports_L": [],
|
| 175 |
"pose_teleports_R": [],
|
|
@@ -180,7 +180,7 @@
|
|
| 180 |
},
|
| 181 |
"2026-05-11/episode_003": {
|
| 182 |
"n_frames": 10032,
|
| 183 |
-
"duration_s":
|
| 184 |
"intensity_spikes": [
|
| 185 |
[
|
| 186 |
262,
|
|
@@ -199,8 +199,8 @@
|
|
| 199 |
"ot_loss_R": []
|
| 200 |
},
|
| 201 |
"2026-05-11/episode_004": {
|
| 202 |
-
"n_frames":
|
| 203 |
-
"duration_s":
|
| 204 |
"intensity_spikes": [],
|
| 205 |
"pose_teleports_L": [],
|
| 206 |
"pose_teleports_R": [],
|
|
@@ -210,37 +210,29 @@
|
|
| 210 |
"ot_loss_R": []
|
| 211 |
},
|
| 212 |
"2026-05-11/episode_005": {
|
| 213 |
-
"n_frames":
|
| 214 |
-
"duration_s":
|
| 215 |
"intensity_spikes": [],
|
| 216 |
"pose_teleports_L": [],
|
| 217 |
"pose_teleports_R": [],
|
| 218 |
-
"total_bad_frames":
|
| 219 |
-
"bad_fraction": 0.
|
| 220 |
"ot_loss_L": [
|
| 221 |
[
|
| 222 |
-
|
| 223 |
-
|
| 224 |
-
],
|
| 225 |
-
[
|
| 226 |
-
15247,
|
| 227 |
-
15263
|
| 228 |
]
|
| 229 |
],
|
| 230 |
"ot_loss_R": [
|
| 231 |
[
|
| 232 |
-
|
| 233 |
-
|
| 234 |
-
],
|
| 235 |
-
[
|
| 236 |
-
5023,
|
| 237 |
-
5047
|
| 238 |
]
|
| 239 |
]
|
| 240 |
},
|
| 241 |
"2026-05-11/episode_006": {
|
| 242 |
"n_frames": 11990,
|
| 243 |
-
"duration_s":
|
| 244 |
"intensity_spikes": [],
|
| 245 |
"pose_teleports_L": [],
|
| 246 |
"pose_teleports_R": [],
|
|
@@ -250,12 +242,12 @@
|
|
| 250 |
"ot_loss_R": []
|
| 251 |
},
|
| 252 |
"2026-05-11/episode_007": {
|
| 253 |
-
"n_frames":
|
| 254 |
-
"duration_s":
|
| 255 |
"intensity_spikes": [
|
| 256 |
[
|
| 257 |
-
|
| 258 |
-
|
| 259 |
]
|
| 260 |
],
|
| 261 |
"pose_teleports_L": [],
|
|
@@ -267,7 +259,7 @@
|
|
| 267 |
},
|
| 268 |
"2026-05-11/episode_008": {
|
| 269 |
"n_frames": 13705,
|
| 270 |
-
"duration_s":
|
| 271 |
"intensity_spikes": [
|
| 272 |
[
|
| 273 |
2181,
|
|
@@ -287,7 +279,7 @@
|
|
| 287 |
},
|
| 288 |
"2026-05-11/episode_009": {
|
| 289 |
"n_frames": 4366,
|
| 290 |
-
"duration_s":
|
| 291 |
"intensity_spikes": [],
|
| 292 |
"pose_teleports_L": [],
|
| 293 |
"pose_teleports_R": [],
|
|
@@ -297,8 +289,8 @@
|
|
| 297 |
"ot_loss_R": []
|
| 298 |
},
|
| 299 |
"2026-05-11/episode_010": {
|
| 300 |
-
"n_frames":
|
| 301 |
-
"duration_s":
|
| 302 |
"intensity_spikes": [],
|
| 303 |
"pose_teleports_L": [],
|
| 304 |
"pose_teleports_R": [],
|
|
@@ -308,12 +300,12 @@
|
|
| 308 |
"ot_loss_R": []
|
| 309 |
},
|
| 310 |
"2026-05-11/episode_011": {
|
| 311 |
-
"n_frames":
|
| 312 |
-
"duration_s":
|
| 313 |
"intensity_spikes": [
|
| 314 |
[
|
| 315 |
-
|
| 316 |
-
|
| 317 |
]
|
| 318 |
],
|
| 319 |
"pose_teleports_L": [],
|
|
@@ -324,29 +316,19 @@
|
|
| 324 |
"ot_loss_R": []
|
| 325 |
},
|
| 326 |
"2026-05-11/episode_012": {
|
| 327 |
-
"n_frames":
|
| 328 |
-
"duration_s":
|
| 329 |
"intensity_spikes": [],
|
| 330 |
"pose_teleports_L": [],
|
| 331 |
"pose_teleports_R": [],
|
| 332 |
-
"total_bad_frames":
|
| 333 |
-
"bad_fraction": 0.
|
| 334 |
-
"ot_loss_L": [
|
| 335 |
-
|
| 336 |
-
0,
|
| 337 |
-
9718
|
| 338 |
-
]
|
| 339 |
-
],
|
| 340 |
-
"ot_loss_R": [
|
| 341 |
-
[
|
| 342 |
-
0,
|
| 343 |
-
9717
|
| 344 |
-
]
|
| 345 |
-
]
|
| 346 |
},
|
| 347 |
"2026-05-11/episode_013": {
|
| 348 |
"n_frames": 12724,
|
| 349 |
-
"duration_s":
|
| 350 |
"intensity_spikes": [],
|
| 351 |
"pose_teleports_L": [],
|
| 352 |
"pose_teleports_R": [],
|
|
@@ -426,8 +408,8 @@
|
|
| 426 |
]
|
| 427 |
},
|
| 428 |
"2026-05-11/episode_014": {
|
| 429 |
-
"n_frames":
|
| 430 |
-
"duration_s":
|
| 431 |
"intensity_spikes": [],
|
| 432 |
"pose_teleports_L": [],
|
| 433 |
"pose_teleports_R": [],
|
|
@@ -435,82 +417,82 @@
|
|
| 435 |
"bad_fraction": 0.072,
|
| 436 |
"ot_loss_L": [
|
| 437 |
[
|
| 438 |
-
|
| 439 |
-
|
| 440 |
],
|
| 441 |
[
|
| 442 |
-
|
| 443 |
-
|
| 444 |
]
|
| 445 |
],
|
| 446 |
"ot_loss_R": [
|
| 447 |
[
|
| 448 |
-
|
| 449 |
-
|
| 450 |
]
|
| 451 |
]
|
| 452 |
},
|
| 453 |
"2026-05-11/episode_015": {
|
| 454 |
-
"n_frames":
|
| 455 |
-
"duration_s":
|
| 456 |
"intensity_spikes": [],
|
| 457 |
"pose_teleports_L": [],
|
| 458 |
"pose_teleports_R": [
|
| 459 |
[
|
| 460 |
-
|
| 461 |
-
|
| 462 |
],
|
| 463 |
[
|
| 464 |
-
|
| 465 |
-
|
| 466 |
]
|
| 467 |
],
|
| 468 |
"total_bad_frames": 455,
|
| 469 |
-
"bad_fraction": 0.
|
| 470 |
"ot_loss_L": [
|
| 471 |
[
|
| 472 |
-
|
| 473 |
-
|
| 474 |
],
|
| 475 |
[
|
| 476 |
-
|
| 477 |
-
|
| 478 |
],
|
| 479 |
[
|
| 480 |
-
|
| 481 |
-
|
| 482 |
],
|
| 483 |
[
|
| 484 |
-
|
| 485 |
-
|
| 486 |
],
|
| 487 |
[
|
| 488 |
-
|
| 489 |
-
|
| 490 |
]
|
| 491 |
],
|
| 492 |
"ot_loss_R": [
|
| 493 |
[
|
| 494 |
-
|
| 495 |
-
|
| 496 |
],
|
| 497 |
[
|
| 498 |
-
|
| 499 |
-
|
| 500 |
],
|
| 501 |
[
|
| 502 |
-
|
| 503 |
-
|
| 504 |
],
|
| 505 |
[
|
| 506 |
-
|
| 507 |
-
|
| 508 |
]
|
| 509 |
]
|
| 510 |
},
|
| 511 |
"2026-05-11/episode_016": {
|
| 512 |
"n_frames": 11896,
|
| 513 |
-
"duration_s":
|
| 514 |
"intensity_spikes": [],
|
| 515 |
"pose_teleports_L": [],
|
| 516 |
"pose_teleports_R": [],
|
|
@@ -553,33 +535,19 @@
|
|
| 553 |
"ot_loss_R": []
|
| 554 |
},
|
| 555 |
"2026-05-11/episode_017": {
|
| 556 |
-
"n_frames":
|
| 557 |
-
"duration_s":
|
| 558 |
-
"intensity_spikes": [
|
| 559 |
-
[
|
| 560 |
-
15795,
|
| 561 |
-
15804
|
| 562 |
-
]
|
| 563 |
-
],
|
| 564 |
"pose_teleports_L": [],
|
| 565 |
"pose_teleports_R": [],
|
| 566 |
-
"total_bad_frames":
|
| 567 |
-
"bad_fraction": 0.
|
| 568 |
-
"ot_loss_L": [
|
| 569 |
-
|
| 570 |
-
0,
|
| 571 |
-
19225
|
| 572 |
-
]
|
| 573 |
-
],
|
| 574 |
-
"ot_loss_R": [
|
| 575 |
-
[
|
| 576 |
-
0,
|
| 577 |
-
19227
|
| 578 |
-
]
|
| 579 |
-
]
|
| 580 |
}
|
| 581 |
},
|
| 582 |
"tau_angular_rad_per_s": 15.0,
|
| 583 |
"tau_opt_gap_s": 0.1,
|
| 584 |
-
"freeze_threshold_s": 0.25
|
|
|
|
| 585 |
}
|
|
|
|
| 4 |
"buffer_frames": 3,
|
| 5 |
"summary": {
|
| 6 |
"n_episodes": 27,
|
| 7 |
+
"total_frames": 190231,
|
| 8 |
+
"total_bad_frames": 1768,
|
| 9 |
+
"bad_fraction_overall": 0.009293963654714531,
|
| 10 |
+
"n_episodes_with_bad_frames": 11
|
| 11 |
},
|
| 12 |
"episodes": {
|
| 13 |
"2026-05-10/episode_000": {
|
| 14 |
+
"n_frames": 6890,
|
| 15 |
+
"duration_s": 229.667,
|
| 16 |
"intensity_spikes": [],
|
| 17 |
"pose_teleports_L": [],
|
| 18 |
"pose_teleports_R": [],
|
|
|
|
| 23 |
},
|
| 24 |
"2026-05-10/episode_001": {
|
| 25 |
"n_frames": 7621,
|
| 26 |
+
"duration_s": 254.033,
|
| 27 |
"intensity_spikes": [],
|
| 28 |
"pose_teleports_L": [
|
| 29 |
[
|
|
|
|
| 51 |
"ot_loss_R": []
|
| 52 |
},
|
| 53 |
"2026-05-10/episode_002": {
|
| 54 |
+
"n_frames": 10475,
|
| 55 |
+
"duration_s": 349.167,
|
| 56 |
"intensity_spikes": [],
|
| 57 |
"pose_teleports_L": [
|
| 58 |
[
|
| 59 |
+
10311,
|
| 60 |
+
10318
|
| 61 |
]
|
| 62 |
],
|
| 63 |
"pose_teleports_R": [
|
| 64 |
[
|
| 65 |
+
9551,
|
| 66 |
+
9558
|
| 67 |
],
|
| 68 |
[
|
| 69 |
+
9671,
|
| 70 |
+
9678
|
| 71 |
],
|
| 72 |
[
|
| 73 |
+
10311,
|
| 74 |
+
10318
|
| 75 |
]
|
| 76 |
],
|
| 77 |
"total_bad_frames": 24,
|
|
|
|
| 81 |
},
|
| 82 |
"2026-05-10/episode_003": {
|
| 83 |
"n_frames": 9262,
|
| 84 |
+
"duration_s": 308.733,
|
| 85 |
"intensity_spikes": [],
|
| 86 |
"pose_teleports_L": [],
|
| 87 |
"pose_teleports_R": [],
|
|
|
|
| 91 |
"ot_loss_R": []
|
| 92 |
},
|
| 93 |
"2026-05-10/episode_004": {
|
| 94 |
+
"n_frames": 2406,
|
| 95 |
+
"duration_s": 80.2,
|
| 96 |
"intensity_spikes": [],
|
| 97 |
"pose_teleports_L": [],
|
| 98 |
"pose_teleports_R": [],
|
|
|
|
| 102 |
"ot_loss_R": []
|
| 103 |
},
|
| 104 |
"2026-05-10/episode_005": {
|
| 105 |
+
"n_frames": 763,
|
| 106 |
+
"duration_s": 25.433,
|
| 107 |
"intensity_spikes": [],
|
| 108 |
"pose_teleports_L": [],
|
| 109 |
"pose_teleports_R": [],
|
|
|
|
| 113 |
"ot_loss_R": []
|
| 114 |
},
|
| 115 |
"2026-05-10/episode_006": {
|
| 116 |
+
"n_frames": 3925,
|
| 117 |
+
"duration_s": 130.833,
|
| 118 |
"intensity_spikes": [],
|
| 119 |
"pose_teleports_L": [],
|
| 120 |
"pose_teleports_R": [],
|
|
|
|
| 124 |
"ot_loss_R": []
|
| 125 |
},
|
| 126 |
"2026-05-10/episode_007": {
|
| 127 |
+
"n_frames": 1927,
|
| 128 |
+
"duration_s": 64.233,
|
| 129 |
"intensity_spikes": [],
|
| 130 |
"pose_teleports_L": [],
|
| 131 |
"pose_teleports_R": [],
|
|
|
|
| 136 |
},
|
| 137 |
"2026-05-10/episode_008": {
|
| 138 |
"n_frames": 1305,
|
| 139 |
+
"duration_s": 43.5,
|
| 140 |
"intensity_spikes": [],
|
| 141 |
"pose_teleports_L": [],
|
| 142 |
"pose_teleports_R": [],
|
|
|
|
| 146 |
"ot_loss_R": []
|
| 147 |
},
|
| 148 |
"2026-05-10/episode_009": {
|
| 149 |
+
"n_frames": 1823,
|
| 150 |
+
"duration_s": 60.767,
|
| 151 |
"intensity_spikes": [],
|
| 152 |
"pose_teleports_L": [],
|
| 153 |
"pose_teleports_R": [],
|
|
|
|
| 158 |
},
|
| 159 |
"2026-05-10/episode_010": {
|
| 160 |
"n_frames": 1035,
|
| 161 |
+
"duration_s": 34.5,
|
| 162 |
"intensity_spikes": [],
|
| 163 |
"pose_teleports_L": [],
|
| 164 |
"pose_teleports_R": [],
|
|
|
|
| 168 |
"ot_loss_R": []
|
| 169 |
},
|
| 170 |
"2026-05-10/episode_011": {
|
| 171 |
+
"n_frames": 2201,
|
| 172 |
+
"duration_s": 73.367,
|
| 173 |
"intensity_spikes": [],
|
| 174 |
"pose_teleports_L": [],
|
| 175 |
"pose_teleports_R": [],
|
|
|
|
| 180 |
},
|
| 181 |
"2026-05-11/episode_003": {
|
| 182 |
"n_frames": 10032,
|
| 183 |
+
"duration_s": 334.4,
|
| 184 |
"intensity_spikes": [
|
| 185 |
[
|
| 186 |
262,
|
|
|
|
| 199 |
"ot_loss_R": []
|
| 200 |
},
|
| 201 |
"2026-05-11/episode_004": {
|
| 202 |
+
"n_frames": 2638,
|
| 203 |
+
"duration_s": 87.933,
|
| 204 |
"intensity_spikes": [],
|
| 205 |
"pose_teleports_L": [],
|
| 206 |
"pose_teleports_R": [],
|
|
|
|
| 210 |
"ot_loss_R": []
|
| 211 |
},
|
| 212 |
"2026-05-11/episode_005": {
|
| 213 |
+
"n_frames": 14498,
|
| 214 |
+
"duration_s": 483.267,
|
| 215 |
"intensity_spikes": [],
|
| 216 |
"pose_teleports_L": [],
|
| 217 |
"pose_teleports_R": [],
|
| 218 |
+
"total_bad_frames": 42,
|
| 219 |
+
"bad_fraction": 0.0029,
|
| 220 |
"ot_loss_L": [
|
| 221 |
[
|
| 222 |
+
12818,
|
| 223 |
+
12834
|
|
|
|
|
|
|
|
|
|
|
|
|
| 224 |
]
|
| 225 |
],
|
| 226 |
"ot_loss_R": [
|
| 227 |
[
|
| 228 |
+
2594,
|
| 229 |
+
2618
|
|
|
|
|
|
|
|
|
|
|
|
|
| 230 |
]
|
| 231 |
]
|
| 232 |
},
|
| 233 |
"2026-05-11/episode_006": {
|
| 234 |
"n_frames": 11990,
|
| 235 |
+
"duration_s": 399.667,
|
| 236 |
"intensity_spikes": [],
|
| 237 |
"pose_teleports_L": [],
|
| 238 |
"pose_teleports_R": [],
|
|
|
|
| 242 |
"ot_loss_R": []
|
| 243 |
},
|
| 244 |
"2026-05-11/episode_007": {
|
| 245 |
+
"n_frames": 6908,
|
| 246 |
+
"duration_s": 230.267,
|
| 247 |
"intensity_spikes": [
|
| 248 |
[
|
| 249 |
+
5588,
|
| 250 |
+
5596
|
| 251 |
]
|
| 252 |
],
|
| 253 |
"pose_teleports_L": [],
|
|
|
|
| 259 |
},
|
| 260 |
"2026-05-11/episode_008": {
|
| 261 |
"n_frames": 13705,
|
| 262 |
+
"duration_s": 456.833,
|
| 263 |
"intensity_spikes": [
|
| 264 |
[
|
| 265 |
2181,
|
|
|
|
| 279 |
},
|
| 280 |
"2026-05-11/episode_009": {
|
| 281 |
"n_frames": 4366,
|
| 282 |
+
"duration_s": 145.533,
|
| 283 |
"intensity_spikes": [],
|
| 284 |
"pose_teleports_L": [],
|
| 285 |
"pose_teleports_R": [],
|
|
|
|
| 289 |
"ot_loss_R": []
|
| 290 |
},
|
| 291 |
"2026-05-11/episode_010": {
|
| 292 |
+
"n_frames": 6828,
|
| 293 |
+
"duration_s": 227.6,
|
| 294 |
"intensity_spikes": [],
|
| 295 |
"pose_teleports_L": [],
|
| 296 |
"pose_teleports_R": [],
|
|
|
|
| 300 |
"ot_loss_R": []
|
| 301 |
},
|
| 302 |
"2026-05-11/episode_011": {
|
| 303 |
+
"n_frames": 7299,
|
| 304 |
+
"duration_s": 243.3,
|
| 305 |
"intensity_spikes": [
|
| 306 |
[
|
| 307 |
+
4264,
|
| 308 |
+
4272
|
| 309 |
]
|
| 310 |
],
|
| 311 |
"pose_teleports_L": [],
|
|
|
|
| 316 |
"ot_loss_R": []
|
| 317 |
},
|
| 318 |
"2026-05-11/episode_012": {
|
| 319 |
+
"n_frames": 14828,
|
| 320 |
+
"duration_s": 494.267,
|
| 321 |
"intensity_spikes": [],
|
| 322 |
"pose_teleports_L": [],
|
| 323 |
"pose_teleports_R": [],
|
| 324 |
+
"total_bad_frames": 0,
|
| 325 |
+
"bad_fraction": 0.0,
|
| 326 |
+
"ot_loss_L": [],
|
| 327 |
+
"ot_loss_R": []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 328 |
},
|
| 329 |
"2026-05-11/episode_013": {
|
| 330 |
"n_frames": 12724,
|
| 331 |
+
"duration_s": 424.133,
|
| 332 |
"intensity_spikes": [],
|
| 333 |
"pose_teleports_L": [],
|
| 334 |
"pose_teleports_R": [],
|
|
|
|
| 408 |
]
|
| 409 |
},
|
| 410 |
"2026-05-11/episode_014": {
|
| 411 |
+
"n_frames": 2416,
|
| 412 |
+
"duration_s": 80.533,
|
| 413 |
"intensity_spikes": [],
|
| 414 |
"pose_teleports_L": [],
|
| 415 |
"pose_teleports_R": [],
|
|
|
|
| 417 |
"bad_fraction": 0.072,
|
| 418 |
"ot_loss_L": [
|
| 419 |
[
|
| 420 |
+
921,
|
| 421 |
+
979
|
| 422 |
],
|
| 423 |
[
|
| 424 |
+
2024,
|
| 425 |
+
2111
|
| 426 |
]
|
| 427 |
],
|
| 428 |
"ot_loss_R": [
|
| 429 |
[
|
| 430 |
+
1693,
|
| 431 |
+
1719
|
| 432 |
]
|
| 433 |
]
|
| 434 |
},
|
| 435 |
"2026-05-11/episode_015": {
|
| 436 |
+
"n_frames": 5959,
|
| 437 |
+
"duration_s": 198.633,
|
| 438 |
"intensity_spikes": [],
|
| 439 |
"pose_teleports_L": [],
|
| 440 |
"pose_teleports_R": [
|
| 441 |
[
|
| 442 |
+
5376,
|
| 443 |
+
5383
|
| 444 |
],
|
| 445 |
[
|
| 446 |
+
5392,
|
| 447 |
+
5399
|
| 448 |
]
|
| 449 |
],
|
| 450 |
"total_bad_frames": 455,
|
| 451 |
+
"bad_fraction": 0.0764,
|
| 452 |
"ot_loss_L": [
|
| 453 |
[
|
| 454 |
+
2149,
|
| 455 |
+
2193
|
| 456 |
],
|
| 457 |
[
|
| 458 |
+
2201,
|
| 459 |
+
2227
|
| 460 |
],
|
| 461 |
[
|
| 462 |
+
2230,
|
| 463 |
+
2321
|
| 464 |
],
|
| 465 |
[
|
| 466 |
+
3589,
|
| 467 |
+
3704
|
| 468 |
],
|
| 469 |
[
|
| 470 |
+
4828,
|
| 471 |
+
4898
|
| 472 |
]
|
| 473 |
],
|
| 474 |
"ot_loss_R": [
|
| 475 |
[
|
| 476 |
+
1490,
|
| 477 |
+
1515
|
| 478 |
],
|
| 479 |
[
|
| 480 |
+
2709,
|
| 481 |
+
2726
|
| 482 |
],
|
| 483 |
[
|
| 484 |
+
4146,
|
| 485 |
+
4181
|
| 486 |
],
|
| 487 |
[
|
| 488 |
+
5372,
|
| 489 |
+
5387
|
| 490 |
]
|
| 491 |
]
|
| 492 |
},
|
| 493 |
"2026-05-11/episode_016": {
|
| 494 |
"n_frames": 11896,
|
| 495 |
+
"duration_s": 396.533,
|
| 496 |
"intensity_spikes": [],
|
| 497 |
"pose_teleports_L": [],
|
| 498 |
"pose_teleports_R": [],
|
|
|
|
| 535 |
"ot_loss_R": []
|
| 536 |
},
|
| 537 |
"2026-05-11/episode_017": {
|
| 538 |
+
"n_frames": 14511,
|
| 539 |
+
"duration_s": 483.7,
|
| 540 |
+
"intensity_spikes": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 541 |
"pose_teleports_L": [],
|
| 542 |
"pose_teleports_R": [],
|
| 543 |
+
"total_bad_frames": 0,
|
| 544 |
+
"bad_fraction": 0.0,
|
| 545 |
+
"ot_loss_L": [],
|
| 546 |
+
"ot_loss_R": []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 547 |
}
|
| 548 |
},
|
| 549 |
"tau_angular_rad_per_s": 15.0,
|
| 550 |
"tau_opt_gap_s": 0.1,
|
| 551 |
+
"freeze_threshold_s": 0.25,
|
| 552 |
+
"trim_note": "Each .pt has been trimmed at the start to drop the OT-uninitialized prefix (sensor pose not yet streaming). The amount trimmed is recorded in `_contact_meta.trim_offset` inside each .pt; all frame indices in this file are in TRIMMED coordinates (0 = first frame with valid OT)."
|
| 553 |
}
|
docs/quality.md
CHANGED
|
@@ -6,10 +6,10 @@ A small fraction of frames contain known sensor artifacts. The repo ships a [`..
|
|
| 6 |
|
| 7 |
| | |
|
| 8 |
|---|---:|
|
| 9 |
-
| Total synchronized frames |
|
| 10 |
| Recording files | 27 |
|
| 11 |
-
| Frames flagged in `bad_frames.json` | **
|
| 12 |
-
| Recording files with ≥1 flagged frame |
|
| 13 |
|
| 14 |
## Failure modes — quantitative breakdown
|
| 15 |
|
|
|
|
| 6 |
|
| 7 |
| | |
|
| 8 |
|---|---:|
|
| 9 |
+
| Total synchronized frames | 190,231 (105.7 min @ 30 Hz, post-trim) |
|
| 10 |
| Recording files | 27 |
|
| 11 |
+
| Frames flagged in `bad_frames.json` | **1,768 (0.929 %)** |
|
| 12 |
+
| Recording files with ≥1 flagged frame | 11 |
|
| 13 |
|
| 14 |
## Failure modes — quantitative breakdown
|
| 15 |
|
figures/dataset_figures/data_quality_breakdown.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"total_frames":
|
| 3 |
"n_episodes": 27,
|
| 4 |
"modes": {
|
| 5 |
"gelsight_led_flicker": {
|
| 6 |
-
"frames":
|
| 7 |
-
"pct": 0.
|
| 8 |
"episodes_affected": [
|
| 9 |
"2026-05-11/episode_003",
|
| 10 |
"2026-05-11/episode_007",
|
|
@@ -15,7 +15,7 @@
|
|
| 15 |
},
|
| 16 |
"pose_teleport": {
|
| 17 |
"frames": 56,
|
| 18 |
-
"pct": 0.
|
| 19 |
"episodes_affected": [
|
| 20 |
"2026-05-10/episode_001",
|
| 21 |
"2026-05-10/episode_002",
|
|
@@ -23,8 +23,8 @@
|
|
| 23 |
]
|
| 24 |
},
|
| 25 |
"ot_loss": {
|
| 26 |
-
"frames":
|
| 27 |
-
"pct":
|
| 28 |
"freeze_threshold_s": 0.25,
|
| 29 |
"trans_teleport_mps": 5.0,
|
| 30 |
"ang_teleport_rad_per_s": 15.0,
|
|
@@ -32,14 +32,12 @@
|
|
| 32 |
"episodes_affected": [
|
| 33 |
"2026-05-10/episode_001",
|
| 34 |
"2026-05-11/episode_005",
|
| 35 |
-
"2026-05-11/episode_012",
|
| 36 |
"2026-05-11/episode_013",
|
| 37 |
"2026-05-11/episode_014",
|
| 38 |
"2026-05-11/episode_015",
|
| 39 |
-
"2026-05-11/episode_016"
|
| 40 |
-
"2026-05-11/episode_017"
|
| 41 |
],
|
| 42 |
-
"note": "OptiTrack lost the rigid body
|
| 43 |
}
|
| 44 |
}
|
| 45 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"total_frames": 190231,
|
| 3 |
"n_episodes": 27,
|
| 4 |
"modes": {
|
| 5 |
"gelsight_led_flicker": {
|
| 6 |
+
"frames": 56,
|
| 7 |
+
"pct": 0.029437893928960054,
|
| 8 |
"episodes_affected": [
|
| 9 |
"2026-05-11/episode_003",
|
| 10 |
"2026-05-11/episode_007",
|
|
|
|
| 15 |
},
|
| 16 |
"pose_teleport": {
|
| 17 |
"frames": 56,
|
| 18 |
+
"pct": 0.029437893928960054,
|
| 19 |
"episodes_affected": [
|
| 20 |
"2026-05-10/episode_001",
|
| 21 |
"2026-05-10/episode_002",
|
|
|
|
| 23 |
]
|
| 24 |
},
|
| 25 |
"ot_loss": {
|
| 26 |
+
"frames": 1680,
|
| 27 |
+
"pct": 0.8831368178688016,
|
| 28 |
"freeze_threshold_s": 0.25,
|
| 29 |
"trans_teleport_mps": 5.0,
|
| 30 |
"ang_teleport_rad_per_s": 15.0,
|
|
|
|
| 32 |
"episodes_affected": [
|
| 33 |
"2026-05-10/episode_001",
|
| 34 |
"2026-05-11/episode_005",
|
|
|
|
| 35 |
"2026-05-11/episode_013",
|
| 36 |
"2026-05-11/episode_014",
|
| 37 |
"2026-05-11/episode_015",
|
| 38 |
+
"2026-05-11/episode_016"
|
|
|
|
| 39 |
],
|
| 40 |
+
"note": "OptiTrack lost the rigid body mid-episode (recorder kept emitting the held pose). The huge start-of-episode prefixes that previously dominated this number (ep_005/012/017) have been TRIMMED out of the .pt files \u2014 what remains is real mid-episode mocap dropout."
|
| 41 |
}
|
| 42 |
}
|
| 43 |
}
|
processed/mode1_v1/motherboard/2026-05-11/episode_005.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b80cec21b02d8d5ea9377f457948ae422f58f3fb7e8ceec7fb81a30862e13a4
|
| 3 |
+
size 2139295499
|
processed/mode1_v1/motherboard/2026-05-11/episode_012.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a1c77b387c7a022790db9aeec9ec27db8dbfb7b96848bfcb8124febee54790b
|
| 3 |
+
size 2187984843
|
processed/mode1_v1/motherboard/2026-05-11/episode_017.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ea8b8bca5df5ed875f8114184d391b687fe553320b52157a221a5c99ec5427c
|
| 3 |
+
size 2141213451
|