ayooshkathuria / YOLO_v3_tutorial_from_scratch

Accompanying code for Paperspace tutorial series "How to Implement YOLO v3 Object Detector from Scratch"
https://blog.paperspace.com/how-to-implement-a-yolo-object-detector-in-pytorch/
2.32k stars 725 forks source link

cv2.imwrite doesn't output image #63

Open Stephanessy opened 4 years ago

Stephanessy commented 4 years ago

I run the code by executing "python detect.py --images dog-cycle-car.png --det det". I get the summary output, but no detected image is saved.

BauTobias93 commented 4 years ago

There is a issue with a solution already: Issue: images not being saved #21 https://github.com/ayooshkathuria/YOLO_v3_tutorial_from_scratch/issues/21