fix(deps): update dependency ultralytics ( 8.4.58 → 8.4.60 ) - #402
Merged
Conversation
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | pypi | ultralytics | 8.4.58 | 8.4.60 |
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.58→==8.4.60Release Notes
ultralytics/ultralytics (ultralytics)
v8.4.60: -ultralytics 8.4.60ONNX INT8 export (#24666)Compare Source
🌟 Summary
Ultralytics
v8.4.60is mainly about adding ONNX INT8 export 🎉, making it easier to create smaller, faster deployment models with built-in calibration support, while also including a few helpful export, training, and documentation fixes.📊 Key Changes
🚀 Major new feature: ONNX
int8=Trueexportdatafor calibration dataset selection andfractionfor using only part of the dataset.*_int8.onnx.🔄 Shared INT8 calibration pipeline
📘 Much better ONNX export documentation
⚙️ RKNN export now supports the standard
halfargumenthalf=True, and this becomes the default floating-point path for supported Rockchip hardware.🐛 Segmentation training fix for polygons on image borders
segment2boxensures polygon points lying exactly on image edges are no longer dropped.📝 Auto-annotate docs updated
output_dirfor auto-annotation was corrected.🧹 Docs metadata cleanup
🎯 Purpose & Impact
🎯 Faster and lighter ONNX deployment
🛠️ Simpler export workflow
🔒 More reliable maintenance and consistency
📈 Better user experience for deployment
🤖 Improved hardware export support
half=Trueupdate helps Rockchip deployments behave more predictably and aligns them better with common export expectations.🖼️ More accurate segmentation training
Overall,
v8.4.60is a deployment-focused release 🌍, with ONNX INT8 export as the standout improvement and several supporting fixes that improve reliability, documentation, and hardware export consistency.What's Changed
ultralytics 8.4.60ONNX INT8 export by @glenn-jocher in #24666Full Changelog: ultralytics/ultralytics@v8.4.59...v8.4.60
v8.4.59: - Validate RKNN INT8 calibration dataset path (#24659)Compare Source
🌟 Summary
Ultralytics
v8.4.59improves Rockchip RKNN export with safer and clearer INT8 quantization support, making deployment on Rockchip edge devices more reliable and easier to use 🚀📊 Key Changes
✅ RKNN INT8 calibration file is now validated before export proceeds
🧠 Simpler RKNN INT8 workflow for users
data=...during export.dataset.txtcalibration file automatically.dataset.txtstays an internal implementation detail, not something users are expected to manage directly.⚡ New RKNN INT8 export support introduced in this release cycle
int8=Truedata=...fraction=...📱 Expanded support for INT8-only Rockchip chips
int8=True.📚 Documentation and export tables updated
int8=Trueis requireddataandfractionfor calibration🛡️ Better RKNN API error handling
🎯 Purpose & Impact
More reliable RKNN exports 🔒
Easier INT8 quantization for everyone 🙌
data=coco8.yamlor another dataset YAML, without learning RKNN-specific file conventions.Better support for edge deployment on Rockchip hardware 📦
Cleaner user experience 🧹
Potential performance and compatibility gains 🚀
Lower risk of misconfiguration⚠️
If helpful, I can also provide a 1-paragraph release note version or a developer-focused changelog summary for
v8.4.59.What's Changed
ultralytics 8.4.59Rockchip RKNN INT8 export option by @glenn-jocher in #24656Full Changelog: ultralytics/ultralytics@v8.4.58...v8.4.59
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.