Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dpostprocess.cc196 int8_t thres_i8 = qnt_f32_to_affine(thres, zp, scale); in process() local
201 if (box_confidence >= thres_i8) { in process()
224 if (maxClassProbs>thres_i8){ in process()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dpostprocess.cc215 int8_t thres_i8 = qnt_f32_to_affine(thres, zp, scale); in process() local
223 if (box_confidence >= thres_i8) in process()
249 if (maxClassProbs>thres_i8){ in process()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dpost_process.cc151 int8_t thres_i8 = qnt_f32_to_affine(thres, zp, scale); in process() local
159 if (box_confidence >= thres_i8) in process()