Home
last modified time | relevance | path

Searched refs:out_scales (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dmain.cc281 std::vector<float> out_scales; in main() local
284 out_scales.push_back(output_attrs[i].scale); 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.cc300 std::vector<float> out_scales; in inference_model() local
303 out_scales.push_back(app_ctx->output_attrs[i].scale); 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/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dyolo_image.cc65 std::vector<float> out_scales; variable
163 out_scales.push_back(output_attrs[i].scale); in create()
366 out_zps, out_scales, &detect_result_group); in yolo_post_process()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dmain.cc463 std::vector<float> out_scales; in main() local
467 out_scales.push_back(output_attrs[i].scale); in main()
472 … box_conf_threshold, nms_threshold, scale_w, scale_h, out_zps, out_scales, &detect_result_group); in main()