MCPcopy Create free account
hub / github.com/PaddlePaddle/PaddleYOLO / nms

Function nms

deploy/python/utils.py:305–357  ·  view source on GitHub ↗

Apply NMS to avoid detecting too many overlapping bounding boxes. Args: dets: shape [N, 5], [score, x1, y1, x2, y2] match_metric: 'iou' or 'ios' match_threshold: overlap thresh for match metric.

(dets, match_threshold=0.6, match_metric='iou')

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

multiclass_nmsFunction · 0.70
detectFunction · 0.50
detectMethod · 0.50
detectMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected