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
  • 774 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
  • 780 Views
  • 2 replies
  • 0 kudos

Guidelines for ASC from FP-AI-SENSING1

Did you ever prepare a guideline like this one https://wiki.st.com/stm32mcu/wiki/AI:How_to_perform_motion_sensing_on_STM32L4_IoTnode but for ASC instead?I have my own two-classes NN, keras model and the B-L475E-IOT01.After replacing asc and asc_data ...

MSant.11 by Associate III
  • 1000 Views
  • 2 replies
  • 1 kudos

Wavelet implementation on an ST Micro MCU

There are several threads concerning FFT's on a ST Micro based ARM processor. We're developing CNN based bearing failure detection. Multiple papers have indicated efficacy of wavelet transforms as a CNN input. Are there threads concerning implementat...

RWash.3 by Associate
  • 767 Views
  • 0 replies
  • 0 kudos