YuHengsss / YOLOV

This repo is an implementation of PyTorch version YOLOV Series
Apache License 2.0
278 stars 39 forks source link

what is yolov exp files #76

Closed Rita-cw closed 3 months ago

Rita-cw commented 3 months ago

python tools/vid_demo.py -f [path to your yolov exp files] -c [path to your yolov weights] --path /path/to/your/video --conf 0.25 --nms 0.5 --tsize 576 --save_result

I donot know which file should I put : [path to your yolov exp files]