Skip to content
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 these models to onnx and how to use converted onnx models? #12

Open
nissansz opened this issue Sep 30, 2024 · 1 comment

Comments

@nissansz
Copy link

How to convert these models to onnx and how to use converted onnx models?

@whn09
Copy link
Owner

whn09 commented Oct 22, 2024

You can refer to this page: https://github.com/ultralytics/ultralytics

# Export the model to ONNX format
path = model.export(format="onnx")  # return path to exported model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants