Move the pre-2026-09 sessions to old_data/
Browse filesmotherboard 2026-05-10/11/19 and pushT 2026-06-18 were recorded without wrist cameras, on an earlier calibration epoch, and are published uncut with their defects described in bad_frames.json rather than removed. data/ now holds only the 2026-09 sessions, which carry two wrist cameras and are cut to clean spans.
Server-side copy plus delete in one commit: no bytes re-uploaded, no half-moved state. The three indices are split rather than moved, so neither side is left unlisted.
This view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +108 -0
- data/motherboard/bad_frames.json +0 -695
- data/motherboard/episodes.jsonl +0 -32
- data/motherboard/segments.json +1 -892
- old_data/README.md +19 -0
- old_data/motherboard/bad_frames.json +723 -0
- {data → old_data}/motherboard/calibration/T_gel_to_rigid_left.json +0 -0
- {data → old_data}/motherboard/calibration/T_gel_to_rigid_right.json +0 -0
- {data → old_data}/motherboard/calibration/T_mocap_to_cam_left.json +0 -0
- {data → old_data}/motherboard/calibration/T_mocap_to_cam_left.npy +0 -0
- {data → old_data}/motherboard/calibration/T_mocap_to_cam_middle.json +0 -0
- {data → old_data}/motherboard/calibration/T_mocap_to_cam_middle.npy +0 -0
- {data → old_data}/motherboard/calibration/T_mocap_to_cam_right.json +0 -0
- {data → old_data}/motherboard/calibration/T_mocap_to_cam_right.npy +0 -0
- {data → old_data}/motherboard/calibration/calibration.json +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_000/depth_left.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_000/depth_middle.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_000/depth_right.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_001/depth_left.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_001/depth_middle.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_001/depth_right.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_002/depth_left.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_002/depth_middle.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_002/depth_right.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_003/depth_left.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_003/depth_middle.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_003/depth_right.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_004/depth_left.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_004/depth_middle.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_004/depth_right.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_005/depth_left.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_005/depth_middle.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_005/depth_right.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_006/depth_left.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_006/depth_middle.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_006/depth_right.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_007/depth_left.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_007/depth_middle.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_007/depth_right.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_008/depth_left.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_008/depth_middle.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_008/depth_right.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_009/depth_left.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_009/depth_middle.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_009/depth_right.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_010/depth_left.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_010/depth_middle.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_010/depth_right.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_011/depth_left.mkv +0 -0
- {data → old_data}/motherboard/depth/2026-05-10/episode_011/depth_middle.mkv +0 -0
.gitattributes
CHANGED
|
@@ -178,3 +178,111 @@ data/validation/depth/2026-09-09/episode_002/depth_right.mkv filter=lfs diff=lfs
|
|
| 178 |
data/pushT_2026-09-09/depth/2026-09-09/episode_000/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 179 |
data/pushT_2026-09-09/depth/2026-09-09/episode_000/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 180 |
data/pushT_2026-09-09/depth/2026-09-09/episode_000/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 178 |
data/pushT_2026-09-09/depth/2026-09-09/episode_000/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 179 |
data/pushT_2026-09-09/depth/2026-09-09/episode_000/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 180 |
data/pushT_2026-09-09/depth/2026-09-09/episode_000/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 181 |
+
old_data/motherboard/depth/2026-05-10/episode_000/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 182 |
+
old_data/motherboard/depth/2026-05-10/episode_000/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 183 |
+
old_data/motherboard/depth/2026-05-10/episode_000/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 184 |
+
old_data/motherboard/depth/2026-05-10/episode_001/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 185 |
+
old_data/motherboard/depth/2026-05-10/episode_001/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 186 |
+
old_data/motherboard/depth/2026-05-10/episode_001/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 187 |
+
old_data/motherboard/depth/2026-05-10/episode_002/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 188 |
+
old_data/motherboard/depth/2026-05-10/episode_002/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 189 |
+
old_data/motherboard/depth/2026-05-10/episode_002/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 190 |
+
old_data/motherboard/depth/2026-05-10/episode_003/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 191 |
+
old_data/motherboard/depth/2026-05-10/episode_003/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 192 |
+
old_data/motherboard/depth/2026-05-10/episode_003/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 193 |
+
old_data/motherboard/depth/2026-05-10/episode_004/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 194 |
+
old_data/motherboard/depth/2026-05-10/episode_004/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 195 |
+
old_data/motherboard/depth/2026-05-10/episode_004/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 196 |
+
old_data/motherboard/depth/2026-05-10/episode_005/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 197 |
+
old_data/motherboard/depth/2026-05-10/episode_005/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 198 |
+
old_data/motherboard/depth/2026-05-10/episode_005/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 199 |
+
old_data/motherboard/depth/2026-05-10/episode_006/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 200 |
+
old_data/motherboard/depth/2026-05-10/episode_006/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 201 |
+
old_data/motherboard/depth/2026-05-10/episode_006/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 202 |
+
old_data/motherboard/depth/2026-05-10/episode_007/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 203 |
+
old_data/motherboard/depth/2026-05-10/episode_007/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 204 |
+
old_data/motherboard/depth/2026-05-10/episode_007/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 205 |
+
old_data/motherboard/depth/2026-05-10/episode_008/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 206 |
+
old_data/motherboard/depth/2026-05-10/episode_008/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 207 |
+
old_data/motherboard/depth/2026-05-10/episode_008/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 208 |
+
old_data/motherboard/depth/2026-05-10/episode_009/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 209 |
+
old_data/motherboard/depth/2026-05-10/episode_009/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 210 |
+
old_data/motherboard/depth/2026-05-10/episode_009/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 211 |
+
old_data/motherboard/depth/2026-05-10/episode_010/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 212 |
+
old_data/motherboard/depth/2026-05-10/episode_010/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 213 |
+
old_data/motherboard/depth/2026-05-10/episode_010/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 214 |
+
old_data/motherboard/depth/2026-05-10/episode_011/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 215 |
+
old_data/motherboard/depth/2026-05-10/episode_011/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 216 |
+
old_data/motherboard/depth/2026-05-10/episode_011/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 217 |
+
old_data/motherboard/depth/2026-05-11/episode_003/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 218 |
+
old_data/motherboard/depth/2026-05-11/episode_003/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 219 |
+
old_data/motherboard/depth/2026-05-11/episode_003/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 220 |
+
old_data/motherboard/depth/2026-05-11/episode_004/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 221 |
+
old_data/motherboard/depth/2026-05-11/episode_004/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 222 |
+
old_data/motherboard/depth/2026-05-11/episode_004/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 223 |
+
old_data/motherboard/depth/2026-05-11/episode_005/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 224 |
+
old_data/motherboard/depth/2026-05-11/episode_005/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 225 |
+
old_data/motherboard/depth/2026-05-11/episode_005/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 226 |
+
old_data/motherboard/depth/2026-05-11/episode_006/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 227 |
+
old_data/motherboard/depth/2026-05-11/episode_006/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 228 |
+
old_data/motherboard/depth/2026-05-11/episode_006/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 229 |
+
old_data/motherboard/depth/2026-05-11/episode_007/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 230 |
+
old_data/motherboard/depth/2026-05-11/episode_007/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 231 |
+
old_data/motherboard/depth/2026-05-11/episode_007/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 232 |
+
old_data/motherboard/depth/2026-05-11/episode_008/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 233 |
+
old_data/motherboard/depth/2026-05-11/episode_008/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 234 |
+
old_data/motherboard/depth/2026-05-11/episode_008/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 235 |
+
old_data/motherboard/depth/2026-05-11/episode_009/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 236 |
+
old_data/motherboard/depth/2026-05-11/episode_009/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 237 |
+
old_data/motherboard/depth/2026-05-11/episode_009/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 238 |
+
old_data/motherboard/depth/2026-05-11/episode_010/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 239 |
+
old_data/motherboard/depth/2026-05-11/episode_010/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 240 |
+
old_data/motherboard/depth/2026-05-11/episode_010/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 241 |
+
old_data/motherboard/depth/2026-05-11/episode_011/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 242 |
+
old_data/motherboard/depth/2026-05-11/episode_011/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 243 |
+
old_data/motherboard/depth/2026-05-11/episode_011/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 244 |
+
old_data/motherboard/depth/2026-05-11/episode_012/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 245 |
+
old_data/motherboard/depth/2026-05-11/episode_012/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 246 |
+
old_data/motherboard/depth/2026-05-11/episode_012/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 247 |
+
old_data/motherboard/depth/2026-05-11/episode_013/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 248 |
+
old_data/motherboard/depth/2026-05-11/episode_013/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 249 |
+
old_data/motherboard/depth/2026-05-11/episode_013/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 250 |
+
old_data/motherboard/depth/2026-05-11/episode_014/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 251 |
+
old_data/motherboard/depth/2026-05-11/episode_014/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 252 |
+
old_data/motherboard/depth/2026-05-11/episode_014/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 253 |
+
old_data/motherboard/depth/2026-05-11/episode_015/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 254 |
+
old_data/motherboard/depth/2026-05-11/episode_015/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 255 |
+
old_data/motherboard/depth/2026-05-11/episode_015/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 256 |
+
old_data/motherboard/depth/2026-05-11/episode_016/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 257 |
+
old_data/motherboard/depth/2026-05-11/episode_016/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 258 |
+
old_data/motherboard/depth/2026-05-11/episode_016/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 259 |
+
old_data/motherboard/depth/2026-05-11/episode_017/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 260 |
+
old_data/motherboard/depth/2026-05-11/episode_017/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 261 |
+
old_data/motherboard/depth/2026-05-11/episode_017/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 262 |
+
old_data/motherboard/depth/2026-05-19/episode_000/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 263 |
+
old_data/motherboard/depth/2026-05-19/episode_000/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 264 |
+
old_data/motherboard/depth/2026-05-19/episode_000/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 265 |
+
old_data/motherboard/depth/2026-05-19/episode_001/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 266 |
+
old_data/motherboard/depth/2026-05-19/episode_001/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 267 |
+
old_data/motherboard/depth/2026-05-19/episode_001/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 268 |
+
old_data/motherboard/depth/2026-05-19/episode_002/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 269 |
+
old_data/motherboard/depth/2026-05-19/episode_002/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 270 |
+
old_data/motherboard/depth/2026-05-19/episode_002/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 271 |
+
old_data/motherboard/depth/2026-05-19/episode_003/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 272 |
+
old_data/motherboard/depth/2026-05-19/episode_003/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 273 |
+
old_data/motherboard/depth/2026-05-19/episode_003/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 274 |
+
old_data/motherboard/depth/2026-05-19/episode_004/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 275 |
+
old_data/motherboard/depth/2026-05-19/episode_004/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 276 |
+
old_data/motherboard/depth/2026-05-19/episode_004/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 277 |
+
old_data/pushT/depth/2026-06-18/episode_000/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 278 |
+
old_data/pushT/depth/2026-06-18/episode_000/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 279 |
+
old_data/pushT/depth/2026-06-18/episode_000/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 280 |
+
old_data/pushT/depth/2026-06-18/episode_001/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 281 |
+
old_data/pushT/depth/2026-06-18/episode_001/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 282 |
+
old_data/pushT/depth/2026-06-18/episode_001/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 283 |
+
old_data/pushT/depth/2026-06-18/episode_002/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 284 |
+
old_data/pushT/depth/2026-06-18/episode_002/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 285 |
+
old_data/pushT/depth/2026-06-18/episode_002/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
| 286 |
+
old_data/pushT/depth/2026-06-18/episode_003/depth_left.mkv filter=lfs diff=lfs merge=lfs -text
|
| 287 |
+
old_data/pushT/depth/2026-06-18/episode_003/depth_middle.mkv filter=lfs diff=lfs merge=lfs -text
|
| 288 |
+
old_data/pushT/depth/2026-06-18/episode_003/depth_right.mkv filter=lfs diff=lfs merge=lfs -text
|
data/motherboard/bad_frames.json
CHANGED
|
@@ -24,701 +24,6 @@
|
|
| 24 |
"bad_fraction_overall": 0.0092
|
| 25 |
},
|
| 26 |
"episodes": {
|
| 27 |
-
"2026-05-10/episode_000": {
|
| 28 |
-
"n_frames": 6890,
|
| 29 |
-
"duration_s": 229.667,
|
| 30 |
-
"intensity_spikes": [],
|
| 31 |
-
"pose_teleports_L": [],
|
| 32 |
-
"pose_teleports_R": [],
|
| 33 |
-
"ot_loss_L": [],
|
| 34 |
-
"ot_loss_R": [],
|
| 35 |
-
"cam_corruption": [],
|
| 36 |
-
"tactile_corruption": [],
|
| 37 |
-
"total_bad_frames": 0,
|
| 38 |
-
"bad_fraction": 0.0
|
| 39 |
-
},
|
| 40 |
-
"2026-05-10/episode_001": {
|
| 41 |
-
"n_frames": 7621,
|
| 42 |
-
"duration_s": 254.033,
|
| 43 |
-
"intensity_spikes": [],
|
| 44 |
-
"pose_teleports_L": [
|
| 45 |
-
[
|
| 46 |
-
7083,
|
| 47 |
-
7090
|
| 48 |
-
],
|
| 49 |
-
[
|
| 50 |
-
7142,
|
| 51 |
-
7149
|
| 52 |
-
]
|
| 53 |
-
],
|
| 54 |
-
"pose_teleports_R": [],
|
| 55 |
-
"ot_loss_L": [
|
| 56 |
-
[
|
| 57 |
-
5503,
|
| 58 |
-
5513
|
| 59 |
-
],
|
| 60 |
-
[
|
| 61 |
-
7062,
|
| 62 |
-
7153
|
| 63 |
-
]
|
| 64 |
-
],
|
| 65 |
-
"ot_loss_R": [],
|
| 66 |
-
"cam_corruption": [],
|
| 67 |
-
"tactile_corruption": [],
|
| 68 |
-
"total_bad_frames": 103,
|
| 69 |
-
"bad_fraction": 0.0135
|
| 70 |
-
},
|
| 71 |
-
"2026-05-10/episode_002": {
|
| 72 |
-
"n_frames": 10475,
|
| 73 |
-
"duration_s": 349.167,
|
| 74 |
-
"intensity_spikes": [],
|
| 75 |
-
"pose_teleports_L": [
|
| 76 |
-
[
|
| 77 |
-
10311,
|
| 78 |
-
10318
|
| 79 |
-
]
|
| 80 |
-
],
|
| 81 |
-
"pose_teleports_R": [],
|
| 82 |
-
"ot_loss_L": [],
|
| 83 |
-
"ot_loss_R": [],
|
| 84 |
-
"cam_corruption": [],
|
| 85 |
-
"tactile_corruption": [],
|
| 86 |
-
"total_bad_frames": 8,
|
| 87 |
-
"bad_fraction": 0.0008
|
| 88 |
-
},
|
| 89 |
-
"2026-05-10/episode_003": {
|
| 90 |
-
"n_frames": 9262,
|
| 91 |
-
"duration_s": 308.733,
|
| 92 |
-
"intensity_spikes": [],
|
| 93 |
-
"pose_teleports_L": [],
|
| 94 |
-
"pose_teleports_R": [],
|
| 95 |
-
"ot_loss_L": [],
|
| 96 |
-
"ot_loss_R": [],
|
| 97 |
-
"cam_corruption": [],
|
| 98 |
-
"tactile_corruption": [],
|
| 99 |
-
"total_bad_frames": 0,
|
| 100 |
-
"bad_fraction": 0.0
|
| 101 |
-
},
|
| 102 |
-
"2026-05-10/episode_004": {
|
| 103 |
-
"n_frames": 2406,
|
| 104 |
-
"duration_s": 80.2,
|
| 105 |
-
"intensity_spikes": [],
|
| 106 |
-
"pose_teleports_L": [],
|
| 107 |
-
"pose_teleports_R": [],
|
| 108 |
-
"ot_loss_L": [],
|
| 109 |
-
"ot_loss_R": [],
|
| 110 |
-
"cam_corruption": [],
|
| 111 |
-
"tactile_corruption": [],
|
| 112 |
-
"total_bad_frames": 0,
|
| 113 |
-
"bad_fraction": 0.0
|
| 114 |
-
},
|
| 115 |
-
"2026-05-10/episode_005": {
|
| 116 |
-
"n_frames": 763,
|
| 117 |
-
"duration_s": 25.433,
|
| 118 |
-
"intensity_spikes": [],
|
| 119 |
-
"pose_teleports_L": [],
|
| 120 |
-
"pose_teleports_R": [],
|
| 121 |
-
"ot_loss_L": [],
|
| 122 |
-
"ot_loss_R": [],
|
| 123 |
-
"cam_corruption": [],
|
| 124 |
-
"tactile_corruption": [],
|
| 125 |
-
"total_bad_frames": 0,
|
| 126 |
-
"bad_fraction": 0.0
|
| 127 |
-
},
|
| 128 |
-
"2026-05-10/episode_006": {
|
| 129 |
-
"n_frames": 3925,
|
| 130 |
-
"duration_s": 130.833,
|
| 131 |
-
"intensity_spikes": [],
|
| 132 |
-
"pose_teleports_L": [],
|
| 133 |
-
"pose_teleports_R": [],
|
| 134 |
-
"ot_loss_L": [],
|
| 135 |
-
"ot_loss_R": [],
|
| 136 |
-
"cam_corruption": [],
|
| 137 |
-
"tactile_corruption": [],
|
| 138 |
-
"total_bad_frames": 0,
|
| 139 |
-
"bad_fraction": 0.0
|
| 140 |
-
},
|
| 141 |
-
"2026-05-10/episode_007": {
|
| 142 |
-
"n_frames": 1927,
|
| 143 |
-
"duration_s": 64.233,
|
| 144 |
-
"intensity_spikes": [],
|
| 145 |
-
"pose_teleports_L": [],
|
| 146 |
-
"pose_teleports_R": [],
|
| 147 |
-
"ot_loss_L": [],
|
| 148 |
-
"ot_loss_R": [],
|
| 149 |
-
"cam_corruption": [],
|
| 150 |
-
"tactile_corruption": [],
|
| 151 |
-
"total_bad_frames": 0,
|
| 152 |
-
"bad_fraction": 0.0
|
| 153 |
-
},
|
| 154 |
-
"2026-05-10/episode_008": {
|
| 155 |
-
"n_frames": 1305,
|
| 156 |
-
"duration_s": 43.5,
|
| 157 |
-
"intensity_spikes": [],
|
| 158 |
-
"pose_teleports_L": [],
|
| 159 |
-
"pose_teleports_R": [],
|
| 160 |
-
"ot_loss_L": [],
|
| 161 |
-
"ot_loss_R": [],
|
| 162 |
-
"cam_corruption": [],
|
| 163 |
-
"tactile_corruption": [],
|
| 164 |
-
"total_bad_frames": 0,
|
| 165 |
-
"bad_fraction": 0.0
|
| 166 |
-
},
|
| 167 |
-
"2026-05-10/episode_009": {
|
| 168 |
-
"n_frames": 1823,
|
| 169 |
-
"duration_s": 60.767,
|
| 170 |
-
"intensity_spikes": [],
|
| 171 |
-
"pose_teleports_L": [],
|
| 172 |
-
"pose_teleports_R": [],
|
| 173 |
-
"ot_loss_L": [],
|
| 174 |
-
"ot_loss_R": [],
|
| 175 |
-
"cam_corruption": [],
|
| 176 |
-
"tactile_corruption": [],
|
| 177 |
-
"total_bad_frames": 0,
|
| 178 |
-
"bad_fraction": 0.0
|
| 179 |
-
},
|
| 180 |
-
"2026-05-10/episode_010": {
|
| 181 |
-
"n_frames": 1035,
|
| 182 |
-
"duration_s": 34.5,
|
| 183 |
-
"intensity_spikes": [],
|
| 184 |
-
"pose_teleports_L": [],
|
| 185 |
-
"pose_teleports_R": [],
|
| 186 |
-
"ot_loss_L": [],
|
| 187 |
-
"ot_loss_R": [],
|
| 188 |
-
"cam_corruption": [],
|
| 189 |
-
"tactile_corruption": [],
|
| 190 |
-
"total_bad_frames": 0,
|
| 191 |
-
"bad_fraction": 0.0
|
| 192 |
-
},
|
| 193 |
-
"2026-05-10/episode_011": {
|
| 194 |
-
"n_frames": 2201,
|
| 195 |
-
"duration_s": 73.367,
|
| 196 |
-
"intensity_spikes": [],
|
| 197 |
-
"pose_teleports_L": [],
|
| 198 |
-
"pose_teleports_R": [],
|
| 199 |
-
"ot_loss_L": [],
|
| 200 |
-
"ot_loss_R": [],
|
| 201 |
-
"cam_corruption": [],
|
| 202 |
-
"tactile_corruption": [],
|
| 203 |
-
"total_bad_frames": 0,
|
| 204 |
-
"bad_fraction": 0.0
|
| 205 |
-
},
|
| 206 |
-
"2026-05-11/episode_003": {
|
| 207 |
-
"n_frames": 10032,
|
| 208 |
-
"duration_s": 334.4,
|
| 209 |
-
"intensity_spikes": [
|
| 210 |
-
[
|
| 211 |
-
247,
|
| 212 |
-
255
|
| 213 |
-
],
|
| 214 |
-
[
|
| 215 |
-
8583,
|
| 216 |
-
8592
|
| 217 |
-
]
|
| 218 |
-
],
|
| 219 |
-
"pose_teleports_L": [],
|
| 220 |
-
"pose_teleports_R": [],
|
| 221 |
-
"ot_loss_L": [],
|
| 222 |
-
"ot_loss_R": [],
|
| 223 |
-
"cam_corruption": [],
|
| 224 |
-
"tactile_corruption": [
|
| 225 |
-
[
|
| 226 |
-
247,
|
| 227 |
-
255
|
| 228 |
-
],
|
| 229 |
-
[
|
| 230 |
-
2080,
|
| 231 |
-
2088
|
| 232 |
-
],
|
| 233 |
-
[
|
| 234 |
-
8583,
|
| 235 |
-
8592
|
| 236 |
-
]
|
| 237 |
-
],
|
| 238 |
-
"total_bad_frames": 28,
|
| 239 |
-
"bad_fraction": 0.0028
|
| 240 |
-
},
|
| 241 |
-
"2026-05-11/episode_004": {
|
| 242 |
-
"n_frames": 2638,
|
| 243 |
-
"duration_s": 87.933,
|
| 244 |
-
"intensity_spikes": [],
|
| 245 |
-
"pose_teleports_L": [],
|
| 246 |
-
"pose_teleports_R": [],
|
| 247 |
-
"ot_loss_L": [],
|
| 248 |
-
"ot_loss_R": [],
|
| 249 |
-
"cam_corruption": [],
|
| 250 |
-
"tactile_corruption": [],
|
| 251 |
-
"total_bad_frames": 0,
|
| 252 |
-
"bad_fraction": 0.0
|
| 253 |
-
},
|
| 254 |
-
"2026-05-11/episode_005": {
|
| 255 |
-
"n_frames": 14498,
|
| 256 |
-
"duration_s": 483.267,
|
| 257 |
-
"intensity_spikes": [],
|
| 258 |
-
"pose_teleports_L": [],
|
| 259 |
-
"pose_teleports_R": [],
|
| 260 |
-
"ot_loss_L": [
|
| 261 |
-
[
|
| 262 |
-
12818,
|
| 263 |
-
12834
|
| 264 |
-
]
|
| 265 |
-
],
|
| 266 |
-
"ot_loss_R": [
|
| 267 |
-
[
|
| 268 |
-
2594,
|
| 269 |
-
2618
|
| 270 |
-
]
|
| 271 |
-
],
|
| 272 |
-
"cam_corruption": [],
|
| 273 |
-
"tactile_corruption": [
|
| 274 |
-
[
|
| 275 |
-
1567,
|
| 276 |
-
1576
|
| 277 |
-
],
|
| 278 |
-
[
|
| 279 |
-
6965,
|
| 280 |
-
6973
|
| 281 |
-
]
|
| 282 |
-
],
|
| 283 |
-
"total_bad_frames": 61,
|
| 284 |
-
"bad_fraction": 0.0042
|
| 285 |
-
},
|
| 286 |
-
"2026-05-11/episode_006": {
|
| 287 |
-
"n_frames": 11990,
|
| 288 |
-
"duration_s": 399.667,
|
| 289 |
-
"intensity_spikes": [],
|
| 290 |
-
"pose_teleports_L": [],
|
| 291 |
-
"pose_teleports_R": [],
|
| 292 |
-
"ot_loss_L": [],
|
| 293 |
-
"ot_loss_R": [],
|
| 294 |
-
"cam_corruption": [],
|
| 295 |
-
"tactile_corruption": [],
|
| 296 |
-
"total_bad_frames": 0,
|
| 297 |
-
"bad_fraction": 0.0
|
| 298 |
-
},
|
| 299 |
-
"2026-05-11/episode_007": {
|
| 300 |
-
"n_frames": 6908,
|
| 301 |
-
"duration_s": 230.267,
|
| 302 |
-
"intensity_spikes": [
|
| 303 |
-
[
|
| 304 |
-
5573,
|
| 305 |
-
5581
|
| 306 |
-
]
|
| 307 |
-
],
|
| 308 |
-
"pose_teleports_L": [],
|
| 309 |
-
"pose_teleports_R": [],
|
| 310 |
-
"ot_loss_L": [],
|
| 311 |
-
"ot_loss_R": [],
|
| 312 |
-
"cam_corruption": [],
|
| 313 |
-
"tactile_corruption": [
|
| 314 |
-
[
|
| 315 |
-
1395,
|
| 316 |
-
1403
|
| 317 |
-
],
|
| 318 |
-
[
|
| 319 |
-
5573,
|
| 320 |
-
5581
|
| 321 |
-
]
|
| 322 |
-
],
|
| 323 |
-
"total_bad_frames": 18,
|
| 324 |
-
"bad_fraction": 0.0026
|
| 325 |
-
},
|
| 326 |
-
"2026-05-11/episode_008": {
|
| 327 |
-
"n_frames": 13705,
|
| 328 |
-
"duration_s": 456.833,
|
| 329 |
-
"intensity_spikes": [
|
| 330 |
-
[
|
| 331 |
-
2166,
|
| 332 |
-
2175
|
| 333 |
-
],
|
| 334 |
-
[
|
| 335 |
-
11659,
|
| 336 |
-
11667
|
| 337 |
-
]
|
| 338 |
-
],
|
| 339 |
-
"pose_teleports_L": [],
|
| 340 |
-
"pose_teleports_R": [],
|
| 341 |
-
"ot_loss_L": [],
|
| 342 |
-
"ot_loss_R": [],
|
| 343 |
-
"cam_corruption": [],
|
| 344 |
-
"tactile_corruption": [
|
| 345 |
-
[
|
| 346 |
-
2166,
|
| 347 |
-
2175
|
| 348 |
-
],
|
| 349 |
-
[
|
| 350 |
-
11659,
|
| 351 |
-
11667
|
| 352 |
-
]
|
| 353 |
-
],
|
| 354 |
-
"total_bad_frames": 19,
|
| 355 |
-
"bad_fraction": 0.0014
|
| 356 |
-
},
|
| 357 |
-
"2026-05-11/episode_009": {
|
| 358 |
-
"n_frames": 4366,
|
| 359 |
-
"duration_s": 145.533,
|
| 360 |
-
"intensity_spikes": [],
|
| 361 |
-
"pose_teleports_L": [],
|
| 362 |
-
"pose_teleports_R": [],
|
| 363 |
-
"ot_loss_L": [],
|
| 364 |
-
"ot_loss_R": [],
|
| 365 |
-
"cam_corruption": [],
|
| 366 |
-
"tactile_corruption": [
|
| 367 |
-
[
|
| 368 |
-
1630,
|
| 369 |
-
1638
|
| 370 |
-
]
|
| 371 |
-
],
|
| 372 |
-
"total_bad_frames": 9,
|
| 373 |
-
"bad_fraction": 0.0021
|
| 374 |
-
},
|
| 375 |
-
"2026-05-11/episode_010": {
|
| 376 |
-
"n_frames": 6828,
|
| 377 |
-
"duration_s": 227.6,
|
| 378 |
-
"intensity_spikes": [],
|
| 379 |
-
"pose_teleports_L": [],
|
| 380 |
-
"pose_teleports_R": [],
|
| 381 |
-
"ot_loss_L": [],
|
| 382 |
-
"ot_loss_R": [],
|
| 383 |
-
"cam_corruption": [],
|
| 384 |
-
"tactile_corruption": [],
|
| 385 |
-
"total_bad_frames": 0,
|
| 386 |
-
"bad_fraction": 0.0
|
| 387 |
-
},
|
| 388 |
-
"2026-05-11/episode_011": {
|
| 389 |
-
"n_frames": 7299,
|
| 390 |
-
"duration_s": 243.3,
|
| 391 |
-
"intensity_spikes": [
|
| 392 |
-
[
|
| 393 |
-
4249,
|
| 394 |
-
4257
|
| 395 |
-
]
|
| 396 |
-
],
|
| 397 |
-
"pose_teleports_L": [],
|
| 398 |
-
"pose_teleports_R": [],
|
| 399 |
-
"ot_loss_L": [],
|
| 400 |
-
"ot_loss_R": [],
|
| 401 |
-
"cam_corruption": [],
|
| 402 |
-
"tactile_corruption": [
|
| 403 |
-
[
|
| 404 |
-
4249,
|
| 405 |
-
4257
|
| 406 |
-
]
|
| 407 |
-
],
|
| 408 |
-
"total_bad_frames": 9,
|
| 409 |
-
"bad_fraction": 0.0012
|
| 410 |
-
},
|
| 411 |
-
"2026-05-11/episode_012": {
|
| 412 |
-
"n_frames": 14828,
|
| 413 |
-
"duration_s": 494.267,
|
| 414 |
-
"intensity_spikes": [],
|
| 415 |
-
"pose_teleports_L": [],
|
| 416 |
-
"pose_teleports_R": [],
|
| 417 |
-
"ot_loss_L": [],
|
| 418 |
-
"ot_loss_R": [],
|
| 419 |
-
"cam_corruption": [],
|
| 420 |
-
"tactile_corruption": [],
|
| 421 |
-
"total_bad_frames": 0,
|
| 422 |
-
"bad_fraction": 0.0
|
| 423 |
-
},
|
| 424 |
-
"2026-05-11/episode_013": {
|
| 425 |
-
"n_frames": 12724,
|
| 426 |
-
"duration_s": 424.133,
|
| 427 |
-
"intensity_spikes": [],
|
| 428 |
-
"pose_teleports_L": [],
|
| 429 |
-
"pose_teleports_R": [],
|
| 430 |
-
"ot_loss_L": [
|
| 431 |
-
[
|
| 432 |
-
5765,
|
| 433 |
-
5794
|
| 434 |
-
],
|
| 435 |
-
[
|
| 436 |
-
5869,
|
| 437 |
-
5884
|
| 438 |
-
],
|
| 439 |
-
[
|
| 440 |
-
5905,
|
| 441 |
-
5985
|
| 442 |
-
],
|
| 443 |
-
[
|
| 444 |
-
7680,
|
| 445 |
-
7716
|
| 446 |
-
],
|
| 447 |
-
[
|
| 448 |
-
7765,
|
| 449 |
-
7790
|
| 450 |
-
],
|
| 451 |
-
[
|
| 452 |
-
7797,
|
| 453 |
-
7815
|
| 454 |
-
],
|
| 455 |
-
[
|
| 456 |
-
8179,
|
| 457 |
-
8186
|
| 458 |
-
],
|
| 459 |
-
[
|
| 460 |
-
9633,
|
| 461 |
-
9693
|
| 462 |
-
],
|
| 463 |
-
[
|
| 464 |
-
9712,
|
| 465 |
-
9848
|
| 466 |
-
],
|
| 467 |
-
[
|
| 468 |
-
11361,
|
| 469 |
-
11407
|
| 470 |
-
],
|
| 471 |
-
[
|
| 472 |
-
11454,
|
| 473 |
-
11515
|
| 474 |
-
],
|
| 475 |
-
[
|
| 476 |
-
11518,
|
| 477 |
-
11539
|
| 478 |
-
],
|
| 479 |
-
[
|
| 480 |
-
11585,
|
| 481 |
-
11636
|
| 482 |
-
]
|
| 483 |
-
],
|
| 484 |
-
"ot_loss_R": [
|
| 485 |
-
[
|
| 486 |
-
6145,
|
| 487 |
-
6164
|
| 488 |
-
],
|
| 489 |
-
[
|
| 490 |
-
6269,
|
| 491 |
-
6287
|
| 492 |
-
],
|
| 493 |
-
[
|
| 494 |
-
10170,
|
| 495 |
-
10191
|
| 496 |
-
],
|
| 497 |
-
[
|
| 498 |
-
11756,
|
| 499 |
-
11782
|
| 500 |
-
]
|
| 501 |
-
],
|
| 502 |
-
"cam_corruption": [],
|
| 503 |
-
"tactile_corruption": [],
|
| 504 |
-
"total_bad_frames": 686,
|
| 505 |
-
"bad_fraction": 0.0539
|
| 506 |
-
},
|
| 507 |
-
"2026-05-11/episode_014": {
|
| 508 |
-
"n_frames": 2416,
|
| 509 |
-
"duration_s": 80.533,
|
| 510 |
-
"intensity_spikes": [],
|
| 511 |
-
"pose_teleports_L": [],
|
| 512 |
-
"pose_teleports_R": [],
|
| 513 |
-
"ot_loss_L": [
|
| 514 |
-
[
|
| 515 |
-
921,
|
| 516 |
-
979
|
| 517 |
-
],
|
| 518 |
-
[
|
| 519 |
-
2024,
|
| 520 |
-
2111
|
| 521 |
-
]
|
| 522 |
-
],
|
| 523 |
-
"ot_loss_R": [
|
| 524 |
-
[
|
| 525 |
-
1693,
|
| 526 |
-
1719
|
| 527 |
-
]
|
| 528 |
-
],
|
| 529 |
-
"cam_corruption": [],
|
| 530 |
-
"tactile_corruption": [],
|
| 531 |
-
"total_bad_frames": 174,
|
| 532 |
-
"bad_fraction": 0.072
|
| 533 |
-
},
|
| 534 |
-
"2026-05-11/episode_015": {
|
| 535 |
-
"n_frames": 5959,
|
| 536 |
-
"duration_s": 198.633,
|
| 537 |
-
"intensity_spikes": [],
|
| 538 |
-
"pose_teleports_L": [],
|
| 539 |
-
"pose_teleports_R": [
|
| 540 |
-
[
|
| 541 |
-
5376,
|
| 542 |
-
5383
|
| 543 |
-
],
|
| 544 |
-
[
|
| 545 |
-
5392,
|
| 546 |
-
5399
|
| 547 |
-
]
|
| 548 |
-
],
|
| 549 |
-
"ot_loss_L": [
|
| 550 |
-
[
|
| 551 |
-
2149,
|
| 552 |
-
2193
|
| 553 |
-
],
|
| 554 |
-
[
|
| 555 |
-
2201,
|
| 556 |
-
2227
|
| 557 |
-
],
|
| 558 |
-
[
|
| 559 |
-
2230,
|
| 560 |
-
2321
|
| 561 |
-
],
|
| 562 |
-
[
|
| 563 |
-
3589,
|
| 564 |
-
3630
|
| 565 |
-
],
|
| 566 |
-
[
|
| 567 |
-
3632,
|
| 568 |
-
3704
|
| 569 |
-
],
|
| 570 |
-
[
|
| 571 |
-
4828,
|
| 572 |
-
4898
|
| 573 |
-
]
|
| 574 |
-
],
|
| 575 |
-
"ot_loss_R": [
|
| 576 |
-
[
|
| 577 |
-
1490,
|
| 578 |
-
1515
|
| 579 |
-
],
|
| 580 |
-
[
|
| 581 |
-
2709,
|
| 582 |
-
2726
|
| 583 |
-
],
|
| 584 |
-
[
|
| 585 |
-
4146,
|
| 586 |
-
4181
|
| 587 |
-
],
|
| 588 |
-
[
|
| 589 |
-
5372,
|
| 590 |
-
5387
|
| 591 |
-
]
|
| 592 |
-
],
|
| 593 |
-
"cam_corruption": [],
|
| 594 |
-
"tactile_corruption": [],
|
| 595 |
-
"total_bad_frames": 454,
|
| 596 |
-
"bad_fraction": 0.0762
|
| 597 |
-
},
|
| 598 |
-
"2026-05-11/episode_016": {
|
| 599 |
-
"n_frames": 11896,
|
| 600 |
-
"duration_s": 396.533,
|
| 601 |
-
"intensity_spikes": [],
|
| 602 |
-
"pose_teleports_L": [],
|
| 603 |
-
"pose_teleports_R": [],
|
| 604 |
-
"ot_loss_L": [
|
| 605 |
-
[
|
| 606 |
-
939,
|
| 607 |
-
1017
|
| 608 |
-
],
|
| 609 |
-
[
|
| 610 |
-
1052,
|
| 611 |
-
1083
|
| 612 |
-
],
|
| 613 |
-
[
|
| 614 |
-
1144,
|
| 615 |
-
1151
|
| 616 |
-
],
|
| 617 |
-
[
|
| 618 |
-
1184,
|
| 619 |
-
1191
|
| 620 |
-
],
|
| 621 |
-
[
|
| 622 |
-
3738,
|
| 623 |
-
3745
|
| 624 |
-
],
|
| 625 |
-
[
|
| 626 |
-
4921,
|
| 627 |
-
4950
|
| 628 |
-
],
|
| 629 |
-
[
|
| 630 |
-
5103,
|
| 631 |
-
5142
|
| 632 |
-
],
|
| 633 |
-
[
|
| 634 |
-
7926,
|
| 635 |
-
7948
|
| 636 |
-
]
|
| 637 |
-
],
|
| 638 |
-
"ot_loss_R": [],
|
| 639 |
-
"cam_corruption": [],
|
| 640 |
-
"tactile_corruption": [],
|
| 641 |
-
"total_bad_frames": 228,
|
| 642 |
-
"bad_fraction": 0.0192
|
| 643 |
-
},
|
| 644 |
-
"2026-05-11/episode_017": {
|
| 645 |
-
"n_frames": 14511,
|
| 646 |
-
"duration_s": 483.7,
|
| 647 |
-
"intensity_spikes": [],
|
| 648 |
-
"pose_teleports_L": [],
|
| 649 |
-
"pose_teleports_R": [],
|
| 650 |
-
"ot_loss_L": [],
|
| 651 |
-
"ot_loss_R": [],
|
| 652 |
-
"cam_corruption": [],
|
| 653 |
-
"tactile_corruption": [],
|
| 654 |
-
"total_bad_frames": 0,
|
| 655 |
-
"bad_fraction": 0.0
|
| 656 |
-
},
|
| 657 |
-
"2026-05-19/episode_000": {
|
| 658 |
-
"n_frames": 1434,
|
| 659 |
-
"duration_s": 47.8,
|
| 660 |
-
"intensity_spikes": [],
|
| 661 |
-
"pose_teleports_L": [],
|
| 662 |
-
"pose_teleports_R": [],
|
| 663 |
-
"ot_loss_L": [],
|
| 664 |
-
"ot_loss_R": [],
|
| 665 |
-
"cam_corruption": [],
|
| 666 |
-
"tactile_corruption": [],
|
| 667 |
-
"total_bad_frames": 0,
|
| 668 |
-
"bad_fraction": 0.0
|
| 669 |
-
},
|
| 670 |
-
"2026-05-19/episode_001": {
|
| 671 |
-
"n_frames": 740,
|
| 672 |
-
"duration_s": 24.667,
|
| 673 |
-
"intensity_spikes": [],
|
| 674 |
-
"pose_teleports_L": [],
|
| 675 |
-
"pose_teleports_R": [],
|
| 676 |
-
"ot_loss_L": [],
|
| 677 |
-
"ot_loss_R": [],
|
| 678 |
-
"cam_corruption": [],
|
| 679 |
-
"tactile_corruption": [],
|
| 680 |
-
"total_bad_frames": 0,
|
| 681 |
-
"bad_fraction": 0.0
|
| 682 |
-
},
|
| 683 |
-
"2026-05-19/episode_002": {
|
| 684 |
-
"n_frames": 1710,
|
| 685 |
-
"duration_s": 57.0,
|
| 686 |
-
"intensity_spikes": [],
|
| 687 |
-
"pose_teleports_L": [],
|
| 688 |
-
"pose_teleports_R": [],
|
| 689 |
-
"ot_loss_L": [],
|
| 690 |
-
"ot_loss_R": [],
|
| 691 |
-
"cam_corruption": [],
|
| 692 |
-
"tactile_corruption": [],
|
| 693 |
-
"total_bad_frames": 0,
|
| 694 |
-
"bad_fraction": 0.0
|
| 695 |
-
},
|
| 696 |
-
"2026-05-19/episode_003": {
|
| 697 |
-
"n_frames": 121,
|
| 698 |
-
"duration_s": 4.033,
|
| 699 |
-
"intensity_spikes": [],
|
| 700 |
-
"pose_teleports_L": [],
|
| 701 |
-
"pose_teleports_R": [],
|
| 702 |
-
"ot_loss_L": [],
|
| 703 |
-
"ot_loss_R": [],
|
| 704 |
-
"cam_corruption": [],
|
| 705 |
-
"tactile_corruption": [],
|
| 706 |
-
"total_bad_frames": 0,
|
| 707 |
-
"bad_fraction": 0.0
|
| 708 |
-
},
|
| 709 |
-
"2026-05-19/episode_004": {
|
| 710 |
-
"n_frames": 209,
|
| 711 |
-
"duration_s": 6.967,
|
| 712 |
-
"intensity_spikes": [],
|
| 713 |
-
"pose_teleports_L": [],
|
| 714 |
-
"pose_teleports_R": [],
|
| 715 |
-
"ot_loss_L": [],
|
| 716 |
-
"ot_loss_R": [],
|
| 717 |
-
"cam_corruption": [],
|
| 718 |
-
"tactile_corruption": [],
|
| 719 |
-
"total_bad_frames": 0,
|
| 720 |
-
"bad_fraction": 0.0
|
| 721 |
-
},
|
| 722 |
"2026-09-11/episode_000": {
|
| 723 |
"n_frames": 7570,
|
| 724 |
"total_bad_frames": 0,
|
|
|
|
| 24 |
"bad_fraction_overall": 0.0092
|
| 25 |
},
|
| 26 |
"episodes": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
"2026-09-11/episode_000": {
|
| 28 |
"n_frames": 7570,
|
| 29 |
"total_bad_frames": 0,
|
data/motherboard/episodes.jsonl
CHANGED
|
@@ -1,35 +1,3 @@
|
|
| 1 |
-
{"episode": "2026-05-10/episode_000", "date": "2026-05-10", "n_frames": 6890, "duration_s": 229.667, "active_sensors": ["left", "right"], "trim_offset": 1, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 2 |
-
{"episode": "2026-05-10/episode_001", "date": "2026-05-10", "n_frames": 7621, "duration_s": 254.033, "active_sensors": ["left", "right"], "trim_offset": 0, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 3, "total_bad_frames": 103, "up_axis": "z"}
|
| 3 |
-
{"episode": "2026-05-10/episode_002", "date": "2026-05-10", "n_frames": 10475, "duration_s": 349.167, "active_sensors": ["left", "right"], "trim_offset": 1, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 2, "total_bad_frames": 8, "up_axis": "z"}
|
| 4 |
-
{"episode": "2026-05-10/episode_003", "date": "2026-05-10", "n_frames": 9262, "duration_s": 308.733, "active_sensors": ["left", "right"], "trim_offset": 0, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 5 |
-
{"episode": "2026-05-10/episode_004", "date": "2026-05-10", "n_frames": 2406, "duration_s": 80.2, "active_sensors": ["left", "right"], "trim_offset": 1, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 6 |
-
{"episode": "2026-05-10/episode_005", "date": "2026-05-10", "n_frames": 763, "duration_s": 25.433, "active_sensors": ["left", "right"], "trim_offset": 1, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 7 |
-
{"episode": "2026-05-10/episode_006", "date": "2026-05-10", "n_frames": 3925, "duration_s": 130.833, "active_sensors": ["left", "right"], "trim_offset": 1, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 8 |
-
{"episode": "2026-05-10/episode_007", "date": "2026-05-10", "n_frames": 1927, "duration_s": 64.233, "active_sensors": ["left", "right"], "trim_offset": 1, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 9 |
-
{"episode": "2026-05-10/episode_008", "date": "2026-05-10", "n_frames": 1305, "duration_s": 43.5, "active_sensors": ["left", "right"], "trim_offset": 0, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 10 |
-
{"episode": "2026-05-10/episode_009", "date": "2026-05-10", "n_frames": 1823, "duration_s": 60.767, "active_sensors": ["left", "right"], "trim_offset": 1, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 11 |
-
{"episode": "2026-05-10/episode_010", "date": "2026-05-10", "n_frames": 1035, "duration_s": 34.5, "active_sensors": ["left", "right"], "trim_offset": 0, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 12 |
-
{"episode": "2026-05-10/episode_011", "date": "2026-05-10", "n_frames": 2201, "duration_s": 73.367, "active_sensors": ["left", "right"], "trim_offset": 1, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 13 |
-
{"episode": "2026-05-11/episode_003", "date": "2026-05-11", "n_frames": 10032, "duration_s": 334.4, "active_sensors": ["left", "right"], "trim_offset": 0, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 4, "total_bad_frames": 28, "up_axis": "z"}
|
| 14 |
-
{"episode": "2026-05-11/episode_004", "date": "2026-05-11", "n_frames": 2638, "duration_s": 87.933, "active_sensors": ["left", "right"], "trim_offset": 1, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 15 |
-
{"episode": "2026-05-11/episode_005", "date": "2026-05-11", "n_frames": 14498, "duration_s": 483.267, "active_sensors": ["left", "right"], "trim_offset": 2429, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 5, "total_bad_frames": 61, "up_axis": "z"}
|
| 16 |
-
{"episode": "2026-05-11/episode_006", "date": "2026-05-11", "n_frames": 11990, "duration_s": 399.667, "active_sensors": ["left", "right"], "trim_offset": 0, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 17 |
-
{"episode": "2026-05-11/episode_007", "date": "2026-05-11", "n_frames": 6908, "duration_s": 230.267, "active_sensors": ["left", "right"], "trim_offset": 1, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 3, "total_bad_frames": 18, "up_axis": "z"}
|
| 18 |
-
{"episode": "2026-05-11/episode_008", "date": "2026-05-11", "n_frames": 13705, "duration_s": 456.833, "active_sensors": ["left", "right"], "trim_offset": 0, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 3, "total_bad_frames": 19, "up_axis": "z"}
|
| 19 |
-
{"episode": "2026-05-11/episode_009", "date": "2026-05-11", "n_frames": 4366, "duration_s": 145.533, "active_sensors": ["left", "right"], "trim_offset": 0, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 2, "total_bad_frames": 9, "up_axis": "z"}
|
| 20 |
-
{"episode": "2026-05-11/episode_010", "date": "2026-05-11", "n_frames": 6828, "duration_s": 227.6, "active_sensors": ["left", "right"], "trim_offset": 1, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 21 |
-
{"episode": "2026-05-11/episode_011", "date": "2026-05-11", "n_frames": 7299, "duration_s": 243.3, "active_sensors": ["left", "right"], "trim_offset": 1, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 2, "total_bad_frames": 9, "up_axis": "z"}
|
| 22 |
-
{"episode": "2026-05-11/episode_012", "date": "2026-05-11", "n_frames": 14828, "duration_s": 494.267, "active_sensors": ["left", "right"], "trim_offset": 9719, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 23 |
-
{"episode": "2026-05-11/episode_013", "date": "2026-05-11", "n_frames": 12724, "duration_s": 424.133, "active_sensors": ["left", "right"], "trim_offset": 0, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 16, "total_bad_frames": 686, "up_axis": "z"}
|
| 24 |
-
{"episode": "2026-05-11/episode_014", "date": "2026-05-11", "n_frames": 2416, "duration_s": 80.533, "active_sensors": ["left", "right"], "trim_offset": 1, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 4, "total_bad_frames": 174, "up_axis": "z"}
|
| 25 |
-
{"episode": "2026-05-11/episode_015", "date": "2026-05-11", "n_frames": 5959, "duration_s": 198.633, "active_sensors": ["left", "right"], "trim_offset": 1, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 8, "total_bad_frames": 454, "up_axis": "z"}
|
| 26 |
-
{"episode": "2026-05-11/episode_016", "date": "2026-05-11", "n_frames": 11896, "duration_s": 396.533, "active_sensors": ["left", "right"], "trim_offset": 0, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 9, "total_bad_frames": 228, "up_axis": "z"}
|
| 27 |
-
{"episode": "2026-05-11/episode_017", "date": "2026-05-11", "n_frames": 14511, "duration_s": 483.7, "active_sensors": ["left", "right"], "trim_offset": 19228, "world_frame_offset": [0.0, 0.0, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 28 |
-
{"episode": "2026-05-19/episode_000", "date": "2026-05-19", "n_frames": 1434, "duration_s": 47.8, "active_sensors": ["left", "right"], "trim_offset": 1, "world_frame_offset": [0.23, -0.175, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 29 |
-
{"episode": "2026-05-19/episode_001", "date": "2026-05-19", "n_frames": 740, "duration_s": 24.667, "active_sensors": ["left", "right"], "trim_offset": 0, "world_frame_offset": [0.23, -0.175, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 30 |
-
{"episode": "2026-05-19/episode_002", "date": "2026-05-19", "n_frames": 1710, "duration_s": 57.0, "active_sensors": ["left", "right"], "trim_offset": 0, "world_frame_offset": [0.23, -0.175, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 31 |
-
{"episode": "2026-05-19/episode_003", "date": "2026-05-19", "n_frames": 121, "duration_s": 4.033, "active_sensors": ["left", "right"], "trim_offset": 0, "world_frame_offset": [0.23, -0.175, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 32 |
-
{"episode": "2026-05-19/episode_004", "date": "2026-05-19", "n_frames": 209, "duration_s": 6.967, "active_sensors": ["left", "right"], "trim_offset": 0, "world_frame_offset": [0.23, -0.175, 0.0], "n_segments": 1, "total_bad_frames": 0, "up_axis": "z"}
|
| 33 |
{"episode": "2026-09-11/episode_000", "date": "2026-09-11", "n_frames": 7570, "duration_s": 252.333, "source_episode": "2026-09-11/episode_000", "calibration": "calibration/epoch_2026-09-09", "cut_to_clean_spans": true, "wrist_camera_present": true}
|
| 34 |
{"episode": "2026-09-11/episode_001_seg00", "date": "2026-09-11", "n_frames": 1207, "duration_s": 40.233, "source_episode": "2026-09-11/episode_001", "calibration": "calibration/epoch_2026-09-09", "cut_to_clean_spans": true, "wrist_camera_present": true}
|
| 35 |
{"episode": "2026-09-11/episode_001_seg01", "date": "2026-09-11", "n_frames": 2074, "duration_s": 69.133, "source_episode": "2026-09-11/episode_001", "calibration": "calibration/epoch_2026-09-09", "cut_to_clean_spans": true, "wrist_camera_present": true}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{"episode": "2026-09-11/episode_000", "date": "2026-09-11", "n_frames": 7570, "duration_s": 252.333, "source_episode": "2026-09-11/episode_000", "calibration": "calibration/epoch_2026-09-09", "cut_to_clean_spans": true, "wrist_camera_present": true}
|
| 2 |
{"episode": "2026-09-11/episode_001_seg00", "date": "2026-09-11", "n_frames": 1207, "duration_s": 40.233, "source_episode": "2026-09-11/episode_001", "calibration": "calibration/epoch_2026-09-09", "cut_to_clean_spans": true, "wrist_camera_present": true}
|
| 3 |
{"episode": "2026-09-11/episode_001_seg01", "date": "2026-09-11", "n_frames": 2074, "duration_s": 69.133, "source_episode": "2026-09-11/episode_001", "calibration": "calibration/epoch_2026-09-09", "cut_to_clean_spans": true, "wrist_camera_present": true}
|
data/motherboard/segments.json
CHANGED
|
@@ -2,902 +2,11 @@
|
|
| 2 |
"task": "motherboard",
|
| 3 |
"schema": "segments_v2_video",
|
| 4 |
"description": "Each entry indexes a contiguous clean span within an episode's videos (data/<task>/videos/<date>/episode_NNN/*.mp4) and parquet. frame_range is [a,b] inclusive in episode-video frame coords.",
|
| 5 |
-
"n_segments":
|
| 6 |
"total_frames": 192626,
|
| 7 |
"total_duration_min": 107.01,
|
| 8 |
"min_segment_frames_kept": 16,
|
| 9 |
"segments": [
|
| 10 |
-
{
|
| 11 |
-
"task": "motherboard",
|
| 12 |
-
"source_episode": "2026-05-10/episode_000",
|
| 13 |
-
"segment_idx": 0,
|
| 14 |
-
"frame_range": [
|
| 15 |
-
0,
|
| 16 |
-
6889
|
| 17 |
-
],
|
| 18 |
-
"n_frames": 6890,
|
| 19 |
-
"duration_s": 229.667
|
| 20 |
-
},
|
| 21 |
-
{
|
| 22 |
-
"task": "motherboard",
|
| 23 |
-
"source_episode": "2026-05-10/episode_001",
|
| 24 |
-
"segment_idx": 0,
|
| 25 |
-
"frame_range": [
|
| 26 |
-
0,
|
| 27 |
-
5502
|
| 28 |
-
],
|
| 29 |
-
"n_frames": 5503,
|
| 30 |
-
"duration_s": 183.433
|
| 31 |
-
},
|
| 32 |
-
{
|
| 33 |
-
"task": "motherboard",
|
| 34 |
-
"source_episode": "2026-05-10/episode_001",
|
| 35 |
-
"segment_idx": 1,
|
| 36 |
-
"frame_range": [
|
| 37 |
-
5514,
|
| 38 |
-
7061
|
| 39 |
-
],
|
| 40 |
-
"n_frames": 1548,
|
| 41 |
-
"duration_s": 51.6
|
| 42 |
-
},
|
| 43 |
-
{
|
| 44 |
-
"task": "motherboard",
|
| 45 |
-
"source_episode": "2026-05-10/episode_001",
|
| 46 |
-
"segment_idx": 2,
|
| 47 |
-
"frame_range": [
|
| 48 |
-
7154,
|
| 49 |
-
7620
|
| 50 |
-
],
|
| 51 |
-
"n_frames": 467,
|
| 52 |
-
"duration_s": 15.567
|
| 53 |
-
},
|
| 54 |
-
{
|
| 55 |
-
"task": "motherboard",
|
| 56 |
-
"source_episode": "2026-05-10/episode_002",
|
| 57 |
-
"segment_idx": 0,
|
| 58 |
-
"frame_range": [
|
| 59 |
-
0,
|
| 60 |
-
10310
|
| 61 |
-
],
|
| 62 |
-
"n_frames": 10311,
|
| 63 |
-
"duration_s": 343.7
|
| 64 |
-
},
|
| 65 |
-
{
|
| 66 |
-
"task": "motherboard",
|
| 67 |
-
"source_episode": "2026-05-10/episode_002",
|
| 68 |
-
"segment_idx": 1,
|
| 69 |
-
"frame_range": [
|
| 70 |
-
10319,
|
| 71 |
-
10474
|
| 72 |
-
],
|
| 73 |
-
"n_frames": 156,
|
| 74 |
-
"duration_s": 5.2
|
| 75 |
-
},
|
| 76 |
-
{
|
| 77 |
-
"task": "motherboard",
|
| 78 |
-
"source_episode": "2026-05-10/episode_003",
|
| 79 |
-
"segment_idx": 0,
|
| 80 |
-
"frame_range": [
|
| 81 |
-
0,
|
| 82 |
-
9261
|
| 83 |
-
],
|
| 84 |
-
"n_frames": 9262,
|
| 85 |
-
"duration_s": 308.733
|
| 86 |
-
},
|
| 87 |
-
{
|
| 88 |
-
"task": "motherboard",
|
| 89 |
-
"source_episode": "2026-05-10/episode_004",
|
| 90 |
-
"segment_idx": 0,
|
| 91 |
-
"frame_range": [
|
| 92 |
-
0,
|
| 93 |
-
2405
|
| 94 |
-
],
|
| 95 |
-
"n_frames": 2406,
|
| 96 |
-
"duration_s": 80.2
|
| 97 |
-
},
|
| 98 |
-
{
|
| 99 |
-
"task": "motherboard",
|
| 100 |
-
"source_episode": "2026-05-10/episode_005",
|
| 101 |
-
"segment_idx": 0,
|
| 102 |
-
"frame_range": [
|
| 103 |
-
0,
|
| 104 |
-
762
|
| 105 |
-
],
|
| 106 |
-
"n_frames": 763,
|
| 107 |
-
"duration_s": 25.433
|
| 108 |
-
},
|
| 109 |
-
{
|
| 110 |
-
"task": "motherboard",
|
| 111 |
-
"source_episode": "2026-05-10/episode_006",
|
| 112 |
-
"segment_idx": 0,
|
| 113 |
-
"frame_range": [
|
| 114 |
-
0,
|
| 115 |
-
3924
|
| 116 |
-
],
|
| 117 |
-
"n_frames": 3925,
|
| 118 |
-
"duration_s": 130.833
|
| 119 |
-
},
|
| 120 |
-
{
|
| 121 |
-
"task": "motherboard",
|
| 122 |
-
"source_episode": "2026-05-10/episode_007",
|
| 123 |
-
"segment_idx": 0,
|
| 124 |
-
"frame_range": [
|
| 125 |
-
0,
|
| 126 |
-
1926
|
| 127 |
-
],
|
| 128 |
-
"n_frames": 1927,
|
| 129 |
-
"duration_s": 64.233
|
| 130 |
-
},
|
| 131 |
-
{
|
| 132 |
-
"task": "motherboard",
|
| 133 |
-
"source_episode": "2026-05-10/episode_008",
|
| 134 |
-
"segment_idx": 0,
|
| 135 |
-
"frame_range": [
|
| 136 |
-
0,
|
| 137 |
-
1304
|
| 138 |
-
],
|
| 139 |
-
"n_frames": 1305,
|
| 140 |
-
"duration_s": 43.5
|
| 141 |
-
},
|
| 142 |
-
{
|
| 143 |
-
"task": "motherboard",
|
| 144 |
-
"source_episode": "2026-05-10/episode_009",
|
| 145 |
-
"segment_idx": 0,
|
| 146 |
-
"frame_range": [
|
| 147 |
-
0,
|
| 148 |
-
1822
|
| 149 |
-
],
|
| 150 |
-
"n_frames": 1823,
|
| 151 |
-
"duration_s": 60.767
|
| 152 |
-
},
|
| 153 |
-
{
|
| 154 |
-
"task": "motherboard",
|
| 155 |
-
"source_episode": "2026-05-10/episode_010",
|
| 156 |
-
"segment_idx": 0,
|
| 157 |
-
"frame_range": [
|
| 158 |
-
0,
|
| 159 |
-
1034
|
| 160 |
-
],
|
| 161 |
-
"n_frames": 1035,
|
| 162 |
-
"duration_s": 34.5
|
| 163 |
-
},
|
| 164 |
-
{
|
| 165 |
-
"task": "motherboard",
|
| 166 |
-
"source_episode": "2026-05-10/episode_011",
|
| 167 |
-
"segment_idx": 0,
|
| 168 |
-
"frame_range": [
|
| 169 |
-
0,
|
| 170 |
-
2200
|
| 171 |
-
],
|
| 172 |
-
"n_frames": 2201,
|
| 173 |
-
"duration_s": 73.367
|
| 174 |
-
},
|
| 175 |
-
{
|
| 176 |
-
"task": "motherboard",
|
| 177 |
-
"source_episode": "2026-05-11/episode_003",
|
| 178 |
-
"segment_idx": 0,
|
| 179 |
-
"frame_range": [
|
| 180 |
-
0,
|
| 181 |
-
246
|
| 182 |
-
],
|
| 183 |
-
"n_frames": 247,
|
| 184 |
-
"duration_s": 8.233
|
| 185 |
-
},
|
| 186 |
-
{
|
| 187 |
-
"task": "motherboard",
|
| 188 |
-
"source_episode": "2026-05-11/episode_003",
|
| 189 |
-
"segment_idx": 1,
|
| 190 |
-
"frame_range": [
|
| 191 |
-
256,
|
| 192 |
-
2079
|
| 193 |
-
],
|
| 194 |
-
"n_frames": 1824,
|
| 195 |
-
"duration_s": 60.8
|
| 196 |
-
},
|
| 197 |
-
{
|
| 198 |
-
"task": "motherboard",
|
| 199 |
-
"source_episode": "2026-05-11/episode_003",
|
| 200 |
-
"segment_idx": 2,
|
| 201 |
-
"frame_range": [
|
| 202 |
-
2089,
|
| 203 |
-
8582
|
| 204 |
-
],
|
| 205 |
-
"n_frames": 6494,
|
| 206 |
-
"duration_s": 216.467
|
| 207 |
-
},
|
| 208 |
-
{
|
| 209 |
-
"task": "motherboard",
|
| 210 |
-
"source_episode": "2026-05-11/episode_003",
|
| 211 |
-
"segment_idx": 3,
|
| 212 |
-
"frame_range": [
|
| 213 |
-
8593,
|
| 214 |
-
10031
|
| 215 |
-
],
|
| 216 |
-
"n_frames": 1439,
|
| 217 |
-
"duration_s": 47.967
|
| 218 |
-
},
|
| 219 |
-
{
|
| 220 |
-
"task": "motherboard",
|
| 221 |
-
"source_episode": "2026-05-11/episode_004",
|
| 222 |
-
"segment_idx": 0,
|
| 223 |
-
"frame_range": [
|
| 224 |
-
0,
|
| 225 |
-
2637
|
| 226 |
-
],
|
| 227 |
-
"n_frames": 2638,
|
| 228 |
-
"duration_s": 87.933
|
| 229 |
-
},
|
| 230 |
-
{
|
| 231 |
-
"task": "motherboard",
|
| 232 |
-
"source_episode": "2026-05-11/episode_005",
|
| 233 |
-
"segment_idx": 0,
|
| 234 |
-
"frame_range": [
|
| 235 |
-
0,
|
| 236 |
-
1566
|
| 237 |
-
],
|
| 238 |
-
"n_frames": 1567,
|
| 239 |
-
"duration_s": 52.233
|
| 240 |
-
},
|
| 241 |
-
{
|
| 242 |
-
"task": "motherboard",
|
| 243 |
-
"source_episode": "2026-05-11/episode_005",
|
| 244 |
-
"segment_idx": 1,
|
| 245 |
-
"frame_range": [
|
| 246 |
-
1577,
|
| 247 |
-
2593
|
| 248 |
-
],
|
| 249 |
-
"n_frames": 1017,
|
| 250 |
-
"duration_s": 33.9
|
| 251 |
-
},
|
| 252 |
-
{
|
| 253 |
-
"task": "motherboard",
|
| 254 |
-
"source_episode": "2026-05-11/episode_005",
|
| 255 |
-
"segment_idx": 2,
|
| 256 |
-
"frame_range": [
|
| 257 |
-
2619,
|
| 258 |
-
6964
|
| 259 |
-
],
|
| 260 |
-
"n_frames": 4346,
|
| 261 |
-
"duration_s": 144.867
|
| 262 |
-
},
|
| 263 |
-
{
|
| 264 |
-
"task": "motherboard",
|
| 265 |
-
"source_episode": "2026-05-11/episode_005",
|
| 266 |
-
"segment_idx": 3,
|
| 267 |
-
"frame_range": [
|
| 268 |
-
6974,
|
| 269 |
-
12817
|
| 270 |
-
],
|
| 271 |
-
"n_frames": 5844,
|
| 272 |
-
"duration_s": 194.8
|
| 273 |
-
},
|
| 274 |
-
{
|
| 275 |
-
"task": "motherboard",
|
| 276 |
-
"source_episode": "2026-05-11/episode_005",
|
| 277 |
-
"segment_idx": 4,
|
| 278 |
-
"frame_range": [
|
| 279 |
-
12835,
|
| 280 |
-
14497
|
| 281 |
-
],
|
| 282 |
-
"n_frames": 1663,
|
| 283 |
-
"duration_s": 55.433
|
| 284 |
-
},
|
| 285 |
-
{
|
| 286 |
-
"task": "motherboard",
|
| 287 |
-
"source_episode": "2026-05-11/episode_006",
|
| 288 |
-
"segment_idx": 0,
|
| 289 |
-
"frame_range": [
|
| 290 |
-
0,
|
| 291 |
-
11989
|
| 292 |
-
],
|
| 293 |
-
"n_frames": 11990,
|
| 294 |
-
"duration_s": 399.667
|
| 295 |
-
},
|
| 296 |
-
{
|
| 297 |
-
"task": "motherboard",
|
| 298 |
-
"source_episode": "2026-05-11/episode_007",
|
| 299 |
-
"segment_idx": 0,
|
| 300 |
-
"frame_range": [
|
| 301 |
-
0,
|
| 302 |
-
1394
|
| 303 |
-
],
|
| 304 |
-
"n_frames": 1395,
|
| 305 |
-
"duration_s": 46.5
|
| 306 |
-
},
|
| 307 |
-
{
|
| 308 |
-
"task": "motherboard",
|
| 309 |
-
"source_episode": "2026-05-11/episode_007",
|
| 310 |
-
"segment_idx": 1,
|
| 311 |
-
"frame_range": [
|
| 312 |
-
1404,
|
| 313 |
-
5572
|
| 314 |
-
],
|
| 315 |
-
"n_frames": 4169,
|
| 316 |
-
"duration_s": 138.967
|
| 317 |
-
},
|
| 318 |
-
{
|
| 319 |
-
"task": "motherboard",
|
| 320 |
-
"source_episode": "2026-05-11/episode_007",
|
| 321 |
-
"segment_idx": 2,
|
| 322 |
-
"frame_range": [
|
| 323 |
-
5582,
|
| 324 |
-
6907
|
| 325 |
-
],
|
| 326 |
-
"n_frames": 1326,
|
| 327 |
-
"duration_s": 44.2
|
| 328 |
-
},
|
| 329 |
-
{
|
| 330 |
-
"task": "motherboard",
|
| 331 |
-
"source_episode": "2026-05-11/episode_008",
|
| 332 |
-
"segment_idx": 0,
|
| 333 |
-
"frame_range": [
|
| 334 |
-
0,
|
| 335 |
-
2165
|
| 336 |
-
],
|
| 337 |
-
"n_frames": 2166,
|
| 338 |
-
"duration_s": 72.2
|
| 339 |
-
},
|
| 340 |
-
{
|
| 341 |
-
"task": "motherboard",
|
| 342 |
-
"source_episode": "2026-05-11/episode_008",
|
| 343 |
-
"segment_idx": 1,
|
| 344 |
-
"frame_range": [
|
| 345 |
-
2176,
|
| 346 |
-
11658
|
| 347 |
-
],
|
| 348 |
-
"n_frames": 9483,
|
| 349 |
-
"duration_s": 316.1
|
| 350 |
-
},
|
| 351 |
-
{
|
| 352 |
-
"task": "motherboard",
|
| 353 |
-
"source_episode": "2026-05-11/episode_008",
|
| 354 |
-
"segment_idx": 2,
|
| 355 |
-
"frame_range": [
|
| 356 |
-
11668,
|
| 357 |
-
13704
|
| 358 |
-
],
|
| 359 |
-
"n_frames": 2037,
|
| 360 |
-
"duration_s": 67.9
|
| 361 |
-
},
|
| 362 |
-
{
|
| 363 |
-
"task": "motherboard",
|
| 364 |
-
"source_episode": "2026-05-11/episode_009",
|
| 365 |
-
"segment_idx": 0,
|
| 366 |
-
"frame_range": [
|
| 367 |
-
0,
|
| 368 |
-
1629
|
| 369 |
-
],
|
| 370 |
-
"n_frames": 1630,
|
| 371 |
-
"duration_s": 54.333
|
| 372 |
-
},
|
| 373 |
-
{
|
| 374 |
-
"task": "motherboard",
|
| 375 |
-
"source_episode": "2026-05-11/episode_009",
|
| 376 |
-
"segment_idx": 1,
|
| 377 |
-
"frame_range": [
|
| 378 |
-
1639,
|
| 379 |
-
4365
|
| 380 |
-
],
|
| 381 |
-
"n_frames": 2727,
|
| 382 |
-
"duration_s": 90.9
|
| 383 |
-
},
|
| 384 |
-
{
|
| 385 |
-
"task": "motherboard",
|
| 386 |
-
"source_episode": "2026-05-11/episode_010",
|
| 387 |
-
"segment_idx": 0,
|
| 388 |
-
"frame_range": [
|
| 389 |
-
0,
|
| 390 |
-
6827
|
| 391 |
-
],
|
| 392 |
-
"n_frames": 6828,
|
| 393 |
-
"duration_s": 227.6
|
| 394 |
-
},
|
| 395 |
-
{
|
| 396 |
-
"task": "motherboard",
|
| 397 |
-
"source_episode": "2026-05-11/episode_011",
|
| 398 |
-
"segment_idx": 0,
|
| 399 |
-
"frame_range": [
|
| 400 |
-
0,
|
| 401 |
-
4248
|
| 402 |
-
],
|
| 403 |
-
"n_frames": 4249,
|
| 404 |
-
"duration_s": 141.633
|
| 405 |
-
},
|
| 406 |
-
{
|
| 407 |
-
"task": "motherboard",
|
| 408 |
-
"source_episode": "2026-05-11/episode_011",
|
| 409 |
-
"segment_idx": 1,
|
| 410 |
-
"frame_range": [
|
| 411 |
-
4258,
|
| 412 |
-
7298
|
| 413 |
-
],
|
| 414 |
-
"n_frames": 3041,
|
| 415 |
-
"duration_s": 101.367
|
| 416 |
-
},
|
| 417 |
-
{
|
| 418 |
-
"task": "motherboard",
|
| 419 |
-
"source_episode": "2026-05-11/episode_012",
|
| 420 |
-
"segment_idx": 0,
|
| 421 |
-
"frame_range": [
|
| 422 |
-
0,
|
| 423 |
-
14827
|
| 424 |
-
],
|
| 425 |
-
"n_frames": 14828,
|
| 426 |
-
"duration_s": 494.267
|
| 427 |
-
},
|
| 428 |
-
{
|
| 429 |
-
"task": "motherboard",
|
| 430 |
-
"source_episode": "2026-05-11/episode_013",
|
| 431 |
-
"segment_idx": 0,
|
| 432 |
-
"frame_range": [
|
| 433 |
-
0,
|
| 434 |
-
5764
|
| 435 |
-
],
|
| 436 |
-
"n_frames": 5765,
|
| 437 |
-
"duration_s": 192.167
|
| 438 |
-
},
|
| 439 |
-
{
|
| 440 |
-
"task": "motherboard",
|
| 441 |
-
"source_episode": "2026-05-11/episode_013",
|
| 442 |
-
"segment_idx": 1,
|
| 443 |
-
"frame_range": [
|
| 444 |
-
5795,
|
| 445 |
-
5868
|
| 446 |
-
],
|
| 447 |
-
"n_frames": 74,
|
| 448 |
-
"duration_s": 2.467
|
| 449 |
-
},
|
| 450 |
-
{
|
| 451 |
-
"task": "motherboard",
|
| 452 |
-
"source_episode": "2026-05-11/episode_013",
|
| 453 |
-
"segment_idx": 2,
|
| 454 |
-
"frame_range": [
|
| 455 |
-
5885,
|
| 456 |
-
5904
|
| 457 |
-
],
|
| 458 |
-
"n_frames": 20,
|
| 459 |
-
"duration_s": 0.667
|
| 460 |
-
},
|
| 461 |
-
{
|
| 462 |
-
"task": "motherboard",
|
| 463 |
-
"source_episode": "2026-05-11/episode_013",
|
| 464 |
-
"segment_idx": 3,
|
| 465 |
-
"frame_range": [
|
| 466 |
-
5986,
|
| 467 |
-
6144
|
| 468 |
-
],
|
| 469 |
-
"n_frames": 159,
|
| 470 |
-
"duration_s": 5.3
|
| 471 |
-
},
|
| 472 |
-
{
|
| 473 |
-
"task": "motherboard",
|
| 474 |
-
"source_episode": "2026-05-11/episode_013",
|
| 475 |
-
"segment_idx": 4,
|
| 476 |
-
"frame_range": [
|
| 477 |
-
6165,
|
| 478 |
-
6268
|
| 479 |
-
],
|
| 480 |
-
"n_frames": 104,
|
| 481 |
-
"duration_s": 3.467
|
| 482 |
-
},
|
| 483 |
-
{
|
| 484 |
-
"task": "motherboard",
|
| 485 |
-
"source_episode": "2026-05-11/episode_013",
|
| 486 |
-
"segment_idx": 5,
|
| 487 |
-
"frame_range": [
|
| 488 |
-
6288,
|
| 489 |
-
7679
|
| 490 |
-
],
|
| 491 |
-
"n_frames": 1392,
|
| 492 |
-
"duration_s": 46.4
|
| 493 |
-
},
|
| 494 |
-
{
|
| 495 |
-
"task": "motherboard",
|
| 496 |
-
"source_episode": "2026-05-11/episode_013",
|
| 497 |
-
"segment_idx": 6,
|
| 498 |
-
"frame_range": [
|
| 499 |
-
7717,
|
| 500 |
-
7764
|
| 501 |
-
],
|
| 502 |
-
"n_frames": 48,
|
| 503 |
-
"duration_s": 1.6
|
| 504 |
-
},
|
| 505 |
-
{
|
| 506 |
-
"task": "motherboard",
|
| 507 |
-
"source_episode": "2026-05-11/episode_013",
|
| 508 |
-
"segment_idx": 7,
|
| 509 |
-
"frame_range": [
|
| 510 |
-
7816,
|
| 511 |
-
8178
|
| 512 |
-
],
|
| 513 |
-
"n_frames": 363,
|
| 514 |
-
"duration_s": 12.1
|
| 515 |
-
},
|
| 516 |
-
{
|
| 517 |
-
"task": "motherboard",
|
| 518 |
-
"source_episode": "2026-05-11/episode_013",
|
| 519 |
-
"segment_idx": 8,
|
| 520 |
-
"frame_range": [
|
| 521 |
-
8187,
|
| 522 |
-
9632
|
| 523 |
-
],
|
| 524 |
-
"n_frames": 1446,
|
| 525 |
-
"duration_s": 48.2
|
| 526 |
-
},
|
| 527 |
-
{
|
| 528 |
-
"task": "motherboard",
|
| 529 |
-
"source_episode": "2026-05-11/episode_013",
|
| 530 |
-
"segment_idx": 9,
|
| 531 |
-
"frame_range": [
|
| 532 |
-
9694,
|
| 533 |
-
9711
|
| 534 |
-
],
|
| 535 |
-
"n_frames": 18,
|
| 536 |
-
"duration_s": 0.6
|
| 537 |
-
},
|
| 538 |
-
{
|
| 539 |
-
"task": "motherboard",
|
| 540 |
-
"source_episode": "2026-05-11/episode_013",
|
| 541 |
-
"segment_idx": 10,
|
| 542 |
-
"frame_range": [
|
| 543 |
-
9849,
|
| 544 |
-
10169
|
| 545 |
-
],
|
| 546 |
-
"n_frames": 321,
|
| 547 |
-
"duration_s": 10.7
|
| 548 |
-
},
|
| 549 |
-
{
|
| 550 |
-
"task": "motherboard",
|
| 551 |
-
"source_episode": "2026-05-11/episode_013",
|
| 552 |
-
"segment_idx": 11,
|
| 553 |
-
"frame_range": [
|
| 554 |
-
10192,
|
| 555 |
-
11360
|
| 556 |
-
],
|
| 557 |
-
"n_frames": 1169,
|
| 558 |
-
"duration_s": 38.967
|
| 559 |
-
},
|
| 560 |
-
{
|
| 561 |
-
"task": "motherboard",
|
| 562 |
-
"source_episode": "2026-05-11/episode_013",
|
| 563 |
-
"segment_idx": 12,
|
| 564 |
-
"frame_range": [
|
| 565 |
-
11408,
|
| 566 |
-
11453
|
| 567 |
-
],
|
| 568 |
-
"n_frames": 46,
|
| 569 |
-
"duration_s": 1.533
|
| 570 |
-
},
|
| 571 |
-
{
|
| 572 |
-
"task": "motherboard",
|
| 573 |
-
"source_episode": "2026-05-11/episode_013",
|
| 574 |
-
"segment_idx": 13,
|
| 575 |
-
"frame_range": [
|
| 576 |
-
11540,
|
| 577 |
-
11584
|
| 578 |
-
],
|
| 579 |
-
"n_frames": 45,
|
| 580 |
-
"duration_s": 1.5
|
| 581 |
-
},
|
| 582 |
-
{
|
| 583 |
-
"task": "motherboard",
|
| 584 |
-
"source_episode": "2026-05-11/episode_013",
|
| 585 |
-
"segment_idx": 14,
|
| 586 |
-
"frame_range": [
|
| 587 |
-
11637,
|
| 588 |
-
11755
|
| 589 |
-
],
|
| 590 |
-
"n_frames": 119,
|
| 591 |
-
"duration_s": 3.967
|
| 592 |
-
},
|
| 593 |
-
{
|
| 594 |
-
"task": "motherboard",
|
| 595 |
-
"source_episode": "2026-05-11/episode_013",
|
| 596 |
-
"segment_idx": 15,
|
| 597 |
-
"frame_range": [
|
| 598 |
-
11783,
|
| 599 |
-
12723
|
| 600 |
-
],
|
| 601 |
-
"n_frames": 941,
|
| 602 |
-
"duration_s": 31.367
|
| 603 |
-
},
|
| 604 |
-
{
|
| 605 |
-
"task": "motherboard",
|
| 606 |
-
"source_episode": "2026-05-11/episode_014",
|
| 607 |
-
"segment_idx": 0,
|
| 608 |
-
"frame_range": [
|
| 609 |
-
0,
|
| 610 |
-
920
|
| 611 |
-
],
|
| 612 |
-
"n_frames": 921,
|
| 613 |
-
"duration_s": 30.7
|
| 614 |
-
},
|
| 615 |
-
{
|
| 616 |
-
"task": "motherboard",
|
| 617 |
-
"source_episode": "2026-05-11/episode_014",
|
| 618 |
-
"segment_idx": 1,
|
| 619 |
-
"frame_range": [
|
| 620 |
-
980,
|
| 621 |
-
1692
|
| 622 |
-
],
|
| 623 |
-
"n_frames": 713,
|
| 624 |
-
"duration_s": 23.767
|
| 625 |
-
},
|
| 626 |
-
{
|
| 627 |
-
"task": "motherboard",
|
| 628 |
-
"source_episode": "2026-05-11/episode_014",
|
| 629 |
-
"segment_idx": 2,
|
| 630 |
-
"frame_range": [
|
| 631 |
-
1720,
|
| 632 |
-
2023
|
| 633 |
-
],
|
| 634 |
-
"n_frames": 304,
|
| 635 |
-
"duration_s": 10.133
|
| 636 |
-
},
|
| 637 |
-
{
|
| 638 |
-
"task": "motherboard",
|
| 639 |
-
"source_episode": "2026-05-11/episode_014",
|
| 640 |
-
"segment_idx": 3,
|
| 641 |
-
"frame_range": [
|
| 642 |
-
2112,
|
| 643 |
-
2415
|
| 644 |
-
],
|
| 645 |
-
"n_frames": 304,
|
| 646 |
-
"duration_s": 10.133
|
| 647 |
-
},
|
| 648 |
-
{
|
| 649 |
-
"task": "motherboard",
|
| 650 |
-
"source_episode": "2026-05-11/episode_015",
|
| 651 |
-
"segment_idx": 0,
|
| 652 |
-
"frame_range": [
|
| 653 |
-
0,
|
| 654 |
-
1489
|
| 655 |
-
],
|
| 656 |
-
"n_frames": 1490,
|
| 657 |
-
"duration_s": 49.667
|
| 658 |
-
},
|
| 659 |
-
{
|
| 660 |
-
"task": "motherboard",
|
| 661 |
-
"source_episode": "2026-05-11/episode_015",
|
| 662 |
-
"segment_idx": 1,
|
| 663 |
-
"frame_range": [
|
| 664 |
-
1516,
|
| 665 |
-
2148
|
| 666 |
-
],
|
| 667 |
-
"n_frames": 633,
|
| 668 |
-
"duration_s": 21.1
|
| 669 |
-
},
|
| 670 |
-
{
|
| 671 |
-
"task": "motherboard",
|
| 672 |
-
"source_episode": "2026-05-11/episode_015",
|
| 673 |
-
"segment_idx": 2,
|
| 674 |
-
"frame_range": [
|
| 675 |
-
2322,
|
| 676 |
-
2708
|
| 677 |
-
],
|
| 678 |
-
"n_frames": 387,
|
| 679 |
-
"duration_s": 12.9
|
| 680 |
-
},
|
| 681 |
-
{
|
| 682 |
-
"task": "motherboard",
|
| 683 |
-
"source_episode": "2026-05-11/episode_015",
|
| 684 |
-
"segment_idx": 3,
|
| 685 |
-
"frame_range": [
|
| 686 |
-
2727,
|
| 687 |
-
3588
|
| 688 |
-
],
|
| 689 |
-
"n_frames": 862,
|
| 690 |
-
"duration_s": 28.733
|
| 691 |
-
},
|
| 692 |
-
{
|
| 693 |
-
"task": "motherboard",
|
| 694 |
-
"source_episode": "2026-05-11/episode_015",
|
| 695 |
-
"segment_idx": 4,
|
| 696 |
-
"frame_range": [
|
| 697 |
-
3705,
|
| 698 |
-
4145
|
| 699 |
-
],
|
| 700 |
-
"n_frames": 441,
|
| 701 |
-
"duration_s": 14.7
|
| 702 |
-
},
|
| 703 |
-
{
|
| 704 |
-
"task": "motherboard",
|
| 705 |
-
"source_episode": "2026-05-11/episode_015",
|
| 706 |
-
"segment_idx": 5,
|
| 707 |
-
"frame_range": [
|
| 708 |
-
4182,
|
| 709 |
-
4827
|
| 710 |
-
],
|
| 711 |
-
"n_frames": 646,
|
| 712 |
-
"duration_s": 21.533
|
| 713 |
-
},
|
| 714 |
-
{
|
| 715 |
-
"task": "motherboard",
|
| 716 |
-
"source_episode": "2026-05-11/episode_015",
|
| 717 |
-
"segment_idx": 6,
|
| 718 |
-
"frame_range": [
|
| 719 |
-
4899,
|
| 720 |
-
5371
|
| 721 |
-
],
|
| 722 |
-
"n_frames": 473,
|
| 723 |
-
"duration_s": 15.767
|
| 724 |
-
},
|
| 725 |
-
{
|
| 726 |
-
"task": "motherboard",
|
| 727 |
-
"source_episode": "2026-05-11/episode_015",
|
| 728 |
-
"segment_idx": 7,
|
| 729 |
-
"frame_range": [
|
| 730 |
-
5400,
|
| 731 |
-
5958
|
| 732 |
-
],
|
| 733 |
-
"n_frames": 559,
|
| 734 |
-
"duration_s": 18.633
|
| 735 |
-
},
|
| 736 |
-
{
|
| 737 |
-
"task": "motherboard",
|
| 738 |
-
"source_episode": "2026-05-11/episode_016",
|
| 739 |
-
"segment_idx": 0,
|
| 740 |
-
"frame_range": [
|
| 741 |
-
0,
|
| 742 |
-
938
|
| 743 |
-
],
|
| 744 |
-
"n_frames": 939,
|
| 745 |
-
"duration_s": 31.3
|
| 746 |
-
},
|
| 747 |
-
{
|
| 748 |
-
"task": "motherboard",
|
| 749 |
-
"source_episode": "2026-05-11/episode_016",
|
| 750 |
-
"segment_idx": 1,
|
| 751 |
-
"frame_range": [
|
| 752 |
-
1018,
|
| 753 |
-
1051
|
| 754 |
-
],
|
| 755 |
-
"n_frames": 34,
|
| 756 |
-
"duration_s": 1.133
|
| 757 |
-
},
|
| 758 |
-
{
|
| 759 |
-
"task": "motherboard",
|
| 760 |
-
"source_episode": "2026-05-11/episode_016",
|
| 761 |
-
"segment_idx": 2,
|
| 762 |
-
"frame_range": [
|
| 763 |
-
1084,
|
| 764 |
-
1143
|
| 765 |
-
],
|
| 766 |
-
"n_frames": 60,
|
| 767 |
-
"duration_s": 2.0
|
| 768 |
-
},
|
| 769 |
-
{
|
| 770 |
-
"task": "motherboard",
|
| 771 |
-
"source_episode": "2026-05-11/episode_016",
|
| 772 |
-
"segment_idx": 3,
|
| 773 |
-
"frame_range": [
|
| 774 |
-
1152,
|
| 775 |
-
1183
|
| 776 |
-
],
|
| 777 |
-
"n_frames": 32,
|
| 778 |
-
"duration_s": 1.067
|
| 779 |
-
},
|
| 780 |
-
{
|
| 781 |
-
"task": "motherboard",
|
| 782 |
-
"source_episode": "2026-05-11/episode_016",
|
| 783 |
-
"segment_idx": 4,
|
| 784 |
-
"frame_range": [
|
| 785 |
-
1192,
|
| 786 |
-
3737
|
| 787 |
-
],
|
| 788 |
-
"n_frames": 2546,
|
| 789 |
-
"duration_s": 84.867
|
| 790 |
-
},
|
| 791 |
-
{
|
| 792 |
-
"task": "motherboard",
|
| 793 |
-
"source_episode": "2026-05-11/episode_016",
|
| 794 |
-
"segment_idx": 5,
|
| 795 |
-
"frame_range": [
|
| 796 |
-
3746,
|
| 797 |
-
4920
|
| 798 |
-
],
|
| 799 |
-
"n_frames": 1175,
|
| 800 |
-
"duration_s": 39.167
|
| 801 |
-
},
|
| 802 |
-
{
|
| 803 |
-
"task": "motherboard",
|
| 804 |
-
"source_episode": "2026-05-11/episode_016",
|
| 805 |
-
"segment_idx": 6,
|
| 806 |
-
"frame_range": [
|
| 807 |
-
4951,
|
| 808 |
-
5102
|
| 809 |
-
],
|
| 810 |
-
"n_frames": 152,
|
| 811 |
-
"duration_s": 5.067
|
| 812 |
-
},
|
| 813 |
-
{
|
| 814 |
-
"task": "motherboard",
|
| 815 |
-
"source_episode": "2026-05-11/episode_016",
|
| 816 |
-
"segment_idx": 7,
|
| 817 |
-
"frame_range": [
|
| 818 |
-
5143,
|
| 819 |
-
7925
|
| 820 |
-
],
|
| 821 |
-
"n_frames": 2783,
|
| 822 |
-
"duration_s": 92.767
|
| 823 |
-
},
|
| 824 |
-
{
|
| 825 |
-
"task": "motherboard",
|
| 826 |
-
"source_episode": "2026-05-11/episode_016",
|
| 827 |
-
"segment_idx": 8,
|
| 828 |
-
"frame_range": [
|
| 829 |
-
7949,
|
| 830 |
-
11895
|
| 831 |
-
],
|
| 832 |
-
"n_frames": 3947,
|
| 833 |
-
"duration_s": 131.567
|
| 834 |
-
},
|
| 835 |
-
{
|
| 836 |
-
"task": "motherboard",
|
| 837 |
-
"source_episode": "2026-05-11/episode_017",
|
| 838 |
-
"segment_idx": 0,
|
| 839 |
-
"frame_range": [
|
| 840 |
-
0,
|
| 841 |
-
14510
|
| 842 |
-
],
|
| 843 |
-
"n_frames": 14511,
|
| 844 |
-
"duration_s": 483.7
|
| 845 |
-
},
|
| 846 |
-
{
|
| 847 |
-
"task": "motherboard",
|
| 848 |
-
"source_episode": "2026-05-19/episode_000",
|
| 849 |
-
"segment_idx": 0,
|
| 850 |
-
"frame_range": [
|
| 851 |
-
0,
|
| 852 |
-
1433
|
| 853 |
-
],
|
| 854 |
-
"n_frames": 1434,
|
| 855 |
-
"duration_s": 47.8
|
| 856 |
-
},
|
| 857 |
-
{
|
| 858 |
-
"task": "motherboard",
|
| 859 |
-
"source_episode": "2026-05-19/episode_001",
|
| 860 |
-
"segment_idx": 0,
|
| 861 |
-
"frame_range": [
|
| 862 |
-
0,
|
| 863 |
-
739
|
| 864 |
-
],
|
| 865 |
-
"n_frames": 740,
|
| 866 |
-
"duration_s": 24.667
|
| 867 |
-
},
|
| 868 |
-
{
|
| 869 |
-
"task": "motherboard",
|
| 870 |
-
"source_episode": "2026-05-19/episode_002",
|
| 871 |
-
"segment_idx": 0,
|
| 872 |
-
"frame_range": [
|
| 873 |
-
0,
|
| 874 |
-
1709
|
| 875 |
-
],
|
| 876 |
-
"n_frames": 1710,
|
| 877 |
-
"duration_s": 57.0
|
| 878 |
-
},
|
| 879 |
-
{
|
| 880 |
-
"task": "motherboard",
|
| 881 |
-
"source_episode": "2026-05-19/episode_003",
|
| 882 |
-
"segment_idx": 0,
|
| 883 |
-
"frame_range": [
|
| 884 |
-
0,
|
| 885 |
-
120
|
| 886 |
-
],
|
| 887 |
-
"n_frames": 121,
|
| 888 |
-
"duration_s": 4.033
|
| 889 |
-
},
|
| 890 |
-
{
|
| 891 |
-
"task": "motherboard",
|
| 892 |
-
"source_episode": "2026-05-19/episode_004",
|
| 893 |
-
"segment_idx": 0,
|
| 894 |
-
"frame_range": [
|
| 895 |
-
0,
|
| 896 |
-
208
|
| 897 |
-
],
|
| 898 |
-
"n_frames": 209,
|
| 899 |
-
"duration_s": 6.967
|
| 900 |
-
},
|
| 901 |
{
|
| 902 |
"task": "motherboard",
|
| 903 |
"source_episode": "2026-09-11/episode_000",
|
|
|
|
| 2 |
"task": "motherboard",
|
| 3 |
"schema": "segments_v2_video",
|
| 4 |
"description": "Each entry indexes a contiguous clean span within an episode's videos (data/<task>/videos/<date>/episode_NNN/*.mp4) and parquet. frame_range is [a,b] inclusive in episode-video frame coords.",
|
| 5 |
+
"n_segments": 11,
|
| 6 |
"total_frames": 192626,
|
| 7 |
"total_duration_min": 107.01,
|
| 8 |
"min_segment_frames_kept": 16,
|
| 9 |
"segments": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
{
|
| 11 |
"task": "motherboard",
|
| 12 |
"source_episode": "2026-09-11/episode_000",
|
old_data/README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# old_data
|
| 2 |
+
|
| 3 |
+
The sessions recorded before 2026-09, moved here unchanged on 2026-09-12.
|
| 4 |
+
|
| 5 |
+
| task | dates | why it is separate |
|
| 6 |
+
|---|---|---|
|
| 7 |
+
| motherboard | 2026-05-10, 05-11, 05-19 | no wrist camera; earlier calibration epoch |
|
| 8 |
+
| pushT | 2026-06-18 | no wrist camera; earlier calibration epoch |
|
| 9 |
+
|
| 10 |
+
`data/` holds the 2026-09 sessions, which add two wrist cameras and are
|
| 11 |
+
published cut to their clean spans: every frame under `data/` has passed
|
| 12 |
+
every quality detector, so there is no skip-list to consult. The episodes
|
| 13 |
+
here are NOT cut that way -- `bad_frames.json` and `segments.json` beside
|
| 14 |
+
them describe their defects, and a reader who ignores those files will
|
| 15 |
+
train on them.
|
| 16 |
+
|
| 17 |
+
Their source HDF5 no longer exists (deleted 2026-09-09 to make room for
|
| 18 |
+
re-collection), so these can be read and republished but never
|
| 19 |
+
re-processed. The calibration each one needs is in `calibration/` here.
|
old_data/motherboard/bad_frames.json
ADDED
|
@@ -0,0 +1,723 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "motherboard",
|
| 3 |
+
"tau_intensity": 30.0,
|
| 4 |
+
"tau_velocity_mps": 5.0,
|
| 5 |
+
"tau_angular_rad_per_s": 15.0,
|
| 6 |
+
"freeze_threshold_s": 0.25,
|
| 7 |
+
"buffer_frames": 3,
|
| 8 |
+
"video_corruption": {
|
| 9 |
+
"scan_res": [
|
| 10 |
+
160,
|
| 11 |
+
120
|
| 12 |
+
],
|
| 13 |
+
"metric": "rgb_max_channel",
|
| 14 |
+
"spike_abs": 25.0,
|
| 15 |
+
"spike_rel": 4.0,
|
| 16 |
+
"burst_max_frames": 15,
|
| 17 |
+
"gel_magenta_margin": 50,
|
| 18 |
+
"gel_magenta_rowfill": 0.25
|
| 19 |
+
},
|
| 20 |
+
"summary": {
|
| 21 |
+
"n_episodes": 32,
|
| 22 |
+
"total_frames": 194445,
|
| 23 |
+
"total_bad_frames": 1797,
|
| 24 |
+
"bad_fraction_overall": 0.0092
|
| 25 |
+
},
|
| 26 |
+
"episodes": {
|
| 27 |
+
"2026-05-10/episode_000": {
|
| 28 |
+
"n_frames": 6890,
|
| 29 |
+
"duration_s": 229.667,
|
| 30 |
+
"intensity_spikes": [],
|
| 31 |
+
"pose_teleports_L": [],
|
| 32 |
+
"pose_teleports_R": [],
|
| 33 |
+
"ot_loss_L": [],
|
| 34 |
+
"ot_loss_R": [],
|
| 35 |
+
"cam_corruption": [],
|
| 36 |
+
"tactile_corruption": [],
|
| 37 |
+
"total_bad_frames": 0,
|
| 38 |
+
"bad_fraction": 0.0
|
| 39 |
+
},
|
| 40 |
+
"2026-05-10/episode_001": {
|
| 41 |
+
"n_frames": 7621,
|
| 42 |
+
"duration_s": 254.033,
|
| 43 |
+
"intensity_spikes": [],
|
| 44 |
+
"pose_teleports_L": [
|
| 45 |
+
[
|
| 46 |
+
7083,
|
| 47 |
+
7090
|
| 48 |
+
],
|
| 49 |
+
[
|
| 50 |
+
7142,
|
| 51 |
+
7149
|
| 52 |
+
]
|
| 53 |
+
],
|
| 54 |
+
"pose_teleports_R": [],
|
| 55 |
+
"ot_loss_L": [
|
| 56 |
+
[
|
| 57 |
+
5503,
|
| 58 |
+
5513
|
| 59 |
+
],
|
| 60 |
+
[
|
| 61 |
+
7062,
|
| 62 |
+
7153
|
| 63 |
+
]
|
| 64 |
+
],
|
| 65 |
+
"ot_loss_R": [],
|
| 66 |
+
"cam_corruption": [],
|
| 67 |
+
"tactile_corruption": [],
|
| 68 |
+
"total_bad_frames": 103,
|
| 69 |
+
"bad_fraction": 0.0135
|
| 70 |
+
},
|
| 71 |
+
"2026-05-10/episode_002": {
|
| 72 |
+
"n_frames": 10475,
|
| 73 |
+
"duration_s": 349.167,
|
| 74 |
+
"intensity_spikes": [],
|
| 75 |
+
"pose_teleports_L": [
|
| 76 |
+
[
|
| 77 |
+
10311,
|
| 78 |
+
10318
|
| 79 |
+
]
|
| 80 |
+
],
|
| 81 |
+
"pose_teleports_R": [],
|
| 82 |
+
"ot_loss_L": [],
|
| 83 |
+
"ot_loss_R": [],
|
| 84 |
+
"cam_corruption": [],
|
| 85 |
+
"tactile_corruption": [],
|
| 86 |
+
"total_bad_frames": 8,
|
| 87 |
+
"bad_fraction": 0.0008
|
| 88 |
+
},
|
| 89 |
+
"2026-05-10/episode_003": {
|
| 90 |
+
"n_frames": 9262,
|
| 91 |
+
"duration_s": 308.733,
|
| 92 |
+
"intensity_spikes": [],
|
| 93 |
+
"pose_teleports_L": [],
|
| 94 |
+
"pose_teleports_R": [],
|
| 95 |
+
"ot_loss_L": [],
|
| 96 |
+
"ot_loss_R": [],
|
| 97 |
+
"cam_corruption": [],
|
| 98 |
+
"tactile_corruption": [],
|
| 99 |
+
"total_bad_frames": 0,
|
| 100 |
+
"bad_fraction": 0.0
|
| 101 |
+
},
|
| 102 |
+
"2026-05-10/episode_004": {
|
| 103 |
+
"n_frames": 2406,
|
| 104 |
+
"duration_s": 80.2,
|
| 105 |
+
"intensity_spikes": [],
|
| 106 |
+
"pose_teleports_L": [],
|
| 107 |
+
"pose_teleports_R": [],
|
| 108 |
+
"ot_loss_L": [],
|
| 109 |
+
"ot_loss_R": [],
|
| 110 |
+
"cam_corruption": [],
|
| 111 |
+
"tactile_corruption": [],
|
| 112 |
+
"total_bad_frames": 0,
|
| 113 |
+
"bad_fraction": 0.0
|
| 114 |
+
},
|
| 115 |
+
"2026-05-10/episode_005": {
|
| 116 |
+
"n_frames": 763,
|
| 117 |
+
"duration_s": 25.433,
|
| 118 |
+
"intensity_spikes": [],
|
| 119 |
+
"pose_teleports_L": [],
|
| 120 |
+
"pose_teleports_R": [],
|
| 121 |
+
"ot_loss_L": [],
|
| 122 |
+
"ot_loss_R": [],
|
| 123 |
+
"cam_corruption": [],
|
| 124 |
+
"tactile_corruption": [],
|
| 125 |
+
"total_bad_frames": 0,
|
| 126 |
+
"bad_fraction": 0.0
|
| 127 |
+
},
|
| 128 |
+
"2026-05-10/episode_006": {
|
| 129 |
+
"n_frames": 3925,
|
| 130 |
+
"duration_s": 130.833,
|
| 131 |
+
"intensity_spikes": [],
|
| 132 |
+
"pose_teleports_L": [],
|
| 133 |
+
"pose_teleports_R": [],
|
| 134 |
+
"ot_loss_L": [],
|
| 135 |
+
"ot_loss_R": [],
|
| 136 |
+
"cam_corruption": [],
|
| 137 |
+
"tactile_corruption": [],
|
| 138 |
+
"total_bad_frames": 0,
|
| 139 |
+
"bad_fraction": 0.0
|
| 140 |
+
},
|
| 141 |
+
"2026-05-10/episode_007": {
|
| 142 |
+
"n_frames": 1927,
|
| 143 |
+
"duration_s": 64.233,
|
| 144 |
+
"intensity_spikes": [],
|
| 145 |
+
"pose_teleports_L": [],
|
| 146 |
+
"pose_teleports_R": [],
|
| 147 |
+
"ot_loss_L": [],
|
| 148 |
+
"ot_loss_R": [],
|
| 149 |
+
"cam_corruption": [],
|
| 150 |
+
"tactile_corruption": [],
|
| 151 |
+
"total_bad_frames": 0,
|
| 152 |
+
"bad_fraction": 0.0
|
| 153 |
+
},
|
| 154 |
+
"2026-05-10/episode_008": {
|
| 155 |
+
"n_frames": 1305,
|
| 156 |
+
"duration_s": 43.5,
|
| 157 |
+
"intensity_spikes": [],
|
| 158 |
+
"pose_teleports_L": [],
|
| 159 |
+
"pose_teleports_R": [],
|
| 160 |
+
"ot_loss_L": [],
|
| 161 |
+
"ot_loss_R": [],
|
| 162 |
+
"cam_corruption": [],
|
| 163 |
+
"tactile_corruption": [],
|
| 164 |
+
"total_bad_frames": 0,
|
| 165 |
+
"bad_fraction": 0.0
|
| 166 |
+
},
|
| 167 |
+
"2026-05-10/episode_009": {
|
| 168 |
+
"n_frames": 1823,
|
| 169 |
+
"duration_s": 60.767,
|
| 170 |
+
"intensity_spikes": [],
|
| 171 |
+
"pose_teleports_L": [],
|
| 172 |
+
"pose_teleports_R": [],
|
| 173 |
+
"ot_loss_L": [],
|
| 174 |
+
"ot_loss_R": [],
|
| 175 |
+
"cam_corruption": [],
|
| 176 |
+
"tactile_corruption": [],
|
| 177 |
+
"total_bad_frames": 0,
|
| 178 |
+
"bad_fraction": 0.0
|
| 179 |
+
},
|
| 180 |
+
"2026-05-10/episode_010": {
|
| 181 |
+
"n_frames": 1035,
|
| 182 |
+
"duration_s": 34.5,
|
| 183 |
+
"intensity_spikes": [],
|
| 184 |
+
"pose_teleports_L": [],
|
| 185 |
+
"pose_teleports_R": [],
|
| 186 |
+
"ot_loss_L": [],
|
| 187 |
+
"ot_loss_R": [],
|
| 188 |
+
"cam_corruption": [],
|
| 189 |
+
"tactile_corruption": [],
|
| 190 |
+
"total_bad_frames": 0,
|
| 191 |
+
"bad_fraction": 0.0
|
| 192 |
+
},
|
| 193 |
+
"2026-05-10/episode_011": {
|
| 194 |
+
"n_frames": 2201,
|
| 195 |
+
"duration_s": 73.367,
|
| 196 |
+
"intensity_spikes": [],
|
| 197 |
+
"pose_teleports_L": [],
|
| 198 |
+
"pose_teleports_R": [],
|
| 199 |
+
"ot_loss_L": [],
|
| 200 |
+
"ot_loss_R": [],
|
| 201 |
+
"cam_corruption": [],
|
| 202 |
+
"tactile_corruption": [],
|
| 203 |
+
"total_bad_frames": 0,
|
| 204 |
+
"bad_fraction": 0.0
|
| 205 |
+
},
|
| 206 |
+
"2026-05-11/episode_003": {
|
| 207 |
+
"n_frames": 10032,
|
| 208 |
+
"duration_s": 334.4,
|
| 209 |
+
"intensity_spikes": [
|
| 210 |
+
[
|
| 211 |
+
247,
|
| 212 |
+
255
|
| 213 |
+
],
|
| 214 |
+
[
|
| 215 |
+
8583,
|
| 216 |
+
8592
|
| 217 |
+
]
|
| 218 |
+
],
|
| 219 |
+
"pose_teleports_L": [],
|
| 220 |
+
"pose_teleports_R": [],
|
| 221 |
+
"ot_loss_L": [],
|
| 222 |
+
"ot_loss_R": [],
|
| 223 |
+
"cam_corruption": [],
|
| 224 |
+
"tactile_corruption": [
|
| 225 |
+
[
|
| 226 |
+
247,
|
| 227 |
+
255
|
| 228 |
+
],
|
| 229 |
+
[
|
| 230 |
+
2080,
|
| 231 |
+
2088
|
| 232 |
+
],
|
| 233 |
+
[
|
| 234 |
+
8583,
|
| 235 |
+
8592
|
| 236 |
+
]
|
| 237 |
+
],
|
| 238 |
+
"total_bad_frames": 28,
|
| 239 |
+
"bad_fraction": 0.0028
|
| 240 |
+
},
|
| 241 |
+
"2026-05-11/episode_004": {
|
| 242 |
+
"n_frames": 2638,
|
| 243 |
+
"duration_s": 87.933,
|
| 244 |
+
"intensity_spikes": [],
|
| 245 |
+
"pose_teleports_L": [],
|
| 246 |
+
"pose_teleports_R": [],
|
| 247 |
+
"ot_loss_L": [],
|
| 248 |
+
"ot_loss_R": [],
|
| 249 |
+
"cam_corruption": [],
|
| 250 |
+
"tactile_corruption": [],
|
| 251 |
+
"total_bad_frames": 0,
|
| 252 |
+
"bad_fraction": 0.0
|
| 253 |
+
},
|
| 254 |
+
"2026-05-11/episode_005": {
|
| 255 |
+
"n_frames": 14498,
|
| 256 |
+
"duration_s": 483.267,
|
| 257 |
+
"intensity_spikes": [],
|
| 258 |
+
"pose_teleports_L": [],
|
| 259 |
+
"pose_teleports_R": [],
|
| 260 |
+
"ot_loss_L": [
|
| 261 |
+
[
|
| 262 |
+
12818,
|
| 263 |
+
12834
|
| 264 |
+
]
|
| 265 |
+
],
|
| 266 |
+
"ot_loss_R": [
|
| 267 |
+
[
|
| 268 |
+
2594,
|
| 269 |
+
2618
|
| 270 |
+
]
|
| 271 |
+
],
|
| 272 |
+
"cam_corruption": [],
|
| 273 |
+
"tactile_corruption": [
|
| 274 |
+
[
|
| 275 |
+
1567,
|
| 276 |
+
1576
|
| 277 |
+
],
|
| 278 |
+
[
|
| 279 |
+
6965,
|
| 280 |
+
6973
|
| 281 |
+
]
|
| 282 |
+
],
|
| 283 |
+
"total_bad_frames": 61,
|
| 284 |
+
"bad_fraction": 0.0042
|
| 285 |
+
},
|
| 286 |
+
"2026-05-11/episode_006": {
|
| 287 |
+
"n_frames": 11990,
|
| 288 |
+
"duration_s": 399.667,
|
| 289 |
+
"intensity_spikes": [],
|
| 290 |
+
"pose_teleports_L": [],
|
| 291 |
+
"pose_teleports_R": [],
|
| 292 |
+
"ot_loss_L": [],
|
| 293 |
+
"ot_loss_R": [],
|
| 294 |
+
"cam_corruption": [],
|
| 295 |
+
"tactile_corruption": [],
|
| 296 |
+
"total_bad_frames": 0,
|
| 297 |
+
"bad_fraction": 0.0
|
| 298 |
+
},
|
| 299 |
+
"2026-05-11/episode_007": {
|
| 300 |
+
"n_frames": 6908,
|
| 301 |
+
"duration_s": 230.267,
|
| 302 |
+
"intensity_spikes": [
|
| 303 |
+
[
|
| 304 |
+
5573,
|
| 305 |
+
5581
|
| 306 |
+
]
|
| 307 |
+
],
|
| 308 |
+
"pose_teleports_L": [],
|
| 309 |
+
"pose_teleports_R": [],
|
| 310 |
+
"ot_loss_L": [],
|
| 311 |
+
"ot_loss_R": [],
|
| 312 |
+
"cam_corruption": [],
|
| 313 |
+
"tactile_corruption": [
|
| 314 |
+
[
|
| 315 |
+
1395,
|
| 316 |
+
1403
|
| 317 |
+
],
|
| 318 |
+
[
|
| 319 |
+
5573,
|
| 320 |
+
5581
|
| 321 |
+
]
|
| 322 |
+
],
|
| 323 |
+
"total_bad_frames": 18,
|
| 324 |
+
"bad_fraction": 0.0026
|
| 325 |
+
},
|
| 326 |
+
"2026-05-11/episode_008": {
|
| 327 |
+
"n_frames": 13705,
|
| 328 |
+
"duration_s": 456.833,
|
| 329 |
+
"intensity_spikes": [
|
| 330 |
+
[
|
| 331 |
+
2166,
|
| 332 |
+
2175
|
| 333 |
+
],
|
| 334 |
+
[
|
| 335 |
+
11659,
|
| 336 |
+
11667
|
| 337 |
+
]
|
| 338 |
+
],
|
| 339 |
+
"pose_teleports_L": [],
|
| 340 |
+
"pose_teleports_R": [],
|
| 341 |
+
"ot_loss_L": [],
|
| 342 |
+
"ot_loss_R": [],
|
| 343 |
+
"cam_corruption": [],
|
| 344 |
+
"tactile_corruption": [
|
| 345 |
+
[
|
| 346 |
+
2166,
|
| 347 |
+
2175
|
| 348 |
+
],
|
| 349 |
+
[
|
| 350 |
+
11659,
|
| 351 |
+
11667
|
| 352 |
+
]
|
| 353 |
+
],
|
| 354 |
+
"total_bad_frames": 19,
|
| 355 |
+
"bad_fraction": 0.0014
|
| 356 |
+
},
|
| 357 |
+
"2026-05-11/episode_009": {
|
| 358 |
+
"n_frames": 4366,
|
| 359 |
+
"duration_s": 145.533,
|
| 360 |
+
"intensity_spikes": [],
|
| 361 |
+
"pose_teleports_L": [],
|
| 362 |
+
"pose_teleports_R": [],
|
| 363 |
+
"ot_loss_L": [],
|
| 364 |
+
"ot_loss_R": [],
|
| 365 |
+
"cam_corruption": [],
|
| 366 |
+
"tactile_corruption": [
|
| 367 |
+
[
|
| 368 |
+
1630,
|
| 369 |
+
1638
|
| 370 |
+
]
|
| 371 |
+
],
|
| 372 |
+
"total_bad_frames": 9,
|
| 373 |
+
"bad_fraction": 0.0021
|
| 374 |
+
},
|
| 375 |
+
"2026-05-11/episode_010": {
|
| 376 |
+
"n_frames": 6828,
|
| 377 |
+
"duration_s": 227.6,
|
| 378 |
+
"intensity_spikes": [],
|
| 379 |
+
"pose_teleports_L": [],
|
| 380 |
+
"pose_teleports_R": [],
|
| 381 |
+
"ot_loss_L": [],
|
| 382 |
+
"ot_loss_R": [],
|
| 383 |
+
"cam_corruption": [],
|
| 384 |
+
"tactile_corruption": [],
|
| 385 |
+
"total_bad_frames": 0,
|
| 386 |
+
"bad_fraction": 0.0
|
| 387 |
+
},
|
| 388 |
+
"2026-05-11/episode_011": {
|
| 389 |
+
"n_frames": 7299,
|
| 390 |
+
"duration_s": 243.3,
|
| 391 |
+
"intensity_spikes": [
|
| 392 |
+
[
|
| 393 |
+
4249,
|
| 394 |
+
4257
|
| 395 |
+
]
|
| 396 |
+
],
|
| 397 |
+
"pose_teleports_L": [],
|
| 398 |
+
"pose_teleports_R": [],
|
| 399 |
+
"ot_loss_L": [],
|
| 400 |
+
"ot_loss_R": [],
|
| 401 |
+
"cam_corruption": [],
|
| 402 |
+
"tactile_corruption": [
|
| 403 |
+
[
|
| 404 |
+
4249,
|
| 405 |
+
4257
|
| 406 |
+
]
|
| 407 |
+
],
|
| 408 |
+
"total_bad_frames": 9,
|
| 409 |
+
"bad_fraction": 0.0012
|
| 410 |
+
},
|
| 411 |
+
"2026-05-11/episode_012": {
|
| 412 |
+
"n_frames": 14828,
|
| 413 |
+
"duration_s": 494.267,
|
| 414 |
+
"intensity_spikes": [],
|
| 415 |
+
"pose_teleports_L": [],
|
| 416 |
+
"pose_teleports_R": [],
|
| 417 |
+
"ot_loss_L": [],
|
| 418 |
+
"ot_loss_R": [],
|
| 419 |
+
"cam_corruption": [],
|
| 420 |
+
"tactile_corruption": [],
|
| 421 |
+
"total_bad_frames": 0,
|
| 422 |
+
"bad_fraction": 0.0
|
| 423 |
+
},
|
| 424 |
+
"2026-05-11/episode_013": {
|
| 425 |
+
"n_frames": 12724,
|
| 426 |
+
"duration_s": 424.133,
|
| 427 |
+
"intensity_spikes": [],
|
| 428 |
+
"pose_teleports_L": [],
|
| 429 |
+
"pose_teleports_R": [],
|
| 430 |
+
"ot_loss_L": [
|
| 431 |
+
[
|
| 432 |
+
5765,
|
| 433 |
+
5794
|
| 434 |
+
],
|
| 435 |
+
[
|
| 436 |
+
5869,
|
| 437 |
+
5884
|
| 438 |
+
],
|
| 439 |
+
[
|
| 440 |
+
5905,
|
| 441 |
+
5985
|
| 442 |
+
],
|
| 443 |
+
[
|
| 444 |
+
7680,
|
| 445 |
+
7716
|
| 446 |
+
],
|
| 447 |
+
[
|
| 448 |
+
7765,
|
| 449 |
+
7790
|
| 450 |
+
],
|
| 451 |
+
[
|
| 452 |
+
7797,
|
| 453 |
+
7815
|
| 454 |
+
],
|
| 455 |
+
[
|
| 456 |
+
8179,
|
| 457 |
+
8186
|
| 458 |
+
],
|
| 459 |
+
[
|
| 460 |
+
9633,
|
| 461 |
+
9693
|
| 462 |
+
],
|
| 463 |
+
[
|
| 464 |
+
9712,
|
| 465 |
+
9848
|
| 466 |
+
],
|
| 467 |
+
[
|
| 468 |
+
11361,
|
| 469 |
+
11407
|
| 470 |
+
],
|
| 471 |
+
[
|
| 472 |
+
11454,
|
| 473 |
+
11515
|
| 474 |
+
],
|
| 475 |
+
[
|
| 476 |
+
11518,
|
| 477 |
+
11539
|
| 478 |
+
],
|
| 479 |
+
[
|
| 480 |
+
11585,
|
| 481 |
+
11636
|
| 482 |
+
]
|
| 483 |
+
],
|
| 484 |
+
"ot_loss_R": [
|
| 485 |
+
[
|
| 486 |
+
6145,
|
| 487 |
+
6164
|
| 488 |
+
],
|
| 489 |
+
[
|
| 490 |
+
6269,
|
| 491 |
+
6287
|
| 492 |
+
],
|
| 493 |
+
[
|
| 494 |
+
10170,
|
| 495 |
+
10191
|
| 496 |
+
],
|
| 497 |
+
[
|
| 498 |
+
11756,
|
| 499 |
+
11782
|
| 500 |
+
]
|
| 501 |
+
],
|
| 502 |
+
"cam_corruption": [],
|
| 503 |
+
"tactile_corruption": [],
|
| 504 |
+
"total_bad_frames": 686,
|
| 505 |
+
"bad_fraction": 0.0539
|
| 506 |
+
},
|
| 507 |
+
"2026-05-11/episode_014": {
|
| 508 |
+
"n_frames": 2416,
|
| 509 |
+
"duration_s": 80.533,
|
| 510 |
+
"intensity_spikes": [],
|
| 511 |
+
"pose_teleports_L": [],
|
| 512 |
+
"pose_teleports_R": [],
|
| 513 |
+
"ot_loss_L": [
|
| 514 |
+
[
|
| 515 |
+
921,
|
| 516 |
+
979
|
| 517 |
+
],
|
| 518 |
+
[
|
| 519 |
+
2024,
|
| 520 |
+
2111
|
| 521 |
+
]
|
| 522 |
+
],
|
| 523 |
+
"ot_loss_R": [
|
| 524 |
+
[
|
| 525 |
+
1693,
|
| 526 |
+
1719
|
| 527 |
+
]
|
| 528 |
+
],
|
| 529 |
+
"cam_corruption": [],
|
| 530 |
+
"tactile_corruption": [],
|
| 531 |
+
"total_bad_frames": 174,
|
| 532 |
+
"bad_fraction": 0.072
|
| 533 |
+
},
|
| 534 |
+
"2026-05-11/episode_015": {
|
| 535 |
+
"n_frames": 5959,
|
| 536 |
+
"duration_s": 198.633,
|
| 537 |
+
"intensity_spikes": [],
|
| 538 |
+
"pose_teleports_L": [],
|
| 539 |
+
"pose_teleports_R": [
|
| 540 |
+
[
|
| 541 |
+
5376,
|
| 542 |
+
5383
|
| 543 |
+
],
|
| 544 |
+
[
|
| 545 |
+
5392,
|
| 546 |
+
5399
|
| 547 |
+
]
|
| 548 |
+
],
|
| 549 |
+
"ot_loss_L": [
|
| 550 |
+
[
|
| 551 |
+
2149,
|
| 552 |
+
2193
|
| 553 |
+
],
|
| 554 |
+
[
|
| 555 |
+
2201,
|
| 556 |
+
2227
|
| 557 |
+
],
|
| 558 |
+
[
|
| 559 |
+
2230,
|
| 560 |
+
2321
|
| 561 |
+
],
|
| 562 |
+
[
|
| 563 |
+
3589,
|
| 564 |
+
3630
|
| 565 |
+
],
|
| 566 |
+
[
|
| 567 |
+
3632,
|
| 568 |
+
3704
|
| 569 |
+
],
|
| 570 |
+
[
|
| 571 |
+
4828,
|
| 572 |
+
4898
|
| 573 |
+
]
|
| 574 |
+
],
|
| 575 |
+
"ot_loss_R": [
|
| 576 |
+
[
|
| 577 |
+
1490,
|
| 578 |
+
1515
|
| 579 |
+
],
|
| 580 |
+
[
|
| 581 |
+
2709,
|
| 582 |
+
2726
|
| 583 |
+
],
|
| 584 |
+
[
|
| 585 |
+
4146,
|
| 586 |
+
4181
|
| 587 |
+
],
|
| 588 |
+
[
|
| 589 |
+
5372,
|
| 590 |
+
5387
|
| 591 |
+
]
|
| 592 |
+
],
|
| 593 |
+
"cam_corruption": [],
|
| 594 |
+
"tactile_corruption": [],
|
| 595 |
+
"total_bad_frames": 454,
|
| 596 |
+
"bad_fraction": 0.0762
|
| 597 |
+
},
|
| 598 |
+
"2026-05-11/episode_016": {
|
| 599 |
+
"n_frames": 11896,
|
| 600 |
+
"duration_s": 396.533,
|
| 601 |
+
"intensity_spikes": [],
|
| 602 |
+
"pose_teleports_L": [],
|
| 603 |
+
"pose_teleports_R": [],
|
| 604 |
+
"ot_loss_L": [
|
| 605 |
+
[
|
| 606 |
+
939,
|
| 607 |
+
1017
|
| 608 |
+
],
|
| 609 |
+
[
|
| 610 |
+
1052,
|
| 611 |
+
1083
|
| 612 |
+
],
|
| 613 |
+
[
|
| 614 |
+
1144,
|
| 615 |
+
1151
|
| 616 |
+
],
|
| 617 |
+
[
|
| 618 |
+
1184,
|
| 619 |
+
1191
|
| 620 |
+
],
|
| 621 |
+
[
|
| 622 |
+
3738,
|
| 623 |
+
3745
|
| 624 |
+
],
|
| 625 |
+
[
|
| 626 |
+
4921,
|
| 627 |
+
4950
|
| 628 |
+
],
|
| 629 |
+
[
|
| 630 |
+
5103,
|
| 631 |
+
5142
|
| 632 |
+
],
|
| 633 |
+
[
|
| 634 |
+
7926,
|
| 635 |
+
7948
|
| 636 |
+
]
|
| 637 |
+
],
|
| 638 |
+
"ot_loss_R": [],
|
| 639 |
+
"cam_corruption": [],
|
| 640 |
+
"tactile_corruption": [],
|
| 641 |
+
"total_bad_frames": 228,
|
| 642 |
+
"bad_fraction": 0.0192
|
| 643 |
+
},
|
| 644 |
+
"2026-05-11/episode_017": {
|
| 645 |
+
"n_frames": 14511,
|
| 646 |
+
"duration_s": 483.7,
|
| 647 |
+
"intensity_spikes": [],
|
| 648 |
+
"pose_teleports_L": [],
|
| 649 |
+
"pose_teleports_R": [],
|
| 650 |
+
"ot_loss_L": [],
|
| 651 |
+
"ot_loss_R": [],
|
| 652 |
+
"cam_corruption": [],
|
| 653 |
+
"tactile_corruption": [],
|
| 654 |
+
"total_bad_frames": 0,
|
| 655 |
+
"bad_fraction": 0.0
|
| 656 |
+
},
|
| 657 |
+
"2026-05-19/episode_000": {
|
| 658 |
+
"n_frames": 1434,
|
| 659 |
+
"duration_s": 47.8,
|
| 660 |
+
"intensity_spikes": [],
|
| 661 |
+
"pose_teleports_L": [],
|
| 662 |
+
"pose_teleports_R": [],
|
| 663 |
+
"ot_loss_L": [],
|
| 664 |
+
"ot_loss_R": [],
|
| 665 |
+
"cam_corruption": [],
|
| 666 |
+
"tactile_corruption": [],
|
| 667 |
+
"total_bad_frames": 0,
|
| 668 |
+
"bad_fraction": 0.0
|
| 669 |
+
},
|
| 670 |
+
"2026-05-19/episode_001": {
|
| 671 |
+
"n_frames": 740,
|
| 672 |
+
"duration_s": 24.667,
|
| 673 |
+
"intensity_spikes": [],
|
| 674 |
+
"pose_teleports_L": [],
|
| 675 |
+
"pose_teleports_R": [],
|
| 676 |
+
"ot_loss_L": [],
|
| 677 |
+
"ot_loss_R": [],
|
| 678 |
+
"cam_corruption": [],
|
| 679 |
+
"tactile_corruption": [],
|
| 680 |
+
"total_bad_frames": 0,
|
| 681 |
+
"bad_fraction": 0.0
|
| 682 |
+
},
|
| 683 |
+
"2026-05-19/episode_002": {
|
| 684 |
+
"n_frames": 1710,
|
| 685 |
+
"duration_s": 57.0,
|
| 686 |
+
"intensity_spikes": [],
|
| 687 |
+
"pose_teleports_L": [],
|
| 688 |
+
"pose_teleports_R": [],
|
| 689 |
+
"ot_loss_L": [],
|
| 690 |
+
"ot_loss_R": [],
|
| 691 |
+
"cam_corruption": [],
|
| 692 |
+
"tactile_corruption": [],
|
| 693 |
+
"total_bad_frames": 0,
|
| 694 |
+
"bad_fraction": 0.0
|
| 695 |
+
},
|
| 696 |
+
"2026-05-19/episode_003": {
|
| 697 |
+
"n_frames": 121,
|
| 698 |
+
"duration_s": 4.033,
|
| 699 |
+
"intensity_spikes": [],
|
| 700 |
+
"pose_teleports_L": [],
|
| 701 |
+
"pose_teleports_R": [],
|
| 702 |
+
"ot_loss_L": [],
|
| 703 |
+
"ot_loss_R": [],
|
| 704 |
+
"cam_corruption": [],
|
| 705 |
+
"tactile_corruption": [],
|
| 706 |
+
"total_bad_frames": 0,
|
| 707 |
+
"bad_fraction": 0.0
|
| 708 |
+
},
|
| 709 |
+
"2026-05-19/episode_004": {
|
| 710 |
+
"n_frames": 209,
|
| 711 |
+
"duration_s": 6.967,
|
| 712 |
+
"intensity_spikes": [],
|
| 713 |
+
"pose_teleports_L": [],
|
| 714 |
+
"pose_teleports_R": [],
|
| 715 |
+
"ot_loss_L": [],
|
| 716 |
+
"ot_loss_R": [],
|
| 717 |
+
"cam_corruption": [],
|
| 718 |
+
"tactile_corruption": [],
|
| 719 |
+
"total_bad_frames": 0,
|
| 720 |
+
"bad_fraction": 0.0
|
| 721 |
+
}
|
| 722 |
+
}
|
| 723 |
+
}
|
{data → old_data}/motherboard/calibration/T_gel_to_rigid_left.json
RENAMED
|
File without changes
|
{data → old_data}/motherboard/calibration/T_gel_to_rigid_right.json
RENAMED
|
File without changes
|
{data → old_data}/motherboard/calibration/T_mocap_to_cam_left.json
RENAMED
|
File without changes
|
{data → old_data}/motherboard/calibration/T_mocap_to_cam_left.npy
RENAMED
|
File without changes
|
{data → old_data}/motherboard/calibration/T_mocap_to_cam_middle.json
RENAMED
|
File without changes
|
{data → old_data}/motherboard/calibration/T_mocap_to_cam_middle.npy
RENAMED
|
File without changes
|
{data → old_data}/motherboard/calibration/T_mocap_to_cam_right.json
RENAMED
|
File without changes
|
{data → old_data}/motherboard/calibration/T_mocap_to_cam_right.npy
RENAMED
|
File without changes
|
{data → old_data}/motherboard/calibration/calibration.json
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_000/depth_left.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_000/depth_middle.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_000/depth_right.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_001/depth_left.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_001/depth_middle.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_001/depth_right.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_002/depth_left.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_002/depth_middle.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_002/depth_right.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_003/depth_left.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_003/depth_middle.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_003/depth_right.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_004/depth_left.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_004/depth_middle.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_004/depth_right.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_005/depth_left.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_005/depth_middle.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_005/depth_right.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_006/depth_left.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_006/depth_middle.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_006/depth_right.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_007/depth_left.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_007/depth_middle.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_007/depth_right.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_008/depth_left.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_008/depth_middle.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_008/depth_right.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_009/depth_left.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_009/depth_middle.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_009/depth_right.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_010/depth_left.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_010/depth_middle.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_010/depth_right.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_011/depth_left.mkv
RENAMED
|
File without changes
|
{data → old_data}/motherboard/depth/2026-05-10/episode_011/depth_middle.mkv
RENAMED
|
File without changes
|