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

ST seeks data scientists: Participate in a paid usability session

Hello ST Community members,   Are you a data scientist or machine learning engineer with experience deploying neural networks on edge or embedded devices? The ST team invites you to join a 45-minute remote usability session to provide technical feedb...

STM32N6 — LTDC goes black when calling LL_ATON_RT_Init_Network()

Hi,I am working on an STM32N6 project inspired by the peopleDetection example in which I try to run a yolov8 for instance segmentation.My pipeline uses camera (DCMIPP) + LTDC display + NPU inference (ATON / X-CUBE-AI).Each subsystem works correctly o...

LisaB by Associate III
  • 532 Views
  • 0 replies
  • 0 kudos

Resolved! What does the --enable-epoch-controller option do in ST Edge AI?

I’m currently testing the system with different configuration options, and I am trying to understand the impact of the --enable-epoch-controller option flag.Could you explain what functional or performance differences occur when this option is enable...

mincho00 by Associate II
  • 623 Views
  • 2 replies
  • 0 kudos

On-board fine tuning/training of a model

Hey!I have a ResNet model that I have deployed on my NUCLEO-N657X0-Q, and I want to run a training step on the board itself. I'm fine even with training just the last 1-2 layers of my model on a single sample, so that the memory on the board will suf...

amirkfir by Associate II
  • 762 Views
  • 3 replies
  • 0 kudos

Resolved! Concurrent external Flash usage when using AI

Good day Folks, Firstly, is it possible to put NN weights on the external Flash, but not use it in memory mapped mode? BSP_XSPI_NOR_Init_t NOR_Init; NOR_Init.InterfaceMode = BSP_XSPI_NOR_OPI_MODE; NOR_Init.TransferRate = BSP_XSPI_NOR_DTR_TRANSF...

exarian by Associate III
  • 861 Views
  • 2 replies
  • 2 kudos