does stm32 model zoo support board other than boards specified below?
D:\stm32ai-modelzoo\object_detection\scripts\deployment> python .\deploy.py
[INFO] : Successfully connected, starting the model validation on target ...
[INFO] : Starting the benchmark on target STM32H747I-DISCO, other available boards ['STM32F469I-DISCO', 'STM32L4R9I-DISCO', 'STM32H573I-DK', 'STM32H7B3I-DK', 'NUCLEO-F401RE', 'NUCLEO-G474RE', 'B-U585I-IOT02A', 'NUCLEO-H743ZI2', 'STM32F769I-DISCO', 'STM32H735G-I2', 'STM32F769I-DISCO', 'STM32H735G-DK', 'STM32H747I-DISCO', 'STM32F746G-DISCO']
I want to train and deploy an object detection model on my new purchased NUCLEO-H745ZI-Q board. I am reading the code line by line to see if I can adjust the code to train and deploy the model without getting into the STMCubeIDE.
And I see there are other boards available for benchmarking, I am wondering if I can read model zoo repo line by line and see if I can change the code so that it could train and deploy object detection or image classification models on NUCLEO-H745ZI-Q board using customized dataset without actually entering CubeIDE? I am worried that if there exists some hidden lines of code that will prevent boards that are not specified from deployment.
I understand I may need configure the board in the CubeIDE first to generate files needed by the NUCLEO-H745ZI-Q board, but once this is done, I should be able to train, evaluate and deploy the model using command lines easily.
Thanks in advance for your answer, Hope to hear from you soon! If there is any confusion in my question, please do not hesitate to speak out!
