2026-02-12 3:10 AM
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,
2026-02-17 7:21 AM
hi @mls,
We indeed do not provide a yolov11 processing.
You need to create a new postprocessing based on this template:
and edit app_config.h to use this need postprocessing.
You can take a look at how other postprocessing where made (especially the yolov8 I would say, as similar):
Have a good day,
Julian