selective_search_ijcv_with_python
selective_search_ijcv_with_python copied to clipboard
Sometimes xmax'es are one pixel more then max possible
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?