Bake ot_loss intervals into bad_frames.json (47 events, rotation-aware detector); dataloader skips them; docs/quality + caveats updated; data_quality_breakdown #3 renamed sensor_at_rest → ot_loss
Browse files- bad_frames.json +298 -39
- docs/caveats.md +29 -0
- docs/quality.md +2 -2
- examples/react_window_dataset.py +3 -1
- figures/dataset_figures/data_quality_breakdown.json +15 -7
bad_frames.json
CHANGED
|
@@ -5,9 +5,9 @@
|
|
| 5 |
"summary": {
|
| 6 |
"n_episodes": 27,
|
| 7 |
"total_frames": 221621,
|
| 8 |
-
"total_bad_frames":
|
| 9 |
-
"bad_fraction_overall": 0.
|
| 10 |
-
"n_episodes_with_bad_frames":
|
| 11 |
},
|
| 12 |
"episodes": {
|
| 13 |
"2026-05-10/episode_000": {
|
|
@@ -17,7 +17,9 @@
|
|
| 17 |
"pose_teleports_L": [],
|
| 18 |
"pose_teleports_R": [],
|
| 19 |
"total_bad_frames": 0,
|
| 20 |
-
"bad_fraction": 0.0
|
|
|
|
|
|
|
| 21 |
},
|
| 22 |
"2026-05-10/episode_001": {
|
| 23 |
"n_frames": 7621,
|
|
@@ -34,8 +36,19 @@
|
|
| 34 |
]
|
| 35 |
],
|
| 36 |
"pose_teleports_R": [],
|
| 37 |
-
"total_bad_frames":
|
| 38 |
-
"bad_fraction": 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
},
|
| 40 |
"2026-05-10/episode_002": {
|
| 41 |
"n_frames": 10476,
|
|
@@ -62,7 +75,9 @@
|
|
| 62 |
]
|
| 63 |
],
|
| 64 |
"total_bad_frames": 24,
|
| 65 |
-
"bad_fraction": 0.
|
|
|
|
|
|
|
| 66 |
},
|
| 67 |
"2026-05-10/episode_003": {
|
| 68 |
"n_frames": 9262,
|
|
@@ -71,7 +86,9 @@
|
|
| 71 |
"pose_teleports_L": [],
|
| 72 |
"pose_teleports_R": [],
|
| 73 |
"total_bad_frames": 0,
|
| 74 |
-
"bad_fraction": 0.0
|
|
|
|
|
|
|
| 75 |
},
|
| 76 |
"2026-05-10/episode_004": {
|
| 77 |
"n_frames": 2407,
|
|
@@ -80,7 +97,9 @@
|
|
| 80 |
"pose_teleports_L": [],
|
| 81 |
"pose_teleports_R": [],
|
| 82 |
"total_bad_frames": 0,
|
| 83 |
-
"bad_fraction": 0.0
|
|
|
|
|
|
|
| 84 |
},
|
| 85 |
"2026-05-10/episode_005": {
|
| 86 |
"n_frames": 764,
|
|
@@ -89,7 +108,9 @@
|
|
| 89 |
"pose_teleports_L": [],
|
| 90 |
"pose_teleports_R": [],
|
| 91 |
"total_bad_frames": 0,
|
| 92 |
-
"bad_fraction": 0.0
|
|
|
|
|
|
|
| 93 |
},
|
| 94 |
"2026-05-10/episode_006": {
|
| 95 |
"n_frames": 3926,
|
|
@@ -98,7 +119,9 @@
|
|
| 98 |
"pose_teleports_L": [],
|
| 99 |
"pose_teleports_R": [],
|
| 100 |
"total_bad_frames": 0,
|
| 101 |
-
"bad_fraction": 0.0
|
|
|
|
|
|
|
| 102 |
},
|
| 103 |
"2026-05-10/episode_007": {
|
| 104 |
"n_frames": 1928,
|
|
@@ -107,7 +130,9 @@
|
|
| 107 |
"pose_teleports_L": [],
|
| 108 |
"pose_teleports_R": [],
|
| 109 |
"total_bad_frames": 0,
|
| 110 |
-
"bad_fraction": 0.0
|
|
|
|
|
|
|
| 111 |
},
|
| 112 |
"2026-05-10/episode_008": {
|
| 113 |
"n_frames": 1305,
|
|
@@ -116,7 +141,9 @@
|
|
| 116 |
"pose_teleports_L": [],
|
| 117 |
"pose_teleports_R": [],
|
| 118 |
"total_bad_frames": 0,
|
| 119 |
-
"bad_fraction": 0.0
|
|
|
|
|
|
|
| 120 |
},
|
| 121 |
"2026-05-10/episode_009": {
|
| 122 |
"n_frames": 1824,
|
|
@@ -125,7 +152,9 @@
|
|
| 125 |
"pose_teleports_L": [],
|
| 126 |
"pose_teleports_R": [],
|
| 127 |
"total_bad_frames": 0,
|
| 128 |
-
"bad_fraction": 0.0
|
|
|
|
|
|
|
| 129 |
},
|
| 130 |
"2026-05-10/episode_010": {
|
| 131 |
"n_frames": 1035,
|
|
@@ -134,7 +163,9 @@
|
|
| 134 |
"pose_teleports_L": [],
|
| 135 |
"pose_teleports_R": [],
|
| 136 |
"total_bad_frames": 0,
|
| 137 |
-
"bad_fraction": 0.0
|
|
|
|
|
|
|
| 138 |
},
|
| 139 |
"2026-05-10/episode_011": {
|
| 140 |
"n_frames": 2202,
|
|
@@ -143,7 +174,9 @@
|
|
| 143 |
"pose_teleports_L": [],
|
| 144 |
"pose_teleports_R": [],
|
| 145 |
"total_bad_frames": 0,
|
| 146 |
-
"bad_fraction": 0.0
|
|
|
|
|
|
|
| 147 |
},
|
| 148 |
"2026-05-11/episode_003": {
|
| 149 |
"n_frames": 10032,
|
|
@@ -161,7 +194,9 @@
|
|
| 161 |
"pose_teleports_L": [],
|
| 162 |
"pose_teleports_R": [],
|
| 163 |
"total_bad_frames": 19,
|
| 164 |
-
"bad_fraction": 0.
|
|
|
|
|
|
|
| 165 |
},
|
| 166 |
"2026-05-11/episode_004": {
|
| 167 |
"n_frames": 2639,
|
|
@@ -170,7 +205,9 @@
|
|
| 170 |
"pose_teleports_L": [],
|
| 171 |
"pose_teleports_R": [],
|
| 172 |
"total_bad_frames": 0,
|
| 173 |
-
"bad_fraction": 0.0
|
|
|
|
|
|
|
| 174 |
},
|
| 175 |
"2026-05-11/episode_005": {
|
| 176 |
"n_frames": 16927,
|
|
@@ -178,8 +215,28 @@
|
|
| 178 |
"intensity_spikes": [],
|
| 179 |
"pose_teleports_L": [],
|
| 180 |
"pose_teleports_R": [],
|
| 181 |
-
"total_bad_frames":
|
| 182 |
-
"bad_fraction": 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 183 |
},
|
| 184 |
"2026-05-11/episode_006": {
|
| 185 |
"n_frames": 11990,
|
|
@@ -188,7 +245,9 @@
|
|
| 188 |
"pose_teleports_L": [],
|
| 189 |
"pose_teleports_R": [],
|
| 190 |
"total_bad_frames": 0,
|
| 191 |
-
"bad_fraction": 0.0
|
|
|
|
|
|
|
| 192 |
},
|
| 193 |
"2026-05-11/episode_007": {
|
| 194 |
"n_frames": 6909,
|
|
@@ -202,7 +261,9 @@
|
|
| 202 |
"pose_teleports_L": [],
|
| 203 |
"pose_teleports_R": [],
|
| 204 |
"total_bad_frames": 9,
|
| 205 |
-
"bad_fraction": 0.
|
|
|
|
|
|
|
| 206 |
},
|
| 207 |
"2026-05-11/episode_008": {
|
| 208 |
"n_frames": 13705,
|
|
@@ -220,7 +281,9 @@
|
|
| 220 |
"pose_teleports_L": [],
|
| 221 |
"pose_teleports_R": [],
|
| 222 |
"total_bad_frames": 19,
|
| 223 |
-
"bad_fraction": 0.
|
|
|
|
|
|
|
| 224 |
},
|
| 225 |
"2026-05-11/episode_009": {
|
| 226 |
"n_frames": 4366,
|
|
@@ -229,7 +292,9 @@
|
|
| 229 |
"pose_teleports_L": [],
|
| 230 |
"pose_teleports_R": [],
|
| 231 |
"total_bad_frames": 0,
|
| 232 |
-
"bad_fraction": 0.0
|
|
|
|
|
|
|
| 233 |
},
|
| 234 |
"2026-05-11/episode_010": {
|
| 235 |
"n_frames": 6829,
|
|
@@ -238,7 +303,9 @@
|
|
| 238 |
"pose_teleports_L": [],
|
| 239 |
"pose_teleports_R": [],
|
| 240 |
"total_bad_frames": 0,
|
| 241 |
-
"bad_fraction": 0.0
|
|
|
|
|
|
|
| 242 |
},
|
| 243 |
"2026-05-11/episode_011": {
|
| 244 |
"n_frames": 7300,
|
|
@@ -252,7 +319,9 @@
|
|
| 252 |
"pose_teleports_L": [],
|
| 253 |
"pose_teleports_R": [],
|
| 254 |
"total_bad_frames": 9,
|
| 255 |
-
"bad_fraction": 0.
|
|
|
|
|
|
|
| 256 |
},
|
| 257 |
"2026-05-11/episode_012": {
|
| 258 |
"n_frames": 24547,
|
|
@@ -260,8 +329,20 @@
|
|
| 260 |
"intensity_spikes": [],
|
| 261 |
"pose_teleports_L": [],
|
| 262 |
"pose_teleports_R": [],
|
| 263 |
-
"total_bad_frames":
|
| 264 |
-
"bad_fraction": 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 265 |
},
|
| 266 |
"2026-05-11/episode_013": {
|
| 267 |
"n_frames": 12724,
|
|
@@ -269,8 +350,80 @@
|
|
| 269 |
"intensity_spikes": [],
|
| 270 |
"pose_teleports_L": [],
|
| 271 |
"pose_teleports_R": [],
|
| 272 |
-
"total_bad_frames":
|
| 273 |
-
"bad_fraction": 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 274 |
},
|
| 275 |
"2026-05-11/episode_014": {
|
| 276 |
"n_frames": 2417,
|
|
@@ -278,8 +431,24 @@
|
|
| 278 |
"intensity_spikes": [],
|
| 279 |
"pose_teleports_L": [],
|
| 280 |
"pose_teleports_R": [],
|
| 281 |
-
"total_bad_frames":
|
| 282 |
-
"bad_fraction": 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 283 |
},
|
| 284 |
"2026-05-11/episode_015": {
|
| 285 |
"n_frames": 5960,
|
|
@@ -296,8 +465,48 @@
|
|
| 296 |
5400
|
| 297 |
]
|
| 298 |
],
|
| 299 |
-
"total_bad_frames":
|
| 300 |
-
"bad_fraction": 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 301 |
},
|
| 302 |
"2026-05-11/episode_016": {
|
| 303 |
"n_frames": 11896,
|
|
@@ -305,8 +514,43 @@
|
|
| 305 |
"intensity_spikes": [],
|
| 306 |
"pose_teleports_L": [],
|
| 307 |
"pose_teleports_R": [],
|
| 308 |
-
"total_bad_frames":
|
| 309 |
-
"bad_fraction": 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 310 |
},
|
| 311 |
"2026-05-11/episode_017": {
|
| 312 |
"n_frames": 33739,
|
|
@@ -319,8 +563,23 @@
|
|
| 319 |
],
|
| 320 |
"pose_teleports_L": [],
|
| 321 |
"pose_teleports_R": [],
|
| 322 |
-
"total_bad_frames":
|
| 323 |
-
"bad_fraction": 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 324 |
}
|
| 325 |
-
}
|
|
|
|
|
|
|
|
|
|
| 326 |
}
|
|
|
|
| 5 |
"summary": {
|
| 6 |
"n_episodes": 27,
|
| 7 |
"total_frames": 221621,
|
| 8 |
+
"total_bad_frames": 33144,
|
| 9 |
+
"bad_fraction_overall": 0.14955261459879704,
|
| 10 |
+
"n_episodes_with_bad_frames": 13
|
| 11 |
},
|
| 12 |
"episodes": {
|
| 13 |
"2026-05-10/episode_000": {
|
|
|
|
| 17 |
"pose_teleports_L": [],
|
| 18 |
"pose_teleports_R": [],
|
| 19 |
"total_bad_frames": 0,
|
| 20 |
+
"bad_fraction": 0.0,
|
| 21 |
+
"ot_loss_L": [],
|
| 22 |
+
"ot_loss_R": []
|
| 23 |
},
|
| 24 |
"2026-05-10/episode_001": {
|
| 25 |
"n_frames": 7621,
|
|
|
|
| 36 |
]
|
| 37 |
],
|
| 38 |
"pose_teleports_R": [],
|
| 39 |
+
"total_bad_frames": 103,
|
| 40 |
+
"bad_fraction": 0.0135,
|
| 41 |
+
"ot_loss_L": [
|
| 42 |
+
[
|
| 43 |
+
5503,
|
| 44 |
+
5513
|
| 45 |
+
],
|
| 46 |
+
[
|
| 47 |
+
7062,
|
| 48 |
+
7153
|
| 49 |
+
]
|
| 50 |
+
],
|
| 51 |
+
"ot_loss_R": []
|
| 52 |
},
|
| 53 |
"2026-05-10/episode_002": {
|
| 54 |
"n_frames": 10476,
|
|
|
|
| 75 |
]
|
| 76 |
],
|
| 77 |
"total_bad_frames": 24,
|
| 78 |
+
"bad_fraction": 0.0023,
|
| 79 |
+
"ot_loss_L": [],
|
| 80 |
+
"ot_loss_R": []
|
| 81 |
},
|
| 82 |
"2026-05-10/episode_003": {
|
| 83 |
"n_frames": 9262,
|
|
|
|
| 86 |
"pose_teleports_L": [],
|
| 87 |
"pose_teleports_R": [],
|
| 88 |
"total_bad_frames": 0,
|
| 89 |
+
"bad_fraction": 0.0,
|
| 90 |
+
"ot_loss_L": [],
|
| 91 |
+
"ot_loss_R": []
|
| 92 |
},
|
| 93 |
"2026-05-10/episode_004": {
|
| 94 |
"n_frames": 2407,
|
|
|
|
| 97 |
"pose_teleports_L": [],
|
| 98 |
"pose_teleports_R": [],
|
| 99 |
"total_bad_frames": 0,
|
| 100 |
+
"bad_fraction": 0.0,
|
| 101 |
+
"ot_loss_L": [],
|
| 102 |
+
"ot_loss_R": []
|
| 103 |
},
|
| 104 |
"2026-05-10/episode_005": {
|
| 105 |
"n_frames": 764,
|
|
|
|
| 108 |
"pose_teleports_L": [],
|
| 109 |
"pose_teleports_R": [],
|
| 110 |
"total_bad_frames": 0,
|
| 111 |
+
"bad_fraction": 0.0,
|
| 112 |
+
"ot_loss_L": [],
|
| 113 |
+
"ot_loss_R": []
|
| 114 |
},
|
| 115 |
"2026-05-10/episode_006": {
|
| 116 |
"n_frames": 3926,
|
|
|
|
| 119 |
"pose_teleports_L": [],
|
| 120 |
"pose_teleports_R": [],
|
| 121 |
"total_bad_frames": 0,
|
| 122 |
+
"bad_fraction": 0.0,
|
| 123 |
+
"ot_loss_L": [],
|
| 124 |
+
"ot_loss_R": []
|
| 125 |
},
|
| 126 |
"2026-05-10/episode_007": {
|
| 127 |
"n_frames": 1928,
|
|
|
|
| 130 |
"pose_teleports_L": [],
|
| 131 |
"pose_teleports_R": [],
|
| 132 |
"total_bad_frames": 0,
|
| 133 |
+
"bad_fraction": 0.0,
|
| 134 |
+
"ot_loss_L": [],
|
| 135 |
+
"ot_loss_R": []
|
| 136 |
},
|
| 137 |
"2026-05-10/episode_008": {
|
| 138 |
"n_frames": 1305,
|
|
|
|
| 141 |
"pose_teleports_L": [],
|
| 142 |
"pose_teleports_R": [],
|
| 143 |
"total_bad_frames": 0,
|
| 144 |
+
"bad_fraction": 0.0,
|
| 145 |
+
"ot_loss_L": [],
|
| 146 |
+
"ot_loss_R": []
|
| 147 |
},
|
| 148 |
"2026-05-10/episode_009": {
|
| 149 |
"n_frames": 1824,
|
|
|
|
| 152 |
"pose_teleports_L": [],
|
| 153 |
"pose_teleports_R": [],
|
| 154 |
"total_bad_frames": 0,
|
| 155 |
+
"bad_fraction": 0.0,
|
| 156 |
+
"ot_loss_L": [],
|
| 157 |
+
"ot_loss_R": []
|
| 158 |
},
|
| 159 |
"2026-05-10/episode_010": {
|
| 160 |
"n_frames": 1035,
|
|
|
|
| 163 |
"pose_teleports_L": [],
|
| 164 |
"pose_teleports_R": [],
|
| 165 |
"total_bad_frames": 0,
|
| 166 |
+
"bad_fraction": 0.0,
|
| 167 |
+
"ot_loss_L": [],
|
| 168 |
+
"ot_loss_R": []
|
| 169 |
},
|
| 170 |
"2026-05-10/episode_011": {
|
| 171 |
"n_frames": 2202,
|
|
|
|
| 174 |
"pose_teleports_L": [],
|
| 175 |
"pose_teleports_R": [],
|
| 176 |
"total_bad_frames": 0,
|
| 177 |
+
"bad_fraction": 0.0,
|
| 178 |
+
"ot_loss_L": [],
|
| 179 |
+
"ot_loss_R": []
|
| 180 |
},
|
| 181 |
"2026-05-11/episode_003": {
|
| 182 |
"n_frames": 10032,
|
|
|
|
| 194 |
"pose_teleports_L": [],
|
| 195 |
"pose_teleports_R": [],
|
| 196 |
"total_bad_frames": 19,
|
| 197 |
+
"bad_fraction": 0.0019,
|
| 198 |
+
"ot_loss_L": [],
|
| 199 |
+
"ot_loss_R": []
|
| 200 |
},
|
| 201 |
"2026-05-11/episode_004": {
|
| 202 |
"n_frames": 2639,
|
|
|
|
| 205 |
"pose_teleports_L": [],
|
| 206 |
"pose_teleports_R": [],
|
| 207 |
"total_bad_frames": 0,
|
| 208 |
+
"bad_fraction": 0.0,
|
| 209 |
+
"ot_loss_L": [],
|
| 210 |
+
"ot_loss_R": []
|
| 211 |
},
|
| 212 |
"2026-05-11/episode_005": {
|
| 213 |
"n_frames": 16927,
|
|
|
|
| 215 |
"intensity_spikes": [],
|
| 216 |
"pose_teleports_L": [],
|
| 217 |
"pose_teleports_R": [],
|
| 218 |
+
"total_bad_frames": 2471,
|
| 219 |
+
"bad_fraction": 0.146,
|
| 220 |
+
"ot_loss_L": [
|
| 221 |
+
[
|
| 222 |
+
0,
|
| 223 |
+
2428
|
| 224 |
+
],
|
| 225 |
+
[
|
| 226 |
+
15247,
|
| 227 |
+
15263
|
| 228 |
+
]
|
| 229 |
+
],
|
| 230 |
+
"ot_loss_R": [
|
| 231 |
+
[
|
| 232 |
+
0,
|
| 233 |
+
2413
|
| 234 |
+
],
|
| 235 |
+
[
|
| 236 |
+
5023,
|
| 237 |
+
5047
|
| 238 |
+
]
|
| 239 |
+
]
|
| 240 |
},
|
| 241 |
"2026-05-11/episode_006": {
|
| 242 |
"n_frames": 11990,
|
|
|
|
| 245 |
"pose_teleports_L": [],
|
| 246 |
"pose_teleports_R": [],
|
| 247 |
"total_bad_frames": 0,
|
| 248 |
+
"bad_fraction": 0.0,
|
| 249 |
+
"ot_loss_L": [],
|
| 250 |
+
"ot_loss_R": []
|
| 251 |
},
|
| 252 |
"2026-05-11/episode_007": {
|
| 253 |
"n_frames": 6909,
|
|
|
|
| 261 |
"pose_teleports_L": [],
|
| 262 |
"pose_teleports_R": [],
|
| 263 |
"total_bad_frames": 9,
|
| 264 |
+
"bad_fraction": 0.0013,
|
| 265 |
+
"ot_loss_L": [],
|
| 266 |
+
"ot_loss_R": []
|
| 267 |
},
|
| 268 |
"2026-05-11/episode_008": {
|
| 269 |
"n_frames": 13705,
|
|
|
|
| 281 |
"pose_teleports_L": [],
|
| 282 |
"pose_teleports_R": [],
|
| 283 |
"total_bad_frames": 19,
|
| 284 |
+
"bad_fraction": 0.0014,
|
| 285 |
+
"ot_loss_L": [],
|
| 286 |
+
"ot_loss_R": []
|
| 287 |
},
|
| 288 |
"2026-05-11/episode_009": {
|
| 289 |
"n_frames": 4366,
|
|
|
|
| 292 |
"pose_teleports_L": [],
|
| 293 |
"pose_teleports_R": [],
|
| 294 |
"total_bad_frames": 0,
|
| 295 |
+
"bad_fraction": 0.0,
|
| 296 |
+
"ot_loss_L": [],
|
| 297 |
+
"ot_loss_R": []
|
| 298 |
},
|
| 299 |
"2026-05-11/episode_010": {
|
| 300 |
"n_frames": 6829,
|
|
|
|
| 303 |
"pose_teleports_L": [],
|
| 304 |
"pose_teleports_R": [],
|
| 305 |
"total_bad_frames": 0,
|
| 306 |
+
"bad_fraction": 0.0,
|
| 307 |
+
"ot_loss_L": [],
|
| 308 |
+
"ot_loss_R": []
|
| 309 |
},
|
| 310 |
"2026-05-11/episode_011": {
|
| 311 |
"n_frames": 7300,
|
|
|
|
| 319 |
"pose_teleports_L": [],
|
| 320 |
"pose_teleports_R": [],
|
| 321 |
"total_bad_frames": 9,
|
| 322 |
+
"bad_fraction": 0.0012,
|
| 323 |
+
"ot_loss_L": [],
|
| 324 |
+
"ot_loss_R": []
|
| 325 |
},
|
| 326 |
"2026-05-11/episode_012": {
|
| 327 |
"n_frames": 24547,
|
|
|
|
| 329 |
"intensity_spikes": [],
|
| 330 |
"pose_teleports_L": [],
|
| 331 |
"pose_teleports_R": [],
|
| 332 |
+
"total_bad_frames": 9719,
|
| 333 |
+
"bad_fraction": 0.3959,
|
| 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,
|
|
|
|
| 350 |
"intensity_spikes": [],
|
| 351 |
"pose_teleports_L": [],
|
| 352 |
"pose_teleports_R": [],
|
| 353 |
+
"total_bad_frames": 686,
|
| 354 |
+
"bad_fraction": 0.0539,
|
| 355 |
+
"ot_loss_L": [
|
| 356 |
+
[
|
| 357 |
+
5765,
|
| 358 |
+
5794
|
| 359 |
+
],
|
| 360 |
+
[
|
| 361 |
+
5869,
|
| 362 |
+
5884
|
| 363 |
+
],
|
| 364 |
+
[
|
| 365 |
+
5905,
|
| 366 |
+
5985
|
| 367 |
+
],
|
| 368 |
+
[
|
| 369 |
+
7680,
|
| 370 |
+
7716
|
| 371 |
+
],
|
| 372 |
+
[
|
| 373 |
+
7765,
|
| 374 |
+
7790
|
| 375 |
+
],
|
| 376 |
+
[
|
| 377 |
+
7797,
|
| 378 |
+
7815
|
| 379 |
+
],
|
| 380 |
+
[
|
| 381 |
+
8179,
|
| 382 |
+
8186
|
| 383 |
+
],
|
| 384 |
+
[
|
| 385 |
+
9633,
|
| 386 |
+
9693
|
| 387 |
+
],
|
| 388 |
+
[
|
| 389 |
+
9712,
|
| 390 |
+
9848
|
| 391 |
+
],
|
| 392 |
+
[
|
| 393 |
+
11361,
|
| 394 |
+
11407
|
| 395 |
+
],
|
| 396 |
+
[
|
| 397 |
+
11454,
|
| 398 |
+
11515
|
| 399 |
+
],
|
| 400 |
+
[
|
| 401 |
+
11518,
|
| 402 |
+
11539
|
| 403 |
+
],
|
| 404 |
+
[
|
| 405 |
+
11585,
|
| 406 |
+
11636
|
| 407 |
+
]
|
| 408 |
+
],
|
| 409 |
+
"ot_loss_R": [
|
| 410 |
+
[
|
| 411 |
+
6145,
|
| 412 |
+
6164
|
| 413 |
+
],
|
| 414 |
+
[
|
| 415 |
+
6269,
|
| 416 |
+
6287
|
| 417 |
+
],
|
| 418 |
+
[
|
| 419 |
+
10170,
|
| 420 |
+
10191
|
| 421 |
+
],
|
| 422 |
+
[
|
| 423 |
+
11756,
|
| 424 |
+
11782
|
| 425 |
+
]
|
| 426 |
+
]
|
| 427 |
},
|
| 428 |
"2026-05-11/episode_014": {
|
| 429 |
"n_frames": 2417,
|
|
|
|
| 431 |
"intensity_spikes": [],
|
| 432 |
"pose_teleports_L": [],
|
| 433 |
"pose_teleports_R": [],
|
| 434 |
+
"total_bad_frames": 174,
|
| 435 |
+
"bad_fraction": 0.072,
|
| 436 |
+
"ot_loss_L": [
|
| 437 |
+
[
|
| 438 |
+
922,
|
| 439 |
+
980
|
| 440 |
+
],
|
| 441 |
+
[
|
| 442 |
+
2025,
|
| 443 |
+
2112
|
| 444 |
+
]
|
| 445 |
+
],
|
| 446 |
+
"ot_loss_R": [
|
| 447 |
+
[
|
| 448 |
+
1694,
|
| 449 |
+
1720
|
| 450 |
+
]
|
| 451 |
+
]
|
| 452 |
},
|
| 453 |
"2026-05-11/episode_015": {
|
| 454 |
"n_frames": 5960,
|
|
|
|
| 465 |
5400
|
| 466 |
]
|
| 467 |
],
|
| 468 |
+
"total_bad_frames": 455,
|
| 469 |
+
"bad_fraction": 0.0763,
|
| 470 |
+
"ot_loss_L": [
|
| 471 |
+
[
|
| 472 |
+
2150,
|
| 473 |
+
2194
|
| 474 |
+
],
|
| 475 |
+
[
|
| 476 |
+
2202,
|
| 477 |
+
2228
|
| 478 |
+
],
|
| 479 |
+
[
|
| 480 |
+
2231,
|
| 481 |
+
2322
|
| 482 |
+
],
|
| 483 |
+
[
|
| 484 |
+
3590,
|
| 485 |
+
3705
|
| 486 |
+
],
|
| 487 |
+
[
|
| 488 |
+
4829,
|
| 489 |
+
4899
|
| 490 |
+
]
|
| 491 |
+
],
|
| 492 |
+
"ot_loss_R": [
|
| 493 |
+
[
|
| 494 |
+
1491,
|
| 495 |
+
1516
|
| 496 |
+
],
|
| 497 |
+
[
|
| 498 |
+
2710,
|
| 499 |
+
2727
|
| 500 |
+
],
|
| 501 |
+
[
|
| 502 |
+
4147,
|
| 503 |
+
4182
|
| 504 |
+
],
|
| 505 |
+
[
|
| 506 |
+
5373,
|
| 507 |
+
5388
|
| 508 |
+
]
|
| 509 |
+
]
|
| 510 |
},
|
| 511 |
"2026-05-11/episode_016": {
|
| 512 |
"n_frames": 11896,
|
|
|
|
| 514 |
"intensity_spikes": [],
|
| 515 |
"pose_teleports_L": [],
|
| 516 |
"pose_teleports_R": [],
|
| 517 |
+
"total_bad_frames": 228,
|
| 518 |
+
"bad_fraction": 0.0192,
|
| 519 |
+
"ot_loss_L": [
|
| 520 |
+
[
|
| 521 |
+
939,
|
| 522 |
+
1017
|
| 523 |
+
],
|
| 524 |
+
[
|
| 525 |
+
1052,
|
| 526 |
+
1083
|
| 527 |
+
],
|
| 528 |
+
[
|
| 529 |
+
1144,
|
| 530 |
+
1151
|
| 531 |
+
],
|
| 532 |
+
[
|
| 533 |
+
1184,
|
| 534 |
+
1191
|
| 535 |
+
],
|
| 536 |
+
[
|
| 537 |
+
3738,
|
| 538 |
+
3745
|
| 539 |
+
],
|
| 540 |
+
[
|
| 541 |
+
4921,
|
| 542 |
+
4950
|
| 543 |
+
],
|
| 544 |
+
[
|
| 545 |
+
5103,
|
| 546 |
+
5142
|
| 547 |
+
],
|
| 548 |
+
[
|
| 549 |
+
7926,
|
| 550 |
+
7948
|
| 551 |
+
]
|
| 552 |
+
],
|
| 553 |
+
"ot_loss_R": []
|
| 554 |
},
|
| 555 |
"2026-05-11/episode_017": {
|
| 556 |
"n_frames": 33739,
|
|
|
|
| 563 |
],
|
| 564 |
"pose_teleports_L": [],
|
| 565 |
"pose_teleports_R": [],
|
| 566 |
+
"total_bad_frames": 19228,
|
| 567 |
+
"bad_fraction": 0.5699,
|
| 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 |
}
|
docs/caveats.md
CHANGED
|
@@ -24,3 +24,32 @@ React is a **dense multimodal interaction stream** intended for learning **dynam
|
|
| 24 |
|
| 25 |
- **More tasks** — the registry in [`../tasks.json`](../tasks.json) will grow.
|
| 26 |
- **LeRobot-format full-fidelity** variant (`lerobot/v1.0/`) is planned. It will include all three RealSense color and depth streams, GelSight at native resolution (FFV1 lossless), full-rate OptiTrack pose tracks for all three rigid bodies, and HF-native browser previews. The current `processed/mode1_v1/` slice will remain as a stable training-task view.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
- **More tasks** — the registry in [`../tasks.json`](../tasks.json) will grow.
|
| 26 |
- **LeRobot-format full-fidelity** variant (`lerobot/v1.0/`) is planned. It will include all three RealSense color and depth streams, GelSight at native resolution (FFV1 lossless), full-rate OptiTrack pose tracks for all three rigid bodies, and HF-native browser previews. The current `processed/mode1_v1/` slice will remain as a stable training-task view.
|
| 27 |
+
|
| 28 |
+
## OptiTrack track loss (the dominant data-quality issue)
|
| 29 |
+
|
| 30 |
+
The 47 `ot_loss` intervals in [`bad_frames.json`](../bad_frames.json) all
|
| 31 |
+
come from the same root cause: **the GelSight rigid body moved near the
|
| 32 |
+
edge of the OptiTrack mocap volume / camera FOV**, the solver lost the
|
| 33 |
+
body, and the recorder kept emitting the last good pose. On re-acquire
|
| 34 |
+
the solver sometimes flips orientation (per-sample angular velocity up to
|
| 35 |
+
51,000 rad/s), which the cross-modal detector picks up as a teleport
|
| 36 |
+
boundary.
|
| 37 |
+
|
| 38 |
+
What's *not* broken during these intervals:
|
| 39 |
+
|
| 40 |
+
- RealSense streams — all three cameras keep capturing fresh frames.
|
| 41 |
+
- GelSight streams — the gel pad just isn't deforming (sensor moved in
|
| 42 |
+
free air or set down). Frame-duplicate rate is high but that's a
|
| 43 |
+
side-effect of low contact, not a pipeline stall.
|
| 44 |
+
- The recorder itself — all writes land in the H5 on schedule.
|
| 45 |
+
|
| 46 |
+
What is broken: `sensor_{side}_pose` is stale during the interval, so any
|
| 47 |
+
training window overlapping it has an unreliable label. The shipped
|
| 48 |
+
`bad_frames.json` flags these as `ot_loss_L` / `ot_loss_R` and the
|
| 49 |
+
example dataloader skips overlapping windows automatically when
|
| 50 |
+
`skip_bad_frames=True`.
|
| 51 |
+
|
| 52 |
+
**Mitigation for future recordings**: keep the workspace centred in the
|
| 53 |
+
mocap volume; add a fourth/fifth marker to each GelSight rigid body so
|
| 54 |
+
the solver tolerates more occlusion; add a fourth OT camera if budget
|
| 55 |
+
allows. None of these affect the current dataset retroactively.
|
docs/quality.md
CHANGED
|
@@ -17,9 +17,9 @@ A small fraction of frames contain known sensor artifacts. The repo ships a [`..
|
|
| 17 |
|---|---|---:|---:|---:|---|---|
|
| 18 |
| 1 | **GelSight LED flicker** | 66 | **0.030 %** | 5 / 27 | 1–2 frames of uniform pink/magenta wash across the gel surface; adjacent frames normal. 2026-05-11 / {003, 007, 008, 011, 017}. | [`intensity_spike_overview.png`](../figures/dataset_figures/intensity_spike_samples/intensity_spike_overview.png) |
|
| 19 |
| 2 | **OptiTrack pose teleport (>5 m/s)** | 64 | **0.029 %** | 3 / 27 | Position jumps by >5 cm in 33 ms — mocap lost lock and reacquired. 2026-05-10/{001, 002}, 2026-05-11/015. | [`pose_teleport_samples/`](../figures/dataset_figures/pose_teleport_samples/) |
|
| 20 |
-
| 3 | OptiTrack
|
| 21 |
|
| 22 |
-
**Modes 1+2 together: 122 / 221621 = 0.055 % of frames are corrupted in any modality.** Mode 3 is tracked separately because it is healthy data, just non-informative for dynamics. `bad_frames.json` covers modes 1 and 2 only; if you also want to skip rest periods, intersect with the velocity track from `sensor_*_pose`.
|
| 23 |
|
| 24 |
## Inspection figures
|
| 25 |
|
|
|
|
| 17 |
|---|---|---:|---:|---:|---|---|
|
| 18 |
| 1 | **GelSight LED flicker** | 66 | **0.030 %** | 5 / 27 | 1–2 frames of uniform pink/magenta wash across the gel surface; adjacent frames normal. 2026-05-11 / {003, 007, 008, 011, 017}. | [`intensity_spike_overview.png`](../figures/dataset_figures/intensity_spike_samples/intensity_spike_overview.png) |
|
| 19 |
| 2 | **OptiTrack pose teleport (>5 m/s)** | 64 | **0.029 %** | 3 / 27 | Position jumps by >5 cm in 33 ms — mocap lost lock and reacquired. 2026-05-10/{001, 002}, 2026-05-11/015. | [`pose_teleport_samples/`](../figures/dataset_figures/pose_teleport_samples/) |
|
| 20 |
+
| 3 | **OptiTrack track loss** | 33,056 | **14.92 %** | 8 / 27 | OptiTrack lost the rigid body — the recorder kept emitting the held pose. Boundary glitches (ang vel up to 51 k rad/s) appear on re-acquire. Worst single outage: 10.7 min (ep_017). Cause: marker near mocap-volume / camera-FOV boundary. GelSight + RealSense streams are *not* affected. | [`freeze_diagnose/`](../figures/dataset_figures/freeze_diagnose/) |
|
| 21 |
|
| 22 |
+
**Modes 1+2+3 together: 33,144 / 221,621 = 14.96% of frames flagged.** Earlier note: 122 / 221621 = 0.055 % of frames are corrupted in any modality.** Mode 3 is tracked separately because it is healthy data, just non-informative for dynamics. `bad_frames.json` covers modes 1 and 2 only; if you also want to skip rest periods, intersect with the velocity track from `sensor_*_pose`.
|
| 23 |
|
| 24 |
## Inspection figures
|
| 25 |
|
examples/react_window_dataset.py
CHANGED
|
@@ -199,7 +199,9 @@ class ReactWindowDataset(Dataset):
|
|
| 199 |
bf = self.bad[key]
|
| 200 |
for s, e in (bf.get("intensity_spikes", [])
|
| 201 |
+ bf.get("pose_teleports_L", [])
|
| 202 |
-
+ bf.get("pose_teleports_R", [])
|
|
|
|
|
|
|
| 203 |
bad_mask[s:e + 1] = True
|
| 204 |
|
| 205 |
ep_idx = len(self.episodes)
|
|
|
|
| 199 |
bf = self.bad[key]
|
| 200 |
for s, e in (bf.get("intensity_spikes", [])
|
| 201 |
+ bf.get("pose_teleports_L", [])
|
| 202 |
+
+ bf.get("pose_teleports_R", [])
|
| 203 |
+
+ bf.get("ot_loss_L", [])
|
| 204 |
+
+ bf.get("ot_loss_R", [])):
|
| 205 |
bad_mask[s:e + 1] = True
|
| 206 |
|
| 207 |
ep_idx = len(self.episodes)
|
figures/dataset_figures/data_quality_breakdown.json
CHANGED
|
@@ -14,24 +14,32 @@
|
|
| 14 |
]
|
| 15 |
},
|
| 16 |
"pose_teleport": {
|
| 17 |
-
"frames":
|
| 18 |
-
"pct": 0.
|
| 19 |
"episodes_affected": [
|
| 20 |
"2026-05-10/episode_001",
|
| 21 |
"2026-05-10/episode_002",
|
| 22 |
"2026-05-11/episode_015"
|
| 23 |
]
|
| 24 |
},
|
| 25 |
-
"
|
| 26 |
-
"frames":
|
| 27 |
-
"pct": 14.
|
| 28 |
-
"freeze_threshold_s":
|
|
|
|
|
|
|
|
|
|
| 29 |
"episodes_affected": [
|
|
|
|
| 30 |
"2026-05-11/episode_005",
|
| 31 |
"2026-05-11/episode_012",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
"2026-05-11/episode_017"
|
| 33 |
],
|
| 34 |
-
"note": "
|
| 35 |
}
|
| 36 |
}
|
| 37 |
}
|
|
|
|
| 14 |
]
|
| 15 |
},
|
| 16 |
"pose_teleport": {
|
| 17 |
+
"frames": 56,
|
| 18 |
+
"pct": 0.0252683635576051,
|
| 19 |
"episodes_affected": [
|
| 20 |
"2026-05-10/episode_001",
|
| 21 |
"2026-05-10/episode_002",
|
| 22 |
"2026-05-11/episode_015"
|
| 23 |
]
|
| 24 |
},
|
| 25 |
+
"ot_loss": {
|
| 26 |
+
"frames": 33056,
|
| 27 |
+
"pct": 14.91555403143204,
|
| 28 |
+
"freeze_threshold_s": 0.25,
|
| 29 |
+
"trans_teleport_mps": 5.0,
|
| 30 |
+
"ang_teleport_rad_per_s": 15.0,
|
| 31 |
+
"opt_gap_s": 0.1,
|
| 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 \u2014 recorder kept emitting the held pose, solver may re-acquire with a glitched orientation. Cause: marker moved near the mocap-volume / camera-FOV boundary. GelSight + RealSense streams are unaffected."
|
| 43 |
}
|
| 44 |
}
|
| 45 |
}
|