Searched refs:BOX_THRESH (Results 1 – 8 of 8) sorted by relevance
10 #define BOX_THRESH 0.25 macro
11 #define BOX_THRESH 0.25 macro
31 #define BOX_THRESH 0.5 macro
365 m_in_height, m_in_width, BOX_THRESH, NMS_THRESH, scale_w, scale_h, in yolo_post_process()
13 3. 官网和rk预训练模型都是检测80类的目标,如果自己训练的模型,需要更改include/postprocess.h中的OBJ_CLASS_NUM以及NMS_THRESH,BOX_THRESH后处…
129 const float box_conf_threshold = BOX_THRESH; in main()
243 const float box_conf_threshold = BOX_THRESH; in inference_model()
231 const float box_conf_threshold = BOX_THRESH; in main()