I have some doubts regarding the nms implementation. Specifically, the part `inds + 1` being used here:- https://github.com/rbgirshick/fast-rcnn/blob/b612190f279da3c11dd8b1396dd5e72779f8e463/lib/utils/nms.py#L35 The remaining code is quite clear but I am not able to wrap my brain around this particular line
I have some doubts regarding the nms implementation. Specifically, the part
inds + 1being used here:-fast-rcnn/lib/utils/nms.py
Line 35 in b612190
The remaining code is quite clear but I am not able to wrap my brain around this particular line