Skip to content

Commit

Permalink
lower iou threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvdpalen committed Sep 25, 2024
1 parent d6186dc commit 12146d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtdetrv2_pytorch/src/nn/postprocessor/nms_postprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@register()
class DetNMSPostProcessor(torch.nn.Module):
def __init__(self, \
iou_threshold=0.7,
iou_threshold=0.01,
score_threshold=0.1,
keep_topk=300,
box_fmt='cxcywh',
Expand Down

0 comments on commit 12146d6

Please sign in to comment.