Hello @EmreTuncer, Here is an answer to your questions:1. The image preprocessing depends entirely on the preprocessing used to train the model. The data format and dimensions should be exactly the same for both training and inference. I can't provi...
Hello @ishanpadaliya, To deploy an object detection model on your STM32 board please follow the object detection deployment README. The ModelZoo supports for STM32H747I-DISCO and B-CAMS-OMV module. Guillaume
Hello @Diogomv, The FP-AI-VISION1 package is deprecated, please use the STM32 Model Zoo on GitHub to experiment computer vision applications on your STM32H747I-DISCO board.Don't hesitate to come back and ask any questions you may have.Guillaume
Hello @KevinZake, Please take a look at the ModelZoo GitHub repository, it contains code examples, showing how to interface the Cube.AI generated source code to your project. Don't forget to read the Cube.AI documentation to be sure to understand the...