mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 11:16:34 +00:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user