-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
Add YOLO11 Model Support #573
Comments
+1 |
@lakshanthad Oh, I see that the V8 converter also works for yolo11 models |
What do you mean by "V8 converter"? |
use the resulting onnx model then |
Great @neilyoung. However, it would be nice to have a separate section for YOLO11. Btw, please refer to the below instructions for YOLOv8. Still waiting for merge: |
@lakshanthad Thanks for making me aware of this. |
I tried this but it doesn't work. It will come into an AttributeError: |
@worstshit Well, I downloaded the weights from here and ran the script as shown
|
@worstshit Kindly install updated ultralytics[export] package
|
@neilyoung I'm sorry to ask again, i still failed with this export yolov11 model to onnx. I use jetson nx 16GB and tried as follows: |
Launch a clean Ubuntu 22.04 VM, install this repo and deps there and do the conversion |
Hello @marcoslucianops,
Great work on DeepStream-Yolo!
With the release of the latest Ultralytics YOLO11 models, it would be great to have DeepStream support for these models.
Thank you.
The text was updated successfully, but these errors were encountered: