Skip to content

Conversation

@irmowan
Copy link
Contributor

@irmowan irmowan commented Jul 24, 2018

When iou_threshold = 1.0, code will also do NMS but actually do nothing, as num_hard_examples == num_boxes. But this operation is very slow in CPU, and have a side effect on the train speed. So if iou_threshold = 1.0, we can simply skip the NMS operation.

When iou_threshold = 1.0, code will also do NMS but actually do nothing, as num_hard_examples == num_boxes. But this operation is very slow in CPU, and have a side effect on the train speed. So if iou_threshold = 1.0, we can simply skip the NMS operation.
@pkulzc
Copy link
Contributor

pkulzc commented Sep 6, 2018

We have updated the nms op and this PR is obsolete.

@pkulzc pkulzc closed this Sep 6, 2018
@pkulzc pkulzc removed request for derekjchow and jch1 September 6, 2018 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants