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

MLC - Different Features for Different Decision Trees

I want to know if I can use different features for different decision trees. I am using an LSM6DSOX. Since I can configure up to 8 decision trees, can I have each tree use different features, such as tree#1 using mean and variance, while tree#2 using...

DHou.1 by Associate II
  • 942 Views
  • 1 replies
  • 0 kudos

FP-AI-PREDMNT2 Quick Start Guide questions

I am trying to go through the Quick Start Guide and am able to successfully load the FP-AI-PREDMNT2.bin firmware on my STEVAL-STWINKT1B and have the ST BLE sensor app on my iPhone (version 4.14.6). I am able to connect to my board (although my board ...

SRaek.1 by Associate II
  • 1023 Views
  • 2 replies
  • 0 kudos

LSTM with CubeAI 6.0

I built the LSTM model using keras 2.3.1 and generated the MDK project with CubeAI 6.0. But the LSTM model cannot be validated and parsed. Do you have any examples of using LSTM? Thank you!

JZhou.6 by Associate II
  • 736 Views
  • 0 replies
  • 0 kudos

Is it possible to create and inject data from my STM32F4 ?

Hello all,Is it possible to create, inject data and perform the inference with just my STM32F4-DISCO without any connection with my PC (of course I must beforhand flash my model into my board). And how would you do it, I tried to integrate the code f...

NBlan.1 by Associate III
  • 4213 Views
  • 13 replies
  • 0 kudos

Hard fault interrupt on ai_network_run( ) funtion.

Hi, I created my own model and tried to import it into the STM32L476 MCU.When I execute the ai_network_run( ) function, I got the hard fault interrupt.Here is the function below. ( I refered the code from here :https://wiki.st.com/stm32mcu/wiki/AI:Ho...

0693W00000QKFSYQA5.png
SKim.9 by Associate II
  • 4511 Views
  • 12 replies
  • 0 kudos

Resolved! Can't send data through my board

Hello,I'm trying to send data and retrieve the output from my stm32f4-DISCO. I'm using a python based code and specifically stm_ai_runner. The code is rather simpler but I can't access the board because even runner.summary() doesn't work. My board is...

0693W00000QKrV1QAL.png 0693W00000QKrVzQAL.png 0693W00000QKrWJQA1.png
NBlan.1 by Associate III
  • 4174 Views
  • 12 replies
  • 2 kudos

stm32ai "illegal hardware instruction" on Mac M1

I suspect it's an issue with the stm32ai binary not being compliant with Mac M1, but perhaps someone can guide me towards the solution.I tried the simplest X-CUBE-AI examples, such as the one with the sine wave and the one with HAR. Even when I take ...

VPejo.1 by Associate
  • 3042 Views
  • 4 replies
  • 1 kudos