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

Function match

layers/box_utils.py:128–178  ·  view source on GitHub ↗

Match each prior box with the ground truth box of the highest jaccard overlap, encode the bounding boxes, then return the matched indices corresponding to both confidence and location preds. Args: threshold: (float) The overlap threshold used when mathing boxes. truths: (

(threshold, truths, priors, variances, labels, loc_t, conf_t, idx)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

part_forwardMethod · 0.85
part_forwardMethod · 0.85

Calls 3

jaccardFunction · 0.85
point_formFunction · 0.85
encodeFunction · 0.85

Tested by

no test coverage detected