-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to convert yolov8 custom model to tflite format #51
Comments
I used this code in google colab to convert: %pip install ultralytics |
Ultralytics YOLOv8.0.151 Python-3.9.13 torch-2.5.1+cu118 i tried this to train model and it generate best.pt and i export to tflite |
i have tried convert .pt file to .onnx file, then convert to .pb file, finally .tflite file. but it seems didnt work
The text was updated successfully, but these errors were encountered: