Home
last modified time | relevance | path

Searched refs:box_conf_threshold (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dmain.cc129 const float box_conf_threshold = BOX_THRESH; in main() local
148 …rocess config: box_conf_threshold = %.2f, nms_threshold = %.2f\n", box_conf_threshold, nms_thresho… in main()
288box_conf_threshold, nms_threshold, scale_w, scale_h, out_zps, out_scales, &detect_result_group); in main()
317box_conf_threshold, nms_threshold, scale_w, scale_h, out_zps, out_scales, &detect_result_group); in main()
H A Dmain_video.cc243 const float box_conf_threshold = BOX_THRESH; in inference_model() local
298 …rocess config: box_conf_threshold = %.2f, nms_threshold = %.2f\n", box_conf_threshold, nms_thresho… in inference_model()
308box_conf_threshold, nms_threshold, scale_w, scale_h, out_zps, out_scales, detect_result); in inference_model()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dmain.cc231 const float box_conf_threshold = BOX_THRESH; in main() local
472box_conf_threshold, nms_threshold, scale_w, scale_h, out_zps, out_scales, &detect_result_group); in main()