fix(deps): update dependency ultralytics ( 8.4.90 → 8.4.92 ) - #451
Merged
Conversation
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
July 10, 2026 13:48
a0f149a to
283af73
Compare
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | pypi | ultralytics | 8.4.90 | 8.4.92 |
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
July 11, 2026 01:16
283af73 to
3eb2bba
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.90→==8.4.92Release Notes
ultralytics/ultralytics (ultralytics)
v8.4.92: - Fix RKNN INT8 multi-batch export (#25094)Compare Source
🌟 Summary
Ultralytics v8.4.92 improves RKNN INT8 multi-batch export reliability, strengthens inference and dataset validation, and expands YOLO26 documentation for web deployment. 🚀
📊 Key Changes
🔧 Fixed RKNN INT8 multi-batch export (PR #25094, @glenn-jocher)
rknn_batch_size.batch=8.⚡ Improved compiled model predictor reuse (PR #25092, @glenn-jocher)
None.torch.compilemodel wrappers from triggering unsupported truth-value checks during repeated inference.✅ More accurate validation split handling (PR #25093, @glenn-jocher)
valortest, instead of always checkingval.📦 More reliable polygon-to-box conversion (PR #25086, @JESUSROYETH)
segment2box()now preserves the visible portion of polygons that cross image boundaries.🌐 Expanded LiteRT web deployment documentation (PR #25087, @onuralpszr)
@ultralytics/yoloNPM package.npm i @​ultralytics/yolo @​litertjs/core.📚 Refreshed pose dataset documentation
🔐 Simplified contributor license workflow
ultralytics/actionsworkflow.🎯 Purpose & Impact
testorvaldata earlier.What's Changed
segment2boxshrinking boxes when augmented polygons cross image bounds by @JESUSROYETH in #25086Full Changelog: ultralytics/ultralytics@v8.4.91...v8.4.92
v8.4.91: - ExcludeSigmoid/Softmaxfrom TensorRT INT8 quantization (#25020)Compare Source
🌟 Summary
Ultralytics
v8.4.91improves YOLO26 deployment quality—especially TensorRT INT8 confidence calibration—while adding stronger automated CLI fuzz testing, better export reliability, and many training/inference bug fixes 🚀📊 Key Changes
Improved TensorRT INT8 exports for YOLO26 confidence scores ⚡
Sigmoidoperation from INT8 quantization in TensorRT export paths.Sigmoidacross TensorRT 7 through TensorRT 11+ using the appropriate backend mechanisms.Added daily YOLO CLI fuzz testing 🧪
yoloCLI across train, export, predict, validation, and chaos-style command variations.Improved ONNX INT8 export reliability 🔧
Conv,Gemm, andMatMul.Better pretrained fine-tuning behavior 🎯
Multiple inference, validation, and tracking fixes ✅
track()crashes caused by CPU/GPU tensor mismatches when using exported models with the default tracker.classesfiltering being applied aftermax_dettruncation for end-to-end NMS models, which could return too few or zero detections.save_txt=Truekeypoint scaling so saved keypoints correctly align with original image coordinates.HeatmapandObjectBlurrer.Improved support for non-RGB and custom-channel workflows 🌈
Export and platform reliability improvements 🧩
4.13.0.90correctly.Documentation refreshes 📚
CI and Docker workflow hardening 🐳
🎯 Purpose & Impact
More accurate TensorRT INT8 confidence calibration 📈
Sigmoidat higher precision helps prevent confidence-score compression in YOLO26 TensorRT INT8 exports.More reliable production exports 🚀
Fewer silent or confusing failures 🛡️
Better results when fine-tuning custom datasets 🎓
Stronger support for specialized vision data 🛰️
Higher long-term stability through fuzzing 🧪
Clearer learning and dataset guidance 📖
What's Changed
track()device mismatch with exported models under the defaulttracktracktracker by @JESUSROYETH in #25042classify_transformsignoringinterpolationfor non-square sizes by @ahmet-f-gumustas in #25047classesfilter applied aftermax_dettruncation in end-to-end NMS by @JESUSROYETH in #25043Heatmap,ObjectBlurrerand other solutions crash with OBB models by @JESUSROYETH in #25058save_txtkeypoint scaling inPoseValidatorby @JESUSROYETH in #25053DistillationModelwarmup for single-channel datasets by @JESUSROYETH in #25067Sigmoid/Softmaxfrom TensorRT INT8 quantization by @davidnichols-ops in #25020New Contributors
Full Changelog: ultralytics/ultralytics@v8.4.90...v8.4.91
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.