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

Some problems about using the NPU inference of the STM32N6 series

Hello, we encountered the following issues when deploying a binary classification model using the ll library. Do you have any solutions?1. The output data of the AI model deployed according to the example (without quantization) does not match the dat...

Z-YF by Associate III
  • 211 Views
  • 1 replies
  • 0 kudos

Edge AI DC custom model with ModelZoo CubeIDE application code

When I generate a model's C code with Edge AI DC, what files do I need to replace in this application code example: https://github.com/STMicroelectronics/stm32ai-modelzoo-services/tree/main/application_code/image_classification/STM32N6 to get the mod...

temilola by Associate
  • 128 Views
  • 1 replies
  • 0 kudos

STMN6 ST Edge AI Developer Cloud CubeIDE

I'm not getting the option to generate a CubeIDE project with the Edge AI DC despite documentation listing that as an option. I'm only getting the option of downloading the C code 

temilola by Associate
  • 198 Views
  • 1 replies
  • 0 kudos

Resolved! Model validation in MCU runtime on STM32N6

Hi,I am currently working with the nucleo-n657x0-q and trying to validate a tflite model on it. While it works in the neural-ART runtime I cant seem to get a validation program working for the MCU runtime. For the neural-ART runtime I followed the NP...

brianon by Associate III
  • 468 Views
  • 4 replies
  • 1 kudos

Resolved! How to pass data to my model?

HI! I am newbie to CUBE AI. I m working on implementing my CNN network that takes input image of 128,128,1 (greyscale) and give an output of 3 classes {class1,class2,class3}.i did convert and try my model to TFLITE successfully on python. then i went...