Edge AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Guidelines for beginners to ML on STM32 Nucleo Development boards

Hello everyone! First post here. I'm a grad student in Computer Science and Engineering and I'm looking to learn Machine Learning on MCUs. My professor suggested I use the STM32 Nucleo development boards for this. I was wondering if anyone had a roug...

AAziz.3 by Associate
  • 2261 Views
  • 4 replies
  • 1 kudos

Batch Inference in X-XUBE-AI 9.0.0 (STM32CubeAI)

I am using X-CUBE-AI 9.0.0 in my project and need to run a quantized mobilenet_v2.0.35 model (.tflite). The model takes 4*56*56*3 (Batch * width * height * channel) input, but I am unable to find a way to run it with that input shape. The generated c...

xcubeai_compare.png
AM-adben by Associate II
  • 1023 Views
  • 3 replies
  • 0 kudos

Resolved! STEVAL-STWINCSV1 data collection in Nano Edge studio

We are using the Nano Edge studio to run the STWIN DTMF Classifier on the STEVAL-STWINCSV1 on a Linux system. We followed the instructions from: https://wiki.st.com/stm32mcu/wiki/AI   Entitled:  How to create a dual-tone multi-frequency classifier us...

NShut.1 by Associate
  • 493 Views
  • 1 replies
  • 0 kudos

HardFault_Handler when trying to run ai_network_run

Hi ,I go into the hardfault handler when trying to run the ai_network_run which I call inside my run_inference function which is inside my ADC ISR , then it calls ai_platform_network_process , that is where we get thrown into the HardFault Handler . ...

How the data was sent during the "validate on target" process?

 I built a simple FCNN model based on onnx(regression, 4 input and 4 output), including three hidden layers with 64, 32, 16 nodes, and successfully "validate on target" in STM32 through X-CUBE-AI.Now I want to send(receive) data directly to(from) the...

Joseph_ by Associate
  • 298 Views
  • 1 replies
  • 0 kudos