Home
last modified time | relevance | path

Searched defs:nms_threshold (Results 1 – 6 of 6) 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
H A Dmain_video.cc242 const float nms_threshold = NMS_THRESH; in inference_model() local
H A Dpostprocess.cc241 float nms_threshold, float scale_w, float scale_h, std::vector<int32_t>& qnt_zps, in post_process()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dmain.cc230 const float nms_threshold = NMS_THRESH; in main() local
H A Dpostprocess.cc266 float conf_threshold, float nms_threshold, float scale_w, float scale_h, in post_process()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dpost_process.cc204 float conf_threshold, float nms_threshold, float scale_w, float scale_h, in post_process()