mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-23 01:46:35 +00:00
Enables use of multiple TPUs in OPI5
This commit is contained in:
@@ -37,6 +37,6 @@ int init_yolov8_model(const char* model_path, rknn_app_context_t* app_ctx);
|
||||
|
||||
int release_yolov8_model(rknn_app_context_t* app_ctx);
|
||||
|
||||
int inference_yolov8_model(rknn_app_context_t* app_ctx, image_buffer_t* img, object_detect_result_list* od_results);
|
||||
int inference_yolov8_model(rknn_app_context_t* app_ctx, image_buffer_t* img, object_detect_result_list* od_results, int core);
|
||||
|
||||
#endif //_RKNN_DEMO_YOLOV8_H_
|
||||
#endif //_RKNN_DEMO_YOLOV8_H_
|
||||
|
||||
Reference in New Issue
Block a user