bharatsingh430 / soft-nms

Object Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in py_cpu_nms.py

wonwoolee opened this issue · comments

Hi,
It looks like there is a bug in the code here:
https://github.com/bharatsingh430/soft-nms/blob/master/lib/nms/py_cpu_nms.py#L36

Shouldn't it be order = order[inds + 1:] ?