caffe
caffe copied to clipboard
fix bug in python/caffe/detector.py: unrounded index value will cause error.
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.