STMicroelectronics/stm32ai-modelzoo

Can quick deployment be supported by more boards?

Closed this issue · 2 comments

I just reviewed the deployment scripts provided by stm32ai-modelzoo. And I found that only a few boards(e.g. STM32H747I-DISCO, NUCLEO-H&43ZI2) were officialy supported to quickly deploy model in them.

My questions is whether quick deployment can be supported by more boards, and if I can get other boards work via create my own stmaic-.conf and mempool.json files by refering to the example files in the folder stm32ai-modelzoo/stm32ai_application_code
/image_classification/
.

Thanks!

Hello @SheperdHannigan,

The ModelZoo image classification use case supports only the STM32H747I-DISCO and the NUCLEO-H743ZI2 boards, the quick deployment is only available on these boards. As the ModelZoo C code aims to be used as an example of AI computer vision application, you can build an application using it but you will need to adapt the code to your target.

Guillaume

Thanks a lot!