Spaces:
Sleeping
Sleeping
| @echo off | |
| REM ============================================================ | |
| REM BB9 P0 buoc 2 - Danh click 4 pocket goc -> homography metric | |
| REM (BRIEF 11/08/2026). PHAI chay foreground co man hinh (cua so | |
| REM OpenCV, bay BG21) - double-click file nay, dung goi tu shell nen. | |
| REM Moi cu: click 4 pocket GOC vong quanh ban, 2 click dau nam tren | |
| REM cung mot BANG NGAN. u=undo r=redo s=skip Enter=OK q=thoat. | |
| REM Ban 9ft: 2.54 x 1.27 m (BRIEF #8). | |
| REM ============================================================ | |
| set PYTHONUTF8=1 | |
| call "D:\Khoa luan\poolcoach-cv-env\Scripts\activate.bat" | |
| cd /d "D:\Khoa luan\poolcoach-rl" | |
| python scripts\broadcast\click_homography.py %* | |
| pause | |