MCPcopy Create free account
hub / github.com/Tencent/FaceDetection-DSFD / nms

Function nms

layers/box_utils.py:309–373  ·  view source on GitHub ↗

Apply non-maximum suppression at test time to avoid detecting too many overlapping bounding boxes for a given object. Args: boxes: (tensor) The location preds for the img, Shape: [num_priors,4]. scores: (tensor) The class predscores for the img, Shape:[num_priors]. ov

(boxes, scores, overlap=0.5, top_k=200)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

forwardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected