Searched refs:out_scales (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | main.cc | 281 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 D | main_video.cc | 300 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 D | yolo_image.cc | 65 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 D | main.cc | 463 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()
|