MCPcopy Create free account
hub / github.com/JackEasson/SLPNet_pytorch / detection_decoder

Function detection_decoder

module/decoder.py:8–41  ·  view source on GitHub ↗

:param predict_maps: outputs from detection network, size(B, 32, 32, 12) :param top_k: :param value_threshold: :param nms_threshold: :return:

(predict_maps, top_k=50, value_threshold=0.7, nms_threshold=0.2)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

detection_analysisFunction · 0.90
nms_gaussFunction · 0.90

Tested by

no test coverage detected