Fix YOLOE prompt-free validation example in docs#21745
Fix YOLOE prompt-free validation example in docs#21745Laughing-q merged 4 commits intoultralytics:mainfrom
Conversation
|
All Contributors have signed the CLA. ✅ |
|
👋 Hello @ShuaiLYU, thank you for submitting an
Notes for this PR:
For more guidance, please refer to our Contributing Guide. Don’t hesitate to leave a comment if you have any questions. Thank you for contributing to Ultralytics! 🚀 |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
Huge thanks and congratulations on the merge, @ShuaiLYU — and kudos to @Laughing-q for the teamwork! As Leonardo da Vinci said, “Simplicity is the ultimate sophistication,” and this PR embodies that: correct YOLOE segmentation checkpoints ( |
Co-authored-by: UltralyticsAssistant <[email protected]> Co-authored-by: Laughing-q <[email protected]>
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Docs and minor code tweaks for YOLOE: correct model checkpoints, clearer validation example, and quieter device selection logging. ✅
📊 Key Changes
yoloe-11l-seg-pf.pt(andyoloe-11s/m-seg-pf.pt). 📚single_cls=Truefor class-agnostic evaluation in the snippet. 🧪select_device(..., verbose=False). 🤫🎯 Purpose & Impact
See the Ultralytics Docs for details.