Replies: 2 comments
-
|
👋 Hello @123mengye, thank you for your interest in Ultralytics and for using YOLO with yolosharp 🚀 You mentioned that loading your exported ONNX model in yolosharp fails while the
In the meantime, we recommend checking the Docs where you can find many Python and CLI usage examples, as well as guidance that may clarify differences between Join the Ultralytics community where it suits you best to discuss yolosharp and ONNX deployment further:
UpgradeBefore debugging, please ensure you have upgraded to the latest pip install -U ultralyticsEnvironmentsYOLO may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
StatusIf this badge is green, all Ultralytics CI tests are currently passing. CI tests verify correct operation of all YOLO Modes and Tasks on macOS, Windows, and Ubuntu every 24 hours and on every commit. |
Beta Was this translation helpful? Give feedback.
-
Hello @123mengye, when I check their documentation ( https://github.com/dme-compunet/YoloSharp ) they are using our solution to export not theirs and secondly. It would be better ask them why is it not loading or what is the error. Without any information I am sorry none of us can help you out. If you check bot message it is also asking for "a minimum reproducible example" it should be nice to provide this information to yolosharp people so they can help you out. Thank you very much :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I tried to load my exported onnx file using yolosharp, it failed, but the pt file can be loaded using Python. Why is this
Beta Was this translation helpful? Give feedback.
All reactions