How to deploy a yolo model trained on custom data (for fall detection) on STM32H747I DISCO board
How to figure out which model can be deployed on the board, according to the available RAM on the board.
The ST-yolo-LC model from the ST model zoo seems to fit the board's RAM availability,
(i) is it possible to train this model for my own usecase i.e fall detection and implement the same?
(ii) And if I retrain the model for my own use, can I still use the application as it is from the AI function pack examples.
(iii) What model is st-yolo-LC, is it a particular of yolo models or a custom model?
