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

Resolved! Deployment of a yolov8n onnx model on STM32N6

Hello,I am trying to deploy a yolov8n model on STM32N6570-DK. For that I tried to follow the instructions in https://github.com/STMicroelectronics/stm32ai-modelzoo-services/blob/main/object_detection/deployment/doc/tuto/How_to_deploy_yolov8_yolov5_ob...

mtv by Associate III
  • 969 Views
  • 8 replies
  • 3 kudos

How to deploy a custom PyTorch AI model on the STM32N6570?

I want to deploy a PyTorch AI model on the STM32N6570. I have already trained the model and converted it to an ONNX file. I’m looking for a quantization, compilation, and deployment example or tutorial. The speech enhancement example in the STM32 AI ...

llcc by Senior
  • 2408 Views
  • 14 replies
  • 0 kudos

Resolved! Not able to deploy Instance Segmentation Model on N6.

Hi everyone, I am trying to deploy a yolov8seg instance segmentation my STM32N6570-DK board, but I am facing some issues. I am getting this error.(st_zoo) kartikkhandewal@atl-hpzg14-99:~/stm32packages/stm32ai-modelzoo-services/instance_segmentation/s...

Resolved! Network analyze result is only on final layer

Hi - I'm attempting to run my first NN on an STM32H5. This is a low frame rate, low resolution vision application.When loading NN into CubeMX, the Analyze results and graph are always the same - just the final dense layer. In case it matters, I train...

pjb by Associate II
  • 607 Views
  • 6 replies
  • 1 kudos

Resolved! Build failed error when deploying pose detection model

Hi everyone, I am trying to deploy a pose detection model on stm32n6570-dk board but I am getting the following error. (st_zoo) kartikkhandewal@ATL-HPZG14-99:~/stm32packages/stm32ai-modelzoo-services/pose_estimation/src$ python3 stm32ai_main.py --con...

Resolved! Is my STM32H573 AI model deployment procedure correct?

Hello. I am a newbie who is experiencing embedded.I recently got the stm32h573i-dk board and I am trying to upload an AI inference model to the board. The inference model is a simple test model that predicts the XOR value.I created a project in STM32...

yongjin by Associate
  • 314 Views
  • 2 replies
  • 1 kudos