Edge AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE AI PROBLEM WITH INFERENCE RESULT

I have created my own cnn model and want to run it on STMH753ZI board using X-CUBE-AI. I have executed all the steps to run the inference. The inference is also running but the output is always 0. With my fixed input of sample shape (1,50,12). I cann...

AAli.2 by Associate II
  • 1758 Views
  • 7 replies
  • 0 kudos

facing trouble in how to use the generated code by cube ai 9.0

hello everyone , i'm a newbie at edge ai in stm32 and i'm using cube ai 9.0 .i want to get information in how to use "MX_X_CUBE_AI_Process() " and "MX_X_CUBE_AI_init()" , i didn't find documentation or something about what the function does , what's ...

the X-CUBE-AI and HAR "model.h5"

I have deployed the example of HAR on the STM32F407 Discovery board. I have followed all the steps in the 'Getting Started with X-CUBE-AI Expansion Package for Artificial Intelligence (AI).' In the end, the validation was completed as shown in the at...

test.png
MH24 by Associate II
  • 324 Views
  • 1 replies
  • 0 kudos

question after generating code using STM32CUBEIA

I'm a newbie and trying to create a use case with Cube AI 9.0. I'm having trouble understanding how to use the predefined functions Mx-cube-process(), Mx cube init. Could you explain how i need to use this function in my project or there is another m...

AI Core inconsistent inference results

Hello, I am developing a Dog Activity Recognition app with CubeAI on STM32WB55 usign AI Core 9.0.0. So far, I have been following https://wiki.st.com/stm32mcu/wiki/AI:How_to_perform_motion_sensing_on_STM32L4_IoTnode . I am using the same sensor and O...

Obrázok1.png Obrázok2.png

Problem with LSTM from pytorch.

Hi,I am trying to deploy a network based on LSTM created with pytorch. The model is analysed correctly but validation on Desktop gives the following error: LOAD ERROR: exception: access violation reading 0x0000000000000004 In the MCU a hardfault rais...

ASalc.1 by Associate III
  • 942 Views
  • 1 replies
  • 0 kudos

IOC file for Image Classification of Model Zoo

Does anyone knows how to open  the .ioc file of Image classification example from Model Zoo? Where is the location of this ioc file as I couldn't found it and is there anyway for me to obtain the ioc file? Thanks

chew by Associate III
  • 495 Views
  • 1 replies
  • 0 kudos

INTERNAL ERROR: Inconsistent in/out tensor shapes

Hello, I tried to convert my model using STM32Cube.AI Developer Cloud and on my pc STM32Cube AI at CubeMx. However, I got following error from stm32ai. Then I debug model with netron and realize that sizes are not matching with stm32ai library. How c...

ahmedbing_0-1710769465445.png

Build error after integrating Cube AI project

Hello,I am developing an AI classification model based on LSM6DSOX sensor data. Before adding the X-CUBE-AI software pack to Cube IDE, I was firstly developing the data acquisition code with the driver from X-CUBE-MEMS1, which I managed to do. After ...