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

[Short Survey] Please give us your feedbacks on ST model Zoo Services

Hi everyone,   In order to help our developers understand how their work is used and what to do in order to improve model zoo, we kindly ask you to look at this survey about ST Model Zoo Services.   Link of the survey: https://docs.google.com/forms/d...

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
  • 641 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
  • 621 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
  • 2010 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...

Resolved! STM32N6 Inference LL_ATON_OSAL_WFE delaying PWM/timers

In the Cube AI documentation (stneuralart_api_and_stack.html) there is this code block /* Wait for next event */ if (ll_aton_rt_ret == LL_ATON_RT_WFE) { /*** subject to change to fit also user code requirements ***/ LL_ATON_OSAL_WFE(); }to wait fo...

neil1106 by Associate II
  • 1277 Views
  • 2 replies
  • 2 kudos