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

[Short Survey] Please give us your feedbacks on ST model Zoo Services

Hi everyone,   In order to help our developers understand how their work is used and what to do in order to improve model zoo, we kindly ask you to look at this survey about ST Model Zoo Services.   Link of the survey: https://docs.google.com/forms/d...

pretrained weights with YOLOX

Hi all,I'm training a ST_yolox model to detect car. In my user_config.yaml i tried to use this : pretrained_weights: coco When i launch the training script i got this errorraise ValueError("\nUnknown or unsupported attribute. Received `{}`{}".format(...

mls by Associate III
  • 986 Views
  • 4 replies
  • 0 kudos

Resolved! Weights compression using Decompression Unit on STM32N6 NPU

Hi,Is there a way to enable weights compression while also using the STM32N6 NPU ?I saw there is Decompression unit in the reference manual where it tells the NPU compiler is the tool that generate codebooks offline (there is also mention of it in li...

AMurz1_0-1762120315464.png AMurz1_1-1762120331873.png
AMurz.1 by Associate III
  • 359 Views
  • 1 replies
  • 0 kudos

Resolved! working on STM32N657X0H3Q (Nucleo-N657X0-Q board)

Hi!It might be a *** beginners question but I'm quite lost...I'm trying to deploy my .ONNX model on my new NUCLEO-N657X0-Q board. The MCU on it STM32N657X0H3Q, seems to have 4Mb of RAM and no flash, but the board itself has 512Mb octaflash memory on ...

amirkfir by Associate II
  • 552 Views
  • 2 replies
  • 0 kudos

How to port OpenCV / AI application to STM32N6570 MCU?

Hello,I’m currently exploring the STM32N6570 MCU for an embedded AI/computer vision application.I would like to know how to port OpenCV or other AI inference frameworks to this device.Could you please guide me on:Whether OpenCV is already supported o...

bobban by Associate
  • 352 Views
  • 1 replies
  • 0 kudos

Resolved! porting yolov11 model to stm32mp257.

I porting yolov11 model to stm32mp257. and The target detection model I use ,The output tensor is a combination of [1x7x8400] and [1x4x8400]. [1x7x8400] should be our classification because I have set 7 categories, and [1x4x8400] should be our positi...