Home
last modified time | relevance | path

Searched refs:nms_threshold (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dmain.cc128 const float nms_threshold = NMS_THRESH; in main() local
148 …ess config: box_conf_threshold = %.2f, nms_threshold = %.2f\n", box_conf_threshold, nms_threshold); 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 Dmain_video.cc242 const float nms_threshold = NMS_THRESH; in inference_model() local
298 …ess config: box_conf_threshold = %.2f, nms_threshold = %.2f\n", box_conf_threshold, nms_threshold); in inference_model()
308 … box_conf_threshold, nms_threshold, scale_w, scale_h, out_zps, out_scales, detect_result); in inference_model()
H A Dpostprocess.cc241 float nms_threshold, float scale_w, float scale_h, std::vector<int32_t>& qnt_zps, in post_process() argument
300 nms(validCount, filterBoxes, classId, indexArray, c, nms_threshold); in post_process()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/include/
H A Dpostprocess.h36 float conf_threshold, float nms_threshold, float scale_w, float scale_h,
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/include/
H A Dpostprocess.h37 float conf_threshold, float nms_threshold, float scale_w, float scale_h,
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dpost_process.h59 float conf_threshold, float nms_threshold, float scale_w, float scale_h,
H A Dpost_process.cc204 float conf_threshold, float nms_threshold, float scale_w, float scale_h, in post_process() argument
266 nms(validCount, filterBoxes, classId, indexArray, c, nms_threshold); in post_process()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/
H A Ddnn.hpp948 const float score_threshold, const float nms_threshold,
953 const float score_threshold, const float nms_threshold,
958 const float score_threshold, const float nms_threshold,
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dpostprocess.cc266 float conf_threshold, float nms_threshold, float scale_w, float scale_h, in post_process() argument
330 nms(validCount, filterBoxes, classId, indexArray, c, nms_threshold); in post_process()
H A Dmain.cc230 const float nms_threshold = NMS_THRESH; in main() local
472 … box_conf_threshold, nms_threshold, scale_w, scale_h, out_zps, out_scales, &detect_result_group); in main()