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 D | main.cc | 129 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() 288 … box_conf_threshold, nms_threshold, scale_w, scale_h, out_zps, out_scales, &detect_result_group); in main() 317 … box_conf_threshold, nms_threshold, scale_w, scale_h, out_zps, out_scales, &detect_result_group); in main()
|
| H A D | main_video.cc | 243 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() 308 … box_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 D | main.cc | 231 const float box_conf_threshold = BOX_THRESH; in main() local 472 … box_conf_threshold, nms_threshold, scale_w, scale_h, out_zps, out_scales, &detect_result_group); in main()
|