fix(deps): update dependency ultralytics ( 8.3.163 → 8.3.165 ) - #51
Merged
Conversation
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
July 12, 2025 00:45
212ffb5 to
7b3c882
Compare
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
July 12, 2025 12:15
7b3c882 to
699cded
Compare
| datasource | package | from | to | | ---------- | ----------- | ------- | ------- | | pypi | ultralytics | 8.3.163 | 8.3.165 |
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
July 13, 2025 00:51
699cded to
80590ea
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.163->==8.3.165Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ultralytics/ultralytics (ultralytics)
v8.3.165: -ultralytics 8.3.165Update datasets YAML's (#21353)Compare Source
🌟 Summary
This release standardizes the folder structure for datasets in Ultralytics, making dataset paths more consistent and user-friendly across multiple YAML configuration files. 📁✨
📊 Key Changes
images/train,images/val, andimages/test.🎯 Purpose & Impact
Overall, this update improves the reliability and usability of dataset management, helping users work more efficiently with Ultralytics models and tools.
What's Changed
ultralytics 8.3.165Update datasets YAML's by @RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/21353Full Changelog: ultralytics/ultralytics@v8.3.164...v8.3.165
v8.3.164: -ultralytics 8.3.164Fix swapped mAP50 and mAP50-95 in COCOEval stats (#21350)Compare Source
🌟 Summary
This release delivers a critical fix to YOLO detection validation metrics, improves dataset flexibility, enhances export reliability, and polishes documentation and developer experience. 🚀
📊 Key Changes
max_samplesparameter for controlling the number of text samples inGroundingDatasetand improved logic for negative text selection.valid/as a fallback validation folder, improving compatibility with Roboflow and similar dataset exports.numpy.ndarraytonp.ndarrayacross code and documentation for clarity.pillow_heiftopi-heiffor HEIC image decoding, simplifying license compliance.sweep_annotatormethod.🎯 Purpose & Impact
This update is recommended for all users, especially those validating detection models, working with custom datasets, or exporting models for deployment. 🚀🛠️
What's Changed
max_samplesvalue betweenGroundingDatasetandYOLOMultiModalDatasetby @Y-T-G in https://github.com/ultralytics/ultralytics/pull/21286valid/as fallback validation folder for classification datasets by @JamesBond6873 in https://github.com/ultralytics/ultralytics/pull/21321classify_augmentationsby @Toprak2 in https://github.com/ultralytics/ultralytics/pull/21322CSSfromsimilarity-search.htmlby @RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/21335sweep_annotatorexample by @RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/21331pillow_heiftopi_heifby @picsalex in https://github.com/ultralytics/ultralytics/pull/21339ultralytics 8.3.164Fix swapped mAP50 and mAP50-95 in COCOEval stats by @Y-T-G in https://github.com/ultralytics/ultralytics/pull/21350New Contributors
Full Changelog: ultralytics/ultralytics@v8.3.163...v8.3.164
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.