Automatic reload of a trained model

Hi all,
I’m currently working with an OpenMV H7 on neural network. The network is dynamically re-trained on a main board so I have to automatically upload new model on H7 every time it is available on main board.
I guess I have to modify the firmware to do this so I would like to ask you some hints.

Thanks for all replies

With the TensofFlow module you just delete the model object from RAM and accept a new model.

How is the model getting onto the OpenMV Cam?

The model is a quantized model output from STM32CubeAi.

Can you explain me better?

Thank you!

You need to edit the firmware yourself.