Searched refs:NMS_THRESH (Results 1 – 12 of 12) sorted by relevance
9 #define NMS_THRESH 0.45 macro
10 #define NMS_THRESH 0.45 macro
30 #define NMS_THRESH 0.6 macro
365 m_in_height, m_in_width, BOX_THRESH, NMS_THRESH, scale_w, scale_h, in yolo_post_process()
9 NMS_THRESH = 0.6 variable108 inds = np.where(ovr <= NMS_THRESH)[0]
25 NMS_THRESH = 0.45 variable119 if idx_class_conf_[k][1] == idx_class_conf[i][1] and ovr > NMS_THRESH:
23 NMS_THRESH = 0.45 variable97 if idx_class_conf_[k][1] == idx_class_conf[i][1] and ovr > NMS_THRESH:
18 NMS_THRESH = 0.45 variable138 inds = np.where(ovr <= NMS_THRESH)[0]
13 3. 官网和rk预训练模型都是检测80类的目标,如果自己训练的模型,需要更改include/postprocess.h中的OBJ_CLASS_NUM以及NMS_THRESH,BOX_THRESH后处…
128 const float nms_threshold = NMS_THRESH; in main()
242 const float nms_threshold = NMS_THRESH; in inference_model()
230 const float nms_threshold = NMS_THRESH; in main()