Can you generate ai_model_config.h from cubeMX?
The deploy.py script in stm32ai-modelzoo/image_classification/getting_started generates an extra file, ai_model_config.h which is convenient as it contains the class names and other usefull defines.
Is there a way to generate this file from cubeMX?
Moreover, at the end of this config.h file, there are some defines which are related to the specific board (a nucleo H743ZI2 in my case). Where do these come from and how can someone modify them?
For example I would like to use an OV7670 camera in place of the one supported in the example.
