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

Unable to include header file

Hello! Im using STM32Cube IDE version 1.12.1.Im having isssue with including the header file "ai_platform.h " and "ai_datatypes_defines.h".I have installed X-cube-AI extensions  and all other required extension of Artificial Intelligence.I am getting...

Unicleo-GUI

Good Morning , I am working on the following board:  https://www.st.com/en/evaluation-tools/stm32wb5mm-dk.htmlI need to activate Unicleo-GUI and MLC core on the board.  Do you know how to get it ?Thank you very much. Best regardsLuigi Bibbo'PS: my em...

I can't compile the AI project on the STM32H743 chip

How to deal with fatal error: ai_platform.h: No such file or directory? I can't find this file anywhere in the project.I tried using different versions of CubeIDE and X-CUBE-AI, added include paths in project properties. I checked on F7 and H7. I hav...

_legacyfs_online_stmicro_images_0693W00000biWOuQAM.png _legacyfs_online_stmicro_images_0693W00000biWNzQAM.png
RPuch.1 by Associate II
  • 2726 Views
  • 3 replies
  • 1 kudos

Problem: by using float32 as input and output data with CubeAI

Hi I have a really simple Neural Network (Keras) with 3 float32 inputs and 3 float32 outputs. Size: 2.2KB RAM 16kBFlash and 1600MACC, really small network, in my opinion it should not be a problem at all to run that.For testing i wanted to try the si...

SandroS by Associate
  • 1659 Views
  • 0 replies
  • 0 kudos

Understanding Object Detection AI Output

Hello everyone!At the moment I am developing an AI system for the STM32H7A3 using STM32 Model Zoo und Cube AI. For testing purposes I trained the SSD Mobilenet V1 model for 192x192 picture resolution and implemented it in a firmware app for testing i...

haraldN by Associate
  • 966 Views
  • 0 replies
  • 1 kudos

Resolved! Detection of unwanted noise in cars (Sensortile.box)

I'm trying to do a program like a baby crying and i'm looking for the code of babycrying program. I need to do a program that detects unwanted noises in cars, so i think that maybe is similar than the babycrying app.I thought it was possible using th...

SAbba.1 by Associate III
  • 2207 Views
  • 5 replies
  • 1 kudos

Integration of AI in old CubeMX project

Hello everybody,I started to use the AI Cube MX extension and developed an application on the NUCLEO-F746ZG Board. It all worked very well.Now I am trying to integrate this small application into a bigger, existing project.There seems to be a problem...