caffe-yolo icon indicating copy to clipboard operation
caffe-yolo copied to clipboard

Cannot output results

Open zqnnn opened this issue 6 years ago • 3 comments

default

zqnnn avatar Nov 14 '18 13:11 zqnnn

I have the same problem. Its just showing the original image. I am doing for tiny yolo. in ubuntu 16.04, python 3.5.

samby707 avatar Jan 07 '19 13:01 samby707

try to print "out" variable , it should not be zero. else you need to check again prototxt and weight file respectively.

narayangour avatar May 29 '19 10:05 narayangour

I addressed this issue by replacing the 146th line of " print out.itertimes() with print out in yolo_main.py. By the way, I use the small model.

ruyanyinian avatar Sep 03 '19 13:09 ruyanyinian