@echo off REM ============================================================ REM BG26 buoc 2 - sinh dataset synthetic bb9_synth cho net suy REM nguoc P2 (BRIEF 11/08/2026 toi). Venv APP (pooltool CPU). REM 150k train + 5k held-out, split rng [BASE_SEED 20260811, REM split, idx] chot truoc khi sinh - xem spec: REM scripts\broadcast\synth_spec.json (ban sao trong git). REM Nhieu P0 la HOP DONG: ellipse di huong theo van toc REM (~13mm doc @2m/s, 0.8mm ngang), chu ky dup 1/6 khi 30fps REM upconvert, dropout dau cu 0-25% + gap <=0.3s. REM Nguong nghiem thu G-26.3: du ~150k+5k, sanity histogram phu REM dai + contact sheet 20 cu, verify 100 cu dau bit-giong REM (them --verify 100 de kiem lai). REM ============================================================ set PYTHONUTF8=1 call "D:\Khoa luan\poolcoach-env\Scripts\activate.bat" cd /d "D:\Khoa luan\poolcoach-rl" python scripts\broadcast\gen_synth_shots.py --out "D:\Khoa luan\datasets\bb9_synth" --train 150000 --holdout 5000 --workers 10 --sanity %* pause