Spaces:
Sleeping
Sleeping
| @echo off | |
| REM ============================================================ | |
| REM PoolCoach CV worker - scan anh ban ra the bi (ban giao 18, 05/08/2026) | |
| REM Chay tren venv CV (poolcoach-cv-env, CUDA) - KHONG phai venv app. | |
| REM Can Redis chay san: | |
| REM docker compose -f poolcoach-rl\docker-compose.dev.yml up -d redis | |
| REM Load YOLO + warmup vai giay luc boot; heartbeat RIENG | |
| REM (pc:worker:heartbeat:scan) chi bat sau khi model san sang. | |
| REM Conf van hanh 0.2993 (pick_conf 05/08) - doi bang POOLCOACH_CV_CONF. | |
| REM Ctrl+C de thoat sach (worker tu xoa heartbeat). | |
| REM ============================================================ | |
| set PYTHONUTF8=1 | |
| if "%REDIS_URL%"=="" set REDIS_URL=redis://localhost:6379/0 | |
| call "D:\Khoa luan\poolcoach-cv-env\Scripts\activate.bat" | |
| cd /d "D:\Khoa luan\poolcoach-rl" | |
| python scripts\cv_worker.py | |
| pause | |