WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.98k stars 524 forks source link

No bboxes are created with detect.py #265

Closed JovanBosic closed 1 year ago

JovanBosic commented 1 year ago

I have trained the model, and now I want to see how it works. When I use command

!python detect.py --weights 'runs/train/yolor_p69/weights/best.pt' --conf 0.6 --source '/home/ubuntu/PraksaComputerVision/images_for_testing/' --names 'yolor.names' --cfg 'customyolor.cfg'

it put images in inference folder but without bboxes.

Any suggestions?

JovanBosic commented 1 year ago

Solved.