caffe icon indicating copy to clipboard operation
caffe copied to clipboard

fix bug in python/caffe/detector.py: unrounded index value will cause error.

Open cjliux opened this issue 8 years ago • 0 comments

I have tried to detect regions from image using selective search, and I found that the input window is not rounded for indexing im, which is why it raised error when I was running detect.py. And problems regarding other fixes are likely.

cjliux avatar Jul 04 '17 09:07 cjliux