Spaces:
Sleeping
Sleeping
| @echo off | |
| REM ============================================================ | |
| REM Chon CONF VAN HANH cho CV worker tu F1-curve any-ball (ban giao 18) | |
| REM Ly do chay: worker can MOT diem conf de predict; F1-curve tren val | |
| REM (merged any-ball, val-pipeline cua eval_anyball) la thuoc do da | |
| REM nghiem thu gan nhat. Nguong nghiem thu: self-check AP50 khop | |
| REM anyball.json +/-0.005; conf argmax F1 phai nam trong [0.1, 0.9] | |
| REM (ngoai khoang la DUNG, bao Cowork - BRIEF 05/08 "Neu bi"). | |
| REM Ket qua 05/08: conf 0.299, F1 0.9322, P 0.9642, R 0.9023 (val-pipeline, | |
| REM KHONG so ngang predict-pipeline) -> opconf.json + default cv_worker.py. | |
| REM ============================================================ | |
| set PYTHONUTF8=1 | |
| call "D:\Khoa luan\poolcoach-cv-env\Scripts\activate.bat" | |
| cd /d "D:\Khoa luan\poolcoach-rl" | |
| python scripts\cv\pick_conf.py --weights "D:/Khoa luan/cv_full_20260805/best.pt" --artifact-dir "D:/Khoa luan/cv_full_20260805" | |
| pause | |