cancel
Showing results for 
Search instead for 
Did you mean: 

Which software do I need to install to start with STM32N6570-DK?

Anhem
Associate

I am a newbie with STM32N6570-DK.

My target is to deploy AI model on this board. Which software do I need to install to start with STM32N6570-DK? I means that all softwares.

Thank you.

2 REPLIES 2
Julian E.
ST Employee

Hello @Anhem ,

 

I would suggest you start with ST Model Zoo: 

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

 

This github repository is composed of 2 parts:

  • ST Model Zoo: where you can download models
  • ST Model Zoo Services: Where you will find python scripts mainly to retrain models, do quantization and deployment on N6.

 

Make sure to follow the before you start in ST Model Zoo Services (at the end) to install everything correctly.

Also, to deploy model on N6, follow this document (example for object detection). You will need to download a few additional things:

stm32ai-modelzoo-services/object_detection/deployment/README_STM32N6.md at main · STMicroelectronics/stm32ai-modelzoo-services

 

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.