React / examples /react_window_dataset.py

Commit History

ReactWindowDataset: prominent contact-rich window count + stats attribute (ds.stats) + per-filter rejection breakdown in the summary print. Demo: write H.264 MP4 per picked window (was just static PNG); --no_mp4 to skip; --mp4_fps to tune.
d78749e
verified

yxma commited on

ReactWindowDataset: default min_motion_fraction 0.5 -> 0.25 (a window passes if >=25 % of frames per active sensor are above the speed threshold).
3bb8031
verified

yxma commited on

ReactWindowDataset: default min_motion_mps 0.03 -> 0.01 (30 mm/s -> 10 mm/s). Recipes + README + demo + CLI updated.
fc9b06b
verified

yxma commited on

Audit batch 1: post-trim numbers in docs/figures.md (#3); tasks.json 2026-05-11 note + trim_offsets lookup (#5, #8); bad_frames.json trim_offsets header (#8); dataloader default which_sensors='both' (#10); new freeze_intervals.json with per-event diagnostic signals (#12)
70ded71
verified

yxma commited on

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
cc62065
verified

yxma commited on

Bake ot_loss intervals into bad_frames.json (47 events, rotation-aware detector); dataloader skips them; docs/quality + caveats updated; data_quality_breakdown #3 renamed sensor_at_rest → ot_loss
3ad2833
verified

yxma commited on

Add example dataloader: ReactWindowDataset for short contact-rich window sampling + demo (static grid + GIF) with sensor-frame overlay
84e6423
verified

yxma commited on