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

INTERNAL ERROR: Order of dimensions of input cannot be interpreted

Im getting this error and dont understand the problem. I tried adding the suggested "--use-onnx-simplifier" from another post in the Web Command line but it didnt look like it took, here is the output: >>> stedgeai analyze --model version-RFB-320.onn...

comlou_0-1759371110078.png
comlou by Associate II
  • 441 Views
  • 8 replies
  • 1 kudos

When I run the model through NPU, the output is always NAN.

Hello, everyone, I have encountered some problems. When I use ART runtime to analyze the uint8 model, I will report an error that the format does not match, and I can pass the analysis by using MCU runtime. Is this normal? In addition, When I run the...

GEH by Associate
  • 201 Views
  • 0 replies
  • 0 kudos

Custom trained pytorch model yolov11 deployment into STM32N6570-DK

Hello,I am working on deploying a custom PyTorch YOLOv11 model to the STM32N6570-DK board using the STM32 AI Developer Cloud / STM32 AI Model Zoo workflow.Currently, I have my model trained in PyTorch (.pt format), and I can also export it to ONNX. M...

dev8 by Associate II
  • 881 Views
  • 5 replies
  • 0 kudos

STM32N6 NPU inference stuck at LL_ATON_RT_RunEpochBlock (no IRQ fired)

안녕하세요,현재 STM32N657-DK 와 X-CUBE-AI(ST Edge AI Core v2.2.0)를 사용하고 있습니다 . TensorFlow Lite 모델을 NPU에서 실행되도록 변환했으며, 펌웨어를 성공적으로 빌드하고 플래싱할 수 있습니다.하지만 내가 전화하면: ret = LL_ATON_RT_RunEpochBlock(&NN_Instance_Default);함수가 결코 반환되지 않습니다.내가 이미 구성한 것시계 및 재설정NPU 클럭을 활성...

seokjs_0-1758778760868.png
seokjs by Associate II
  • 1140 Views
  • 12 replies
  • 1 kudos

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
  • 1022 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
  • 744 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╔══════════...