fix(deps): update dependency ultralytics ( 8.4.67 → 8.4.68 ) - #416
Merged
Conversation
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | pypi | ultralytics | 8.4.67 | 8.4.68 |
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
June 16, 2026 02:16
dcb55c6 to
446dd54
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.4.67→==8.4.68Release Notes
ultralytics/ultralytics (ultralytics)
v8.4.68: - Semantic segmentation class weights (#24843)Compare Source
🌟 Summary
Ultralytics
v8.4.68is mainly a training-quality and reliability release, led by a major improvement for semantic segmentation: you can now use class weighting to better handle imbalanced datasets 🎯🧠📊 Key Changes
Semantic segmentation now supports class weights via
cls_pw🖼️⚖️Default semantic training behavior stays the same 🔒
cls_pwis not set, or is0, Ultralytics keeps the previous behavior.Better weighting logic for segmentation 🧮➡️🧠
More robust handling of missing or unreadable labels/masks 🛠️
Detection classification loss can now apply class weights too 📦
Several production stability fixes 🚑
Safer model loading on older PyTorch versions 🔐
torch<2.5instead of erroring out.Security fix for similarity search UI 🛡️
Docs and platform updates 📚
🎯 Purpose & Impact
Better semantic segmentation on imbalanced datasets 🌍
Safer upgrade path ✅
cls_pw, most users can upgrade without changing existing results.More control for advanced users 🎛️
Improved robustness in production 🏭
Broader hardware confidence 💻
Better security and compatibility 🔒
Overall,
v8.4.68is a practical quality release with its biggest win being more capable and customizable semantic segmentation training, plus several important fixes that make Ultralytics more stable and dependable in real-world use 🚀What's Changed
New Contributors
Full Changelog: ultralytics/ultralytics@v8.4.67...v8.4.68
Configuration
📅 Schedule: (in timezone Europe/Vienna)
🚦 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 Mend Renovate.