You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi can someone tell me why is the inds of order in line 35 of nms.py get incremented? Wouldn't that mess up the inds? If I understand the code correctly, the inds refer to all boxes that is smaller than the specified overlap threshold of the current selected box. https://github.com/rbgirshick/fast-rcnn/blob/master/lib/utils/nms.py
Hi can someone tell me why is the inds of order in line 35 of nms.py get incremented? Wouldn't that mess up the inds? If I understand the code correctly, the inds refer to all boxes that is smaller than the specified overlap threshold of the current selected box.
https://github.com/rbgirshick/fast-rcnn/blob/master/lib/utils/nms.py
I did take a look at the matlab implementation of nms. The indices wasn't incremented in the code.
https://github.com/rbgirshick/fast-rcnn/blob/master/matlab/nms.m
The text was updated successfully, but these errors were encountered: