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! Is there examples on how to upload and use 2 different models using CubeAI?

I would like to upload 2 different ML models to the microcontroller and swap between which one I use for classification (within the microcontroller)However, the code seems only to generate the code for one model properly. Is this correct? or should i...

KSOdin2 by Associate III
  • 798 Views
  • 2 replies
  • 0 kudos

Why must we call MX_X_CUBE_AI_Process(); constantly in the while loop?

I have been working on taking measurements with the STMH7 microcontroller and using the measurements with ML to make classification predictions. When I generate the code MX_X_CUBE_AI_Process(); is generated and placed at the end of the while loop. If...

KSOdin2 by Associate III
  • 814 Views
  • 2 replies
  • 0 kudos