React / examples /README.md

Commit History

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.
2b2cfc6
verified

yxma commited on

examples/play_react_pt.py: interactive .pt viewer (same key bindings as twm.visualize, adapted to the downsampled .pt content). Supports both mode1_v1 episodes and mode2_v1 segments. Self-contained (numpy + torch + cv2). Headless MP4 export via --save_video.
5711283
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

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