YOLO_v3_tutorial_from_scratch icon indicating copy to clipboard operation
YOLO_v3_tutorial_from_scratch copied to clipboard

cv2.imwrite doesn't output image

Open Stephanessy opened this issue 5 years ago • 1 comments

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.

Stephanessy avatar Mar 21 '20 16:03 Stephanessy

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

BauTobias93 avatar Apr 22 '20 05:04 BauTobias93