How to use model yolov8 for tflite_flutter?
Hello everyone. The SSD Mobilenet model has low accuracy, so I want to switch to using the YOLOv8 model. However, due to differences in tensors and output, it is challenging to make the transition. Can anyone help me? Thank you.
Should be more specific with your problem. You need to convert your yolov8 into tflite before trying to implement it. Then use something like Neutron to figure out the inputs and outputs. everything else is the same as mobile net models.
Take a look to my repository: https://github.com/ferraridamiano/yolo_flutter
Note that there should be some issue with flutter-tflite since the computation time is really slow (see this issue)