cancel
Showing results for 
Search instead for 
Did you mean: 

Use yoloV11n model on GettingStarted_ObjectDetection

mls
Associate III

Hello,

I have a custom yoloV8n model that works on STM32N6570-DK_GettingStarted_ObjectDetection. I have trained a yoloV11n model that i would like to test on the board.
But on this exmple there is no yoloV11_ui.c ?
How i can adapt this example ?
Do i need to use app_postprocess_od_yolo_d_ui.c ?

Regards,



1 REPLY 1
Julian E.
ST Employee

hi @mls,

We indeed do not provide a yolov11 processing.

You need to create a new postprocessing based on this template:

STM32N6-GettingStarted-ObjectDetection/Middlewares/ai-postprocessing-wrapper/app_postprocess_template.c at main · STMicroelectronics/STM32N6-GettingStarted-ObjectDetection · GitHub

 

and edit app_config.h to use this need postprocessing.

STM32N6-GettingStarted-ObjectDetection/Middlewares/ai-postprocessing-wrapper at main · STMicroelectronics/STM32N6-GettingStarted-ObjectDetection · GitHub

 

You can take a look at how other postprocessing where made (especially the yolov8 I would say, as similar):

STM32N6-GettingStarted-ObjectDetection/Middlewares/ai-postprocessing-wrapper at main · STMicroelectronics/STM32N6-GettingStarted-ObjectDetection · GitHub

 

Have a good day,

Julian

 

 


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.