use INFERENCE_SQUARE_WIDTH and INFERENCE_SQUARE_HEIGHT defined in aiengineinference.h for resizing in opi5 (set them to 1280)

reorganised logs for inference output, remove some logs for more clear output
This commit is contained in:
Alex Bezdieniezhnykh
2024-10-25 17:05:16 +03:00
parent 45c19baa45
commit 5f22931e0d
6 changed files with 34 additions and 32 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ int inference_yolov8_model(rknn_app_context_t *app_ctx, image_buffer_t *img, obj
}
// Run
printf("rknn_run\n");
//printf("rknn_run\n");
ret = rknn_run(app_ctx->rknn_ctx, nullptr);
if (ret < 0)
{