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

X-CUBE-AI can't analyze model

Hello,I'm trying to convert my keras model for STM32N6. CubeMX Version: 6.15.0X-Cube-ai Version: 10.2.0The code for my model:img_input = Input(shape=(10, 141, 141, 3), name='img_input') # --- CNN branch applied per-frame via TimeDistributed --- cx =...

radar_classifier.onnx.png radar_classifier.h5.png
dhammerl by Associate
  • 278 Views
  • 1 replies
  • 0 kudos

Deploying neural networks on H755ZIQ

I am working on a project where I am required to deploy a Neural network on STM32 Nucleo- H755ZIQ. And I feel stuck because I am unable to properly run it on the board using Stm32CubeIDE with X cube ai. I downloaded the .ioc file and the project file...

Resolved! Problem with X-CUBE-AI code generation

Hello, I installed X-CUBE-AI 10.2.0 from STM32CubeMX in STM32CubeIDE 1.18.1. After enabling X-CUBE-AI in the ioc file and performing code generation, the folders /Middlewares/ST/X-CUBE-AI/Inc and /Middlewares/ST/X-CUBE-AI/Lib are created, but no code...

SR1218 by Associate II
  • 726 Views
  • 5 replies
  • 1 kudos

X-CUBE-AI - Middlewares Folder is not Generated

Hello,I am creating a new project on an STM32F4 nucleo board. I configured the X-CUBE-AI library as shown below and specified a TFLite model:When generating code on a fresh project, the "Middlewares" folder is not generated. The project fails to buil...

kahuna_0-1758122433978.png
kahuna by Associate II
  • 542 Views
  • 4 replies
  • 1 kudos

Resolved! Face Recognition MCU Selection

Hello,I have been conducting research for a while for a new project initiation. The project aims to design a smart access control system for 500 users using STM32. In designing this, we are implementing face recognition with FP_AI_FACEREC in the STM3...

Sharing my repo - Multi-Model Face Recognition Pipeline on STM32N6

 I've implemented a multi-model face recognition system on the STM32N6 (originally based on the single model object detection demo) that efficiently runs detection and recognition models simultaneously on the NPU. Sharing the complete implementation ...

PeleAB by Associate II
  • 677 Views
  • 2 replies
  • 3 kudos