Skip to content

nms.py - why are we incrementing inds of order? #184

Description

@euwern

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions