Correct world-frame offset metadata: locked-in value is (0.230, 0.000, 0.175) m for 2026-05-19 (previous commit message mis-stated 0.225 due to a hardcoded string; actual data was 0.230).
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.
Wave 2: multi-cam migration complete for 2026-05-10 + 2026-05-11. All 32 episodes now ship under episodes/ and segments/ with view_left / view_middle / view_right + tactile_{left,right}. Legacy processed/mode1_v1/ and processed/mode2_v1/ removed.
examples/play_react_pt.py: accept episode-stem paths. You can now pass .../2026-05-11/episode_005 (no .pt suffix) and the player resolves all matching segments, loads the parent date folder so N/P navigation still works, and seeks to that episode on start.
examples/play_react_pt.py: episode-aware viewer. Accepts a directory of segments — all same-episode segments concatenate into one playback timeline; N/P switches between episodes. Red border + red trail-plot mark on segment-boundary frames. Also supports --save_video_dir for per-episode batch MP4 export.
Add mode2_v1 schema — 73 pre-sliced clean segments from 27 source episodes (104.7 min, bad intervals excluded by construction). New ReactSegmentDataset + demo. No bad_frames.json filtering needed at the dataloader; data is constructively clean. mode1_v1 stays for backward compatibility. See segments.json + new README section.
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.
Add per-episode GelSight reference images: episode_NNN.gs_ref_{left,right}.png = the 1st-percentile-intensity frame at native 640×480 (the 'quietest' / least-contacted moment of the episode). Use these as the diff baseline in any visualization — gives a stable 'this is what's currently pressing on the gel' diff rather than 'change since the start of this clip'. 27 episodes × 2 sides = 54 files.
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).
examples/: upgraded ReactWindowDataset (adds motion filter to catch operator-paused windows the bad_frames check cant); canonical self-contained demo_react_window.py (no twm dependency); new examples/README.md with four-filter explanation and recipes per use case