nms_python icon indicating copy to clipboard operation
nms_python copied to clipboard

Non-Maximum Suppression for Object Detection in Python

Results 1 nms_python issues
Sort by recently updated
recently updated
newest added

There are two main differences with the well-recognized NMS algorithm. First, there is no scores for each bounding in the algorithm here, where in the well-recognized versions, scores for each...