Home
last modified time | relevance | path

Searched refs:conf_threshold (Results 1 – 7 of 7) sorted by relevance

/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() argument
228 … stride0, filterBoxes, objProbs, classId, conf_threshold, qnt_zps[0], qnt_scales[0]); in post_process()
236 … stride1, filterBoxes, objProbs, classId, conf_threshold, qnt_zps[1], qnt_scales[1]); in post_process()
244 … stride2, filterBoxes, objProbs, classId, conf_threshold, qnt_zps[2], qnt_scales[2]); in post_process()
H A Dpost_process.h59 float conf_threshold, float nms_threshold, float scale_w, float scale_h,
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dpostprocess.cc240 …t8_t* input0, int8_t* input1, int8_t* input2, int model_in_h, int model_in_w, float conf_threshold, in post_process() argument
266 classId, conf_threshold, qnt_zps[0], qnt_scales[0]); in post_process()
274 classId, conf_threshold, qnt_zps[1], qnt_scales[1]); in post_process()
282 classId, conf_threshold, qnt_zps[2], qnt_scales[2]); in post_process()
/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
294 … stride0, filterBoxes, objProbs, classId, conf_threshold, qnt_zps[0], qnt_scales[0]); in post_process()
302 … stride1, filterBoxes, objProbs, classId, conf_threshold, qnt_zps[1], qnt_scales[1]); in post_process()
310 … stride2, filterBoxes, objProbs, classId, conf_threshold, qnt_zps[2], qnt_scales[2]); in post_process()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dmotion_estimators.hpp343 float conf_threshold);
348 float conf_threshold);
/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,