ultralytics / ultralytics

NEW - YOLOv8 πŸš€ in PyTorch > ONNX > OpenVINO > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
23.75k stars 4.74k forks source link

YOLO-World: Fix verbose #11686

Closed Laughing-q closed 1 week ago

Laughing-q commented 1 week ago

verbose option for regular yolov8 model, works very well: pic-240506-1829-51 For yolo-world: before, nothing output: pic-240506-1828-48 after, behaves like other detection models i.e yolov8: pic-240506-1828-56

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced verbosity settings for YOLO model initialization πŸ“’

πŸ“Š Key Changes

🎯 Purpose & Impact

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.63%. Comparing base (9d48190) to head (89b3c26).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11686 +/- ## ======================================= Coverage 70.63% 70.63% ======================================= Files 122 122 Lines 15590 15590 ======================================= Hits 11012 11012 Misses 4578 4578 ``` | [Flag](https://app.codecov.io/gh/ultralytics/ultralytics/pull/11686/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | Coverage Ξ” | | |---|---|---| | [Benchmarks](https://app.codecov.io/gh/ultralytics/ultralytics/pull/11686/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | `35.60% <100.00%> (ΓΈ)` | | | [GPU](https://app.codecov.io/gh/ultralytics/ultralytics/pull/11686/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | `37.37% <33.33%> (ΓΈ)` | | | [Tests](https://app.codecov.io/gh/ultralytics/ultralytics/pull/11686/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | `66.74% <100.00%> (ΓΈ)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

glenn-jocher commented 1 week ago

@Laughing-q merged!