Definition at line 12 of file nms.py.
Definition at line 18 of file nms.py.
greedily select boxes with high confidence and overlap with current maximum <= thresh rule out overlap >= thresh :param dets: [[x1, y1, x2, y2 score]] :param thresh: retain overlap < thresh :return: indexes to keep
Definition at line 24 of file nms.py.
Definition at line 6 of file nms.py.