/val_aim

Primary LanguagePython

val_aim

use YOLOV9 for valorant detection

model

trt model

Usage

python3 script/trt_test.py --trt model/yolov9_val.engine --img data/images --conf 0.1 --topk 2

Output

TODO

  • use obs to push stream and infer
  • find a way to control mouse(not win32 api)

Reference

TensorRT Script

YoloV9