Question
How to use yolov8 on STM32H747
Hi,
I have successfully ran and trained the models in modelzoo but I would like to use a larger model with yolov8 for higher resolution.
It was mentioned in another post that yolov5 and above is not compatible with ST chips at the moment.
In any case can how can I use a previous model let's say v4? The available models seem to be:
st_ssd_mobilenet_v1
ssd_mobilenet_v2_fpnlite
st_yolo_lc_v1
tiny_yolo_v2
What would the .yaml file look like. Can I just use the .tflite file from yolov4 and use one of the yolo derivatives from the above list?
Alternatively, can I increase the input matrix on the available models to be larger than 416x416?
I am using the h747 disco board.
thanks
