Skip to content

Commit

Permalink
Update general.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelooussovbtis committed Oct 13, 2022
1 parent 8dfa3cf commit bc21628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ def non_max_suppression(prediction,
iou_thres=0.45,
classes=None,
agnostic=False,
multi_label=False,
multi_label=True,
labels=(),
max_det=300):
"""Non-Maximum Suppression (NMS) on inference results to reject overlapping bounding boxes
Expand Down

0 comments on commit bc21628

Please sign in to comment.