YuHengsss / YOLOV

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

About vid_demo.py #86

Open CangHaiQingYue opened 1 month ago

CangHaiQingYue commented 1 month ago

Thanks for your great work! I used command python .\tools\vid_demo.py -f .\exps\yolov++\v++_large_decoupleReg.py -c .\yolov_weights\v++_large.pth --path D:\ILSVRC2015_test_00001000.mp4 --conf 0.25 --nms 0.5 --save_result True

to inference, said "Saving detection result in ./V++_outputs\v++_large_decoupleReg\vis_res\2024_07_12_09_58_10", but this is no bbox in both images and video under folder ./V++_outputs\v++_large_decoupleReg\vis_res\2024_07_12_09_58_10/. Is there a problem with which step of my operation.

D:\ILSVRC2015_test_00001000.mp4 is transformed by images in VID\test\ILSVRC2015_test_00001000\