-
Notifications
You must be signed in to change notification settings - Fork 40
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
fix(detect-objects): update dependency ultralytics to v8.3.31 #20473
Merged
Conversation
This file contains 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
|
🎉 This PR is included in version 1.125.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.29
->8.3.31
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ultralytics/ultralytics (ultralytics)
v8.3.31
: -ultralytics 8.3.31
addmax_num_obj
factor forAutoBatch
(#17514)Compare Source
🌟 Summary
The
v8.3.31
release of Ultralytics introduces enhancements to automatic batch size estimation during model training, which aims to optimize memory usage and manage CUDA memory issues more effectively.📊 Key Changes
auto_batch
functionality to determine the best batch size by evaluating memory consumption.max_num_obj
parameter for better batch size accuracy.verbose
argument from training documentation as it was deemed ineffective.🎯 Purpose & Impact
What's Changed
verbose
arg from train docs. by @Y-T-G in https://github.com/ultralytics/ultralytics/pull/17257ultralytics 8.3.31
addmax_num_obj
factor forAutoBatch
by @Laughing-q in https://github.com/ultralytics/ultralytics/pull/17514Full Changelog: ultralytics/ultralytics@v8.3.30...v8.3.31
v8.3.30
: -ultralytics 8.3.30
run TAL on CPU iftorch.OutOfMemoryError
(#17515)Compare Source
🌟 Summary
Version 8.3.30 of Ultralytics introduces a resilient fallback for running task alignment processes on CPU in case of GPU memory shortages, enhancing stability and user experience for YOLO applications. 🚀
📊 Key Changes
torch.OutOfMemoryError
occurs._forward
to elegantly manage memory overflow conditions.RegionCounter
module for easier region-based object counting.🎯 Purpose & Impact
RegionCounter
addition simplifies integrating real-time object counting in specific video regions, broadening the tool's practical applications. 🔧These updates and enhancements ensure that users have a smoother and more reliable experience with Ultralytics YOLO, particularly in resource-constrained settings.
What's Changed
jupyter
image naming by @ambitious-octopus in https://github.com/ultralytics/ultralytics/pull/17479file_name
insave_crop
by @M3nxudo in https://github.com/ultralytics/ultralytics/pull/17499ultralytics 8.3.30
run TAL on CPU iftorch.OutOfMemoryError
by @Laughing-q in https://github.com/ultralytics/ultralytics/pull/17515New Contributors
Full Changelog: ultralytics/ultralytics@v8.3.29...v8.3.30
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.