use YOLOV9 for valorant detection
python3 script/trt_test.py --trt model/yolov9_val.engine --img data/images --conf 0.1 --topk 2
- use obs to push stream and infer
- find a way to control mouse(not win32 api)
use YOLOV9 for valorant detection
python3 script/trt_test.py --trt model/yolov9_val.engine --img data/images --conf 0.1 --topk 2