Apply world-frame offset (dx, dy, dz) = (0.225, 0.0, 0.175) m to all 5 episodes of 2026-05-19 so all 32 episodes share one OptiTrack world frame. Per-episode _contact_meta.world_frame_offset_applied documents the bake. Segments, previews, tasks.json, segments.json refreshed.
Apply world-frame offset (dx, dy, dz) = (0.225, 0.0, 0.175) m to all 5 episodes of 2026-05-19 so all 32 episodes share one OptiTrack world frame. Per-episode _contact_meta.world_frame_offset_applied documents the bake. Segments, previews, tasks.json, segments.json refreshed.
Re-render all 32 episode previews with the new visual recipe: (1) first 30s of post-trim data played at 2x speed (15s output, real motion visible). (2) 2x-supersampled overlay -> effective 1.5-px axis lines + inner/outer dot r=2/3 (was 5/6). (3) 2026-05-19 has world-frame offset (dx,dy,dz)=(+0.225,0,+0.175) m applied to OT poses so projection markers align with sensors (new session used a shifted OptiTrack origin). 2026-05-10/11 rendered without offset (original world frame).
Apply world-frame offset (dx, dy, dz) = (0.225, 0.0, 0.175) m to all 5 episodes of 2026-05-19 so all 32 episodes share one OptiTrack world frame. Per-episode _contact_meta.world_frame_offset_applied documents the bake. Segments, previews, tasks.json, segments.json refreshed.
Regenerate 2026-05-10 + 2026-05-11 episode previews with the same recipe used for 2026-05-19: 60 frames evenly sampled, 15 fps, raw H5 -> ffmpeg yuv444p (no GIF palette quantization, no 5x speedup). Previous previews were dim and ultra-fast (14 frames at 16.7 fps, palette-quantized). New ones are brighter and play at a readable pace -- consistent across all 32 episodes.
Re-render 15 real_still candidates with the new per-episode p01 GelSight reference (the .gs_ref_{left,right}.png files just shipped). Diff thumbnails now show absolute contact intensity vs the quietest moment of the episode, not change-since-clip-start.
real_still: re-render at 3s window length + 1x (real-time) playback; drop the previous 5x 2s versions. Only 1 candidate meets the strict 3-second still criteria (operator was actively manipulating almost the entire 106 minutes).
Add real_still candidate clips for verification: only 2 windows in the whole dataset meet the strict still criteria (pose<=10mm/s, cam2<2, tac<3) — telling us the operators are actively manipulating almost the entire time. Manifest in candidates.json.
freeze_diagnose threshold: TAU_VIEW_STILL 4.0 -> 2.0 (more aggressive "is the scene really still?" check). Verdicts unchanged for current 41 events because they all trigger ot_loss via other signals.
Drop 11 stale ot_loss MP4s from the pre-opt_gap-fix run (their bad_frames intervals are still valid but the verdict-label numerics in the filename matched the buggy 47-event sampling, not the corrected 41-event sampling).
freeze_diagnose: fix max_opt_gap() returning 0 when OT stream silent; drop events entirely inside trimmed prefix; remove misclassified real_still/ (those were ep_005/017 OT-offline prefixes that shouldnt have appeared at all). Final: 41 events, all ot_loss.
sample_grid.png re-rendered at window_length=32 (was 16) + 4 row-matched MP4 clips (sample_grid_clip_NN.mp4) so each grid row has a video twin showing real recording motion at 5x.
MP4s re-encoded at 5× speed (yuv444p / 8-bit / CRF 20 — sharper text overlays); all 66 GIFs removed from HF (MP4-only going forward). Source 8-bit RGB → 10-bit would be wasted bits; 4:4:4 chroma is the upgrade that actually matters for the text panels.
Re-render 20 sample_window GIFs + MP4s with the trim_offset bug fixed (was showing OT-offline prefix region for windows from trimmed eps; now shows the correct post-trim region with live OT pose updating across frames).
Trim OT-uninitialized prefixes from 3 .pt files (ep_005/012/017 — see `_contact_meta.trim_offset`); recompute bad_frames + data_quality_breakdown in trimmed coords; ot_loss frame count now reflects real mid-episode mocap dropout only. Recorder-side OT watchdog added to data_collection.py (in twm repo) so future episodes won't repeat the bug.
Re-label freeze classifier: events are OptiTrack track losses (ot_loss), not recorder-pipeline stalls. GelSight stream is healthy throughout; tac_dup was misread (gel only changes under contact deformation).