-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Cleanup and fix ONNX segment example #19551
Conversation
👋 Hello @Y-T-G, thank you for submitting your
For additional guidelines and tips, please refer to our Contributing Guide. 🌟 If you have any questions, feel free to leave a comment here — this is an automated response, but an Ultralytics engineer will review and assist you soon. Thank you for helping make Ultralytics better! 🚀 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #19551 +/- ##
==========================================
- Coverage 78.16% 73.24% -4.93%
==========================================
Files 129 129
Lines 17586 17586
==========================================
- Hits 13746 12880 -866
- Misses 3840 4706 +866
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Mohammed Yasin <32206511+Y-T-G@users.noreply.github.com>
@Y-T-G nice! |
"🎉 Fantastic work, @Y-T-G and @glenn-jocher! This merged PR is a testament to the power of collaboration and continuous improvement. As Henry Ford once said, 'Coming together is a beginning; keeping together is progress; working together is success.' Your efforts to streamline the |
Closes #19547
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Refactored the
YOLOv8-Segmentation-ONNXRuntime-Python
example to enhance clarity, performance, and flexibility. 🚀📊 Key Changes
letterbox
) and postprocessing steps.YOLOv8Seg
class with additional configurable options likeiou
threshold andimgsz
.conf
andiou
).torch.cuda.is_available
).🎯 Purpose & Impact
This update delivers more polished and user-friendly code for running YOLOv8 segmentation with ONNXRuntime! 🚀