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

Resolved! Recommended platforms for Audio Event detection model zoo

In the STM32 model zoo github repo, only the STM32U5 is listed as a recommended platform for the Audio Event Detection models.I'm trying to work out why the STM32N6 (and other devices) are not listed.Is it because it has not yet been tested, or is th...

louisfh by Associate
  • 560 Views
  • 3 replies
  • 0 kudos

STM32N6 project Hex file generation and programming problem

I'm trying to deploy my own AI models on the STM32N6570-DK board. To speed up this process, I directly use the example project "STM32N6-GettingStarted-ImageClassification-main" from the official website. https://www.st.com/en/development-tools/stm32n...

Levy-hy by Associate II
  • 351 Views
  • 1 replies
  • 0 kudos

Resolved! Connection error while using NUCLEO-N657X0-Q with STM32CubeProgrammer

I was trying to deploy YOLO models with NUCLEO-N657X0-Q board, following instructions shown in the README file in the repository "STM32N6-GettingStarted-ObjectDetection"README.md . While using prebuild binaries, it told me to use STM32CubeProgrammer ...

Wen0127_1-1756198844462.png Wen0127_2-1756199189617.png Wen0127_3-1756199429856.png Wen0127_4-1756199445946.png
Wen0127 by Associate II
  • 641 Views
  • 3 replies
  • 2 kudos

Resolved! STM32N6 + YOLOv8n ONNX Model. Issues with PNG Input and Code Generation

Hi everyone,I'm working with an STM32N6 board and trying to deploy a custom YOLOv8n model in ONNX format using CubeMX and STM32 Edge AI. I’ve run into a few issues and was hoping someone could help clarify the process.Here’s what I’ve done so far:I s...

TerZer by Associate III
  • 1277 Views
  • 16 replies
  • 6 kudos

Resolved! Unanle to run tensorflow lite micro on stm32769 eval board

I am trying to run tflm with stm32f769 eval. I build the tflm as a static library and included it in my project. My app  is crashing whille calling allocatetensors() function.  Anyone having any luck with it? Also I couldn' find any official demo for...

hadi81 by Associate II
  • 517 Views
  • 3 replies
  • 0 kudos

the result of onnx model validate on target has two different output, why?

hiI have validate on the STM32N6 board by onnx model in STM32MX,but i have two different output ,like this: m_outputs_1: (10, 3)/float64, min/max=[-282.578064, 481.370483], mean/std=[-2.619613, 298.301398], output  m_outputs_2: (10, 1)/float64, min/m...

cxf by Associate III
  • 1791 Views
  • 25 replies
  • 2 kudos