selective_search_ijcv_with_python icon indicating copy to clipboard operation
selective_search_ijcv_with_python copied to clipboard

Sometimes xmax'es are one pixel more then max possible

Open Felix-neko opened this issue 11 years ago • 0 comments

There is some bad behaviour: when I try to find segment BBOXes on an image with shape (height, width), it gives me some BBOXes.

Minimum xmin of the bboxes equals 0. It's alright. But maximum xmax equals width. And maximum ymax equals height. In source image there are no such pixels, and it can sometimes give some critical bugs.

Cannot you somehow fix it?

Felix-neko avatar Aug 09 '14 10:08 Felix-neko