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

About the stream switch and CONV ACC

Hello, I'm writing my theorical part of my Bachelor Thesis. I'm interesed in whether two output ports from two Processing Unit (for example) the Convolution accelerators can be connected to one input port of the POOL, is it possible to do this throug...

Einstein_rookie_version_0-1751299955154.png Einstein_rookie_version_1-1751299980795.png

Some problems about using the NPU inference of the STM32N6 series

Hello, we encountered the following issues when deploying a binary classification model using the ll library. Do you have any solutions?1. The output data of the AI model deployed according to the example (without quantization) does not match the dat...

Z-YF by Associate III
  • 48 Views
  • 1 replies
  • 0 kudos

STM32N6570-DK how to generate .c .h files from AI model

I have downloaded the x-cube-n6-ai-multi-pose-estimation-v1.0.0 and have managed to open it in CubeIde however when I try to build the project it displays the following error: "Please generate this file with STM32Cube.AI tools. See instruction in REA...

msingh08 by Associate III
  • 50 Views
  • 0 replies
  • 0 kudos

Edge AI DC custom model with ModelZoo CubeIDE application code

When I generate a model's C code with Edge AI DC, what files do I need to replace in this application code example: https://github.com/STMicroelectronics/stm32ai-modelzoo-services/tree/main/application_code/image_classification/STM32N6 to get the mod...