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

ST seeks data scientists: Participate in a paid usability session

Hello ST Community members,   Are you a data scientist or machine learning engineer with experience deploying neural networks on edge or embedded devices? The ST team invites you to join a 45-minute remote usability session to provide technical feedb...

Cube.AI: Hard fault in ai_platform_network_process() function

Hello,I want to run my own neural network on a NUCLEO-F722ZE board for classifying audio samples. Since there is an older existing example project by STM (Acoustic Scene Classification) so I kept the whole data structure quite similar to this project...

löns by Associate II
  • 1141 Views
  • 2 replies
  • 0 kudos

Resolved! Hard Fault with TFLM on M55

Hi,I would like to check if there is any one who could guide me through the jungle of using TFLM in my software. It seems that it don't matter what I do when building a TFLM as a static library and link it to my simple test program. I have tried a lo...

nilssonm by Associate II
  • 943 Views
  • 4 replies
  • 1 kudos

stm32mp2 used yolo11 module.

Now, i used yolo11 module ,cd /opt/ST/STEdgeAI/2.2/Utilities/linux/./stedgeai generate -m /home/alientek/STM32MPU_workspace/yolo11.onnx  --target stm32mp25and get yolo11.nb file in the my stm32mp2 broad.x-linux-ai-benchmark -m ./yolo11n.nb╔══════════...

STM32N657 μC and STM32MP257 μP - ST Image Sensors

Hi Chris @Chris_Young_ST, Giuseppe @gpagano, Emmanuel @Emmanuel_C and Kunliang @Kunliang_YAOAre there plans to offer ST image sensors together with the STM32MP257F-DK and STM32N6570-D development boards as an alternative to the Sony image sensor in t...

Resolved! miniresnet NbrOfBytes > 65535U error on B-U585I-IOT02A

Hello,I am trying to use miniresnet provided at [miniresnet] on B-U585I-IOT02A board.I am using STM32CubeIDE locally, following the instruction from [wiki] for setting up software environment, and from [configuration] and [deployment] documentation f...

M_Kuro by Associate
  • 576 Views
  • 1 replies
  • 1 kudos

load application binary file issue

https://community.st.com/t5/stm32-mcus/how-to-build-an-ai-application-from-scratch-on-the-nucleo-n657x0/ta-p/828502There was a problem while following this guide.In dev mode, the signed binary files are programmed in cubeprogrammer and re-run in flas...

nhwzzang by Associate
  • 399 Views
  • 1 replies
  • 0 kudos

CUSTOM MODEL RUNNING ISSUE STM32N6570-DK board

Hi,In STM32N6570-DK_GettingStarted_ObjectDetection project when I add another uint8 model it is stopping at app_postprocess_od_st_yolox_ui.c and it is moving to hard fault 1. I am unable to start with camera in my new project. So I am using STM32N657...