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

Issues converting YOLOv8 ONNX model to uint8 .nb for STM32MP25

 Hi everyone,I’m currently working on deploying a YOLOv8 model on the STM32MP25 using ST Edge AI. Here’s what I’ve done so far and where I’m stuck.Training & Export:from ultralytics import YOLO model = YOLO("yolov8n.pt") # medium variant  model.train...

20DeViL00 by Associate II
  • 1051 Views
  • 4 replies
  • 0 kudos

Resolved! How to build the ai_fsbl.hex file for STM32N6570-DK?

Hello,I am currently working with the STM32N6570-DK and am studying several official example projects from ST's GitHub repositories. The projects I'm looking at are:ObjectDetection: https://github.com/STMicroelectronics/STM32N6-GettingStarted-ObjectD...

Ray6 by Associate
  • 953 Views
  • 2 replies
  • 1 kudos

Resolved! LL_ATON_RT_Reset_Network() call between inferences

Hi,On my test setup with the NN (MiniResNet model from STM32 Model Zoo),I observed the following behavior:Without calling LL_ATON_RT_Reset_Network() after each inference, only the first inference runs a few ms. All subsequent calls return almost inst...

ERROR by Senior
  • 489 Views
  • 2 replies
  • 2 kudos

Resolved! Roadmap for Learning AI in Embedded Systems

Hello everyone,I’m an embedded software engineer currently working with STM32 microcontrollers, and I am very interested in understanding how AI is being integrated into embedded systems.I would like to know:What are the common approaches or framewor...

Rajes by Associate
  • 2058 Views
  • 2 replies
  • 1 kudos

Resolved! Deploying neural networks.Tflite on N657X0 Nucleo

Hi, I have been trying to deploy simple neural networks.tflite on the STM32 N657X0 board, by applying the XCUBEAI, running under NPU.While, I have not made it work yet. If anyone has such project or docs to share, It would be highly appreciated. Best...

HANITALY by Associate III
  • 842 Views
  • 3 replies
  • 3 kudos

Debug issue on STM32N6570-DK: Target not responding

 Hello,I am working with the STM32N6570-DK board and running the STM32N6-GettingStarted-ObjectDetection example. When I debug the program in CubeIDE (The MCU runs in Dev mode), I encounter the following issue:In the main loop, when the function LL_AT...