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

Microprocessor board suggestions for Audio focused TinyML / AI

Hi All,I’m trying to hunt down the best board for my new project. Basically I need the following functionality either on the board or via add-on boards. I can see a few possibilities but I haven’t had much experience so I thought it best to ask. Than...

mzvitzf by Associate
  • 579 Views
  • 2 replies
  • 0 kudos

Cannot use neural network model in ST Edge AI

Hi, I'm working with implementing a Spiking Neural Network on a neural ART equipped STM32N6 board. As a true SNN has operators that are not supported by the STEdgeAI compiler, I have opted to create a ANN model that simulates spiking behaviour. My pr...

brianon by Associate II
  • 372 Views
  • 5 replies
  • 3 kudos

Resolved! Keras HAR model file

I am just starting with STM32CubeMX and X-Cube-AI.  I am reading the documentation "Getting started with X-CUBE-AI Expansion Package for Artificial Intelligence (AI)" and got the point where it says to load a "public Keras HAR model file".  Where do ...

STM32N6 custom boot

Hi. I need to create my own boot leader that will be able to update itself and the application as well. I don't want to sign this boot leader and the application every time. Is it possible to create a simple FSBL that will be signed and permanently p...

Artur5 by Associate II
  • 154 Views
  • 1 replies
  • 0 kudos

STM32N6570-DK SD card Integration

I am currently running the object detection application code firmware from the STM32AI ModelZoo Services on STM32N6570-DK.I would like to extend its functionality with the following two features:- Convert the captured RGB frame to JPEG format.- And t...

FBrin.1 by Associate III
  • 138 Views
  • 1 replies
  • 0 kudos

Resolved! Deploying a deep learning model on NUCLEO-H753ZI

Can anyone please help with the step by step process for deploying a deep learning model on NUCLEO-H753ZI board using STM32CubeIDE and XCubeAI package...I am not able to do it even after trying multiple times...please help me through this .... using ...

Resolved! How to use custom AI model for Stm32n6570?

My question is same the title. I know that you have zoo model with custom training script to training or fine tuning based on provided model. But I have a new model, that is trained in other environment, I exported it to ONNX. How can I deploy this m...

Anhem by Associate III
  • 1745 Views
  • 13 replies
  • 6 kudos

There is any YoloV8n 80 classes at STM32AI-Modelzoo?

Hi, Im implementing an YoloV8n model into the STM32 MPU257-DK, and its already working for the models available at, but I would like to know if there is any COCO 80 classes model and not person only. I got the .tflite in the following link:https://gi...