Edge AI

Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to do for yolov8n in STM32n6

Dear ST,i convert my tflite of yolov8n without nms to neural-art related files in STM32N6 using stedgeai cli command as belowafter that, i have to apply it to cubeISE which import NUCLEO-N657X0-Q object detection example.i have a below question to be...

yiulsup_0-1753985150272.png yiulsup_1-1753985285957.png
yiulsup by Associate II
  • 547 Views
  • 1 replies
  • 0 kudos

X-Cube-AI: High accuracy on desktop validation, but not in debug

I validated the AI network using the‘Validate on desktop‘ tool,and the accuracy was high.But when I debugged the AI C-program(generated by CUBE AI) with the same input data, the result have large difference with correct output values.Could you help m...

Hamanken by Associate
  • 360 Views
  • 1 replies
  • 1 kudos

app_x-cube-ai.c is not generated.

Hi, I'm newbee of AI.I started simple appl for linear regression. I start with stm32cube_ide, not MX I do enable X-CUBE-AI core.But, I cannot find app_x-cube-ai.c which is exprected to be generated.BRPaul

Paul.Lee by Associate III
  • 384 Views
  • 1 replies
  • 0 kudos

Using images for input to ST Model zoo models

I am using the object detection code from ST model zoo. I have a small image of 4X4 example: const uint8_t myImage[NN_HEIGHT] [ NN_WIDTH]= {// Row 0 (all black){ 255, 0, 0, 0},// Row 1 (black, then white dot, then black){ 0, 255, 255, 0}, // Pixels 1...

Resolved! stm32ai-modelzoo-services-main benchmarking error!

[INFO] : Quantization complete.[INFO] : Evaluating the quantized model using validation_set...INFO: Created TensorFlow Lite XNNPACK delegate for CPU.100%|██████████| 36/36 [05:01<00:00, 8.37s/it][INFO] : Accuracy of quantized model on validation_set ...

Crash Debugging on STM32N6-DK: ATON_ENABLE(EPOCHCTRL)

I am using the STM32N6-DK board.I am trying to execute an AI model on the STM32N6-DK board, following the instructions on the website below.How to run AI models from model zoo on STM32N6 - STMicroelectronics Community However, the software crashes wh...

misaki_0-1753256649733.png misaki_1-1753256758460.png misaki_2-1753256789503.png misaki_3-1753256824725.png
misaki by Associate
  • 408 Views
  • 2 replies
  • 0 kudos