fix(deps): update dependency ultralytics ( 8.4.75 → 8.4.78 ) - #428
Merged
Conversation
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | pypi | ultralytics | 8.4.75 | 8.4.78 |
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
June 25, 2026 13:55
6c1df8b to
e03a46f
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.75→==8.4.78Release Notes
ultralytics/ultralytics (ultralytics)
v8.4.78: - Remove scipy from core dependencies (#24927)Compare Source
🌟 Summary
Ultralytics
v8.4.78is mainly a lightweighting and usability release 🚀—the biggest change removes SciPy from core dependencies, making installs smaller and simpler with no expected behavior changes, while docs were also improved for region counting, predictor argument persistence, and site navigation.📊 Key Changes
Removed SciPy from core dependencies 🪶
linear_sum_assignment, used in important matching logic across:Smaller and cleaner installation footprint 📦
Region counting documentation was reworked 🎯
Clarified
model.embed()/ predictor argument persistence 📝embedcan persist unexpectedly unless reset, such as withembed=None.Large documentation link cleanup across the docs site 🔗
🎯 Purpose & Impact
Easier installs for everyone ⚡
Better portability and deployment 🌍
No intended model behavior changes ✅
Improved reliability for advanced workflows 🤖
Fewer documentation gotchas 📚
model.embed()andmodel.predict().Better docs experience across languages and previews 🌐
Overall,
v8.4.78is a quality-of-life release 💡: lighter installs, cleaner internals, and clearer documentation, with the SciPy removal being the standout improvement.What's Changed
Full Changelog: ultralytics/ultralytics@v8.4.77...v8.4.78
v8.4.77: - Add knowledge distillation for YOLO detection models (#24894)Compare Source
🌟 Summary
Ultralytics
v8.4.77is headlined by new knowledge distillation support 🎓 for YOLO training, helping smaller models learn from larger ones to boost accuracy without slowing down inference, alongside a usefulRegionCountercrash fix and clearer solution docs 📚.📊 Key Changes
🧠 Knowledge distillation added for YOLO training
distill_modelargument.dissetting controls how strongly the teacher guides training.DistillationModelwrapper to handle:🚀 New Knowledge Distillation guide
📈 Potential accuracy gains for compact YOLO26 models
🛠️ RegionCounter crash fixed
add_region()could crash during processing because required polygon preparation data was missing.RegionCountermore reliable.📚 Documentation refresh for real-time solutions
🔎 Documentation SEO/title improvements
🎯 Purpose & Impact
🎯 Better small-model performance
⚡ No extra inference cost
🧪 More robust training workflows
🧰 More stable solution usage
RegionCounterfix removes a frustrating crash path, especially for users creating regions programmatically instead of only through predefined setup.📖 Easier onboarding
🌍 Better discoverability
If you'd like, I can also turn this into a short release note version or a more technical developer-focused summary.
What's Changed
Full Changelog: ultralytics/ultralytics@v8.4.76...v8.4.77
v8.4.76: - Add multi-dataset fine-tuning via MultiTrainer (#24914)Compare Source
🌟 Summary
Ultralytics v8.4.76 is headlined by a powerful new multi-dataset fine-tuning workflow 🚀, making it much easier to train one YOLO model across several datasets in one run, while also improving tracking defaults, segmentation/tracking stability, and docs clarity.
📊 Key Changes
🆕 Multi-dataset fine-tuning via
MultiTrainermodel.train().📈 Better multi-dataset benchmarking outputs
multitraindirectory.🔗 Easier Ultralytics Platform dataset/model loading
ul://format behind the scenes.🎯 Default tracker changed to
tracktrack.yamlTrackTrackis now the default multi-object tracker instead of BoT-SORT.🛠️ Segmentation + ReID compatibility fix
📦 DDP training metrics recovery improved
🔄 Revert of recent
predict()path-list loading change🧩 Solutions improvements
show_boxesto instance segmentation solutions so users can turn bounding boxes on or off.RegionCounterso counts no longer remain stale on empty frames.regionargument docs to better match actual behavior.📚 Documentation updates
🎯 Purpose & Impact
For researchers and advanced users 🧪
For teams managing many datasets 📂
For tracking users 🚗
TrackTrackas the default tracker may improve out-of-the-box tracking quality, but it could also slightly change results in existing workflows that depended on default behavior.tracker=botsort.yamlexplicitly.For deployment users ⚙️
predict()behavior helps avoid export/runtime issues, particularly when using static-batch exported models.For solution users 👀
For the broader community 📘
In short: v8.4.76 is mainly about making multi-dataset fine-tuning much more practical and scalable 🌟, while also improving default tracking behavior, restoring inference compatibility, and polishing the overall user experience.
What's Changed
tracktrackas default tracker by @Laughing-q in #24897Full Changelog: ultralytics/ultralytics@v8.4.75...v8.4.76
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.