-
Notifications
You must be signed in to change notification settings - Fork 243
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
Export YOLOV8 models from Keras to onnx #2016
Comments
Hi @AleksNet5 - Thanks for reporting the issue.
Can you help me with sample code for model creation or if possible share sample model and also error traceback to dig this issue more ? |
Hello! Otherwise if I use code from YOLOV8 outputs decoding function I got zero results |
Hi @mehtamansi29! |
This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you. |
Hi @AleksNet5 - Sorry for the delay. Here you can export the Yolov8 models from other frameworks to onnx or tflite :
Attached gist here fro reference. |
Hello everyone!
I’ve trying to export yolov8 models to other frameworks, to onnx and to tflite. I got some point in exporting to onnx but now model has very bad ocurasy.
If I try to convert it just by tf2onnx it gives me error about YOLOV8Detection layer.
The text was updated successfully, but these errors were encountered: