Searched refs:soft_nms_method (Results 1 – 2 of 2) sorted by relevance
594 NMSType soft_nms_method = NMSType::LINEAR,596 …m(detections), _soft_nms_enabled(soft_nms_enabled), _soft_nms_method(soft_nms_method), _soft_nms_s… in _score_thresh()621 NMSType soft_nms_method() const in soft_nms_method() function
92 switch(info.soft_nms_method()) in SoftNMS()