We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5026203 commit bb0ac36Copy full SHA for bb0ac36
MTM/NMS.py
@@ -14,7 +14,7 @@
14
import cv2
15
16
17
-def NMS(tableHit, scoreThreshold=0, sortAscending=False, N_object=float("inf"), maxOverlap=0.5):
+def NMS(tableHit, scoreThreshold=0.5, sortAscending=False, N_object=float("inf"), maxOverlap=0.5):
18
'''
19
Perform Non-Maxima supression : it compares the hits after maxima/minima detection, and removes the ones that are too close (too large overlap)
20
This function works both with an optionnal threshold on the score, and number of detected bbox
0 commit comments