Skip to main content
Associate II
April 6, 2024
Solved

Modifying an existing program in FP-AI-VISION1 for STM32H747i-DISCO

  • April 6, 2024
  • 1 reply
  • 1152 views

Hi,

I'm doing a university project on top down people counting and the existing People Counting program in the FP-AI-VISION1 package seems perfect. I'm new to microcontrollers and AI, generally speaking, but I just wanted to know if it was possible to retrain the existing program with a data set I created?

 

Any help or tips would be appreciated. Thanks,

Darrin

Best answer by Matthieu

Hello,

We have developed a model zoo: GitHub - STMicroelectronics/stm32ai-modelzoo: AI Model Zoo for STM32 devices

The STM32 AI model zoo is a collection of reference machine learning models that are optimized to run on STM32 microcontrollers. Available on GitHub, this is a valuable resource for anyone looking to add AI capabilities to their STM32-based projects.

  • A large collection of application-oriented models ready for re-training
  • Scripts to easily retrain any model from user datasets
  • Pre-trained models on reference datasets
  • Application code examples automatically generated from user AI model

These models can be useful for quick deployment if you are interested in the categories that they were trained. We also provide training scripts to do transfer learning or to train your own model from scratch on your custom dataset.

You can deploy on the STM32H747I-DISCO with B-CAMS-OMV camera daughter board in an easier way than with the FP-AI-VISION1 pack.

1 reply

Matthieu
MatthieuBest answer
ST Employee
April 6, 2024

Hello,

We have developed a model zoo: GitHub - STMicroelectronics/stm32ai-modelzoo: AI Model Zoo for STM32 devices

The STM32 AI model zoo is a collection of reference machine learning models that are optimized to run on STM32 microcontrollers. Available on GitHub, this is a valuable resource for anyone looking to add AI capabilities to their STM32-based projects.

  • A large collection of application-oriented models ready for re-training
  • Scripts to easily retrain any model from user datasets
  • Pre-trained models on reference datasets
  • Application code examples automatically generated from user AI model

These models can be useful for quick deployment if you are interested in the categories that they were trained. We also provide training scripts to do transfer learning or to train your own model from scratch on your custom dataset.

You can deploy on the STM32H747I-DISCO with B-CAMS-OMV camera daughter board in an easier way than with the FP-AI-VISION1 pack.

DarrinR1Author
Associate II
April 6, 2024

Thanks for the quick reply Matthieu, that looks like exactly what I need.