Edge AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problems with Cube AI Project

Hello,I am working on a Human Activity Recognition model with a STMU585CIU6 using Cube AI. In summary, my model takes accelerometer data from my lsm6dsox sensor, and use a frame of 2s of sampling (for ODR 104Hz, it takes 208 samples) as input for the...

LuizF_Ferro_0-1713877492994.png

X-CUBE-AI, tflite LSTM model: Unsupported layer types

Hi,I’m currently trying to upload the following LSTM model into a STM32L476RG via X-CUBE-AIUploading the Keras .h5 model works well, however when I try to upload the TensorFlow Lite converted version of the same model, I get the following prompt:Any ...

CFrancesco_0-1690184731832.png CFrancesco_1-1690184772998.png

stm32cube_ai, airun(),The output data is abnormal

When I use a function 【int ai_run(const void *in_data, void *out_data)】to make predictions,the out_data always output【0】No matter how I change the value of the input data, the value of the output data will not change, it will always be 0.int ai_run(c...

屏幕截图(315).png
Sunjing by Associate II
  • 354 Views
  • 1 replies
  • 0 kudos

STM32Cube.AI runtime won't work

I'm trying to add different trained models to my CubeMX project, but all Keras and ONNX models (even example models from the stm model zoo) produce the same error during the analization process:  Failed to execute script 'pyi_rth_pkgres' due to unhan...

M_Ehe by Associate II
  • 787 Views
  • 4 replies
  • 0 kudos

Debugging problem

Hello, I generated the C-code for my AI model using Cube AI, and I'm struggling with how to correctly set up the function calls and everything to initialize & run my model on Cube IDE. I made these first lines to verify if the returns were working fi...

Resolved! FP-AI-VISION1 compile issue

Hi ST professional team Following the documentation  instructions & opteratingHow to use Teachable Machine to create an image classification application on STM32 https://wiki.stmicroelectronics.cn/stm32mcu/wiki/AI:How_to_use_Teachable_Machine_to_crea...

111.jpg
cvd_pony by Associate
  • 765 Views
  • 5 replies
  • 2 kudos

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 ...