fix(deps): update dependency ultralytics ( 8.3.168 → 8.3.169 ) - #63
Merged
Conversation
| datasource | package | from | to | | ---------- | ----------- | ------- | ------- | | pypi | ultralytics | 8.3.168 | 8.3.169 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==8.3.168->==8.3.169Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ultralytics/ultralytics (ultralytics)
v8.3.169: -ultralytics 8.3.169Add GT, TP, FP, FN visualization for Detect, Segment, Pose and OBB (#18868)Compare Source
🌟 Summary
This release introduces powerful new visualizations for model evaluation, making it easier to understand and debug your results across Detect, Segment, Pose, and Oriented Bounding Box (OBB) tasks. 🖼️✨
📊 Key Changes
visualizeOption: Added avisualize=Trueargument for validation commands, enabling these detailed visual breakdowns.🎯 Purpose & Impact
Overall, this update brings valuable tools for both beginners and experts to better understand, visualize, and improve their computer vision projects with Ultralytics. 🚀
What's Changed
predictorargs while getting model names by @Laughing-q in https://github.com/ultralytics/ultralytics/pull/21443max_detfor inference by @atalaydenknalbant in https://github.com/ultralytics/ultralytics/pull/21457optimization_for_gpu_delegateflag for TF exports by @Y-T-G in https://github.com/ultralytics/ultralytics/pull/21482ultralytics 8.3.169Add GT, TP, FP, FN visualization for Detect, Segment, Pose and OBB by @Y-T-G in https://github.com/ultralytics/ultralytics/pull/18868New Contributors
Full Changelog: ultralytics/ultralytics@v8.3.168...v8.3.169
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.