fix(deps): update dependency ultralytics ( 8.3.162 → 8.3.163 ) - #46
Merged
Conversation
| datasource | package | from | to | | ---------- | ----------- | ------- | ------- | | pypi | ultralytics | 8.3.162 | 8.3.163 |
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
July 8, 2025 12:17
440e970 to
4c76e79
Compare
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.162->==8.3.163Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ultralytics/ultralytics (ultralytics)
v8.3.163: -ultralytics 8.3.163Add1%tolerance for labels normalization check (#21310)Compare Source
🌟 Summary
This release brings smarter label validation, improved region counting, easier video frame management, and enhanced export and CI workflows for a smoother and more reliable Ultralytics experience. 🚀✨
📊 Key Changes
Added a 1% tolerance to label normalization checks, reducing false errors from tiny rounding issues in datasets.
Improved the RegionCounter solution for easier setup and management of multiple counting zones, with clearer region drawing and more robust counting logic.
Optimized how video frames and prediction images are saved, ensuring consistent and intuitive file naming—especially for videos with complex filenames.
Refined model fusion to better support YOLOE models with positional encoding, improving deployment reliability.
Updated ONNXslim to version 0.1.59 for better model export optimization, then streamlined export requirements by removing unnecessary dependencies.
Embedded a YouTube tutorial in the validation docs, making it easier to learn how to export validation results in various formats.
🎯 Purpose & Impact
For All Users:
For Developers & Advanced Users:
Overall, this update makes Ultralytics tools more robust, user-friendly, and ready for diverse real-world applications! 🌍💡
What's Changed
regioninitialization every frame~2xfaster by @RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/21288save_txtandsave_framesby @jugal-sheth in https://github.com/ultralytics/ultralytics/pull/21276onnxslim>=0.1.59to TOML export dependencies by @inisis in https://github.com/ultralytics/ultralytics/pull/21302onnxslimfrompyproject.tomldue to Jetson6 docker tests failing by @lakshanthad in https://github.com/ultralytics/ultralytics/pull/21304ultralytics 8.3.163Add1%tolerance for labels normalization check by @Laughing-q in https://github.com/ultralytics/ultralytics/pull/21310New Contributors
Full Changelog: ultralytics/ultralytics@v8.3.162...v8.3.163
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.