cancel
Showing results for 
Search instead for 
Did you mean: 

Stm32n657-dk board with Zoo models

Kumar123
Associate II

Dear Team

How can I implement Zoo models on the STM32N657-DK board?

 

2 REPLIES 2
Julian E.
ST Employee

Hello @Kumar123,

 

You have the ST Model Zoo: GitHub - STMicroelectronics/stm32ai-modelzoo: AI Model Zoo for STM32 devices

That contains model that you can use with the ST Model Zoo Services or with the Standalone getting started

 

ST Model Zoo Services: GitHub - STMicroelectronics/stm32ai-modelzoo-services: AI Model Zoo services for STM32 devices

Standalone getting started: STM32N6-AI | Software - STMicroelectronics

 

With the ST Model Zoo Services, you can find documentation to retrain a model, quantize a model, evaluate a model, deploy a model etc. You need to edit the user_config.yaml and run the stm32_main.py script.

 

With the Standalone getting started, you can replace the default model with models from the model zoo. See the doc in /Doc (you will mainly need to convert the model to c and edit the postprocessing).

 

Have a good day,

Julian


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

Dear Julian

Thank you for your response. I’ve installed the packages, but I’m not familiar with the Model Zoo. I’ve chosen the image_classification example—how do I implement it? Please guide me step by step

GitHub - STMicroelectronics/stm32ai-modelzoo: AI Model Zoo for STM32 devices

GitHub - STMicroelectronics/stm32ai-modelzoo-services: AI Model Zoo services for STM32

 STM32N6-AI | Software - STMicroelectronics