fix(deps): update dependency ultralytics ( 8.4.92 → 8.4.93 ) - #452
Merged
Conversation
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | pypi | ultralytics | 8.4.92 | 8.4.93 |
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.92→==8.4.93Release Notes
ultralytics/ultralytics (ultralytics)
v8.4.93: - Enable dynamic shapes and NMS for Alibaba MNN export (#22348)Compare Source
🌟 Summary
Ultralytics v8.4.93 expands Alibaba MNN export capabilities, improves training and inference reliability, and adds major dataset, cloud-storage, and integration documentation updates. 🚀
📊 Key Changes
Alibaba MNN exports now support dynamic shapes and embedded NMS 🎯
dynamic=Trueenables variable image dimensions for MNN models.nms=Trueis supported for detect and pose models with static shapes.Improved model tracking and vision workflows 👁️
ObjectCounternow determines IN/OUT direction from object motion rather than region shape, improving counting in square and wide regions.embed=[]no longer causes prediction to fail.More reliable training, benchmarking, and export behavior 🛠️
benchmark(half=True)andbenchmark(int8=True)flags now correctly map to quantized benchmarking instead of silently using FP32.nbs=0,max_det=0,mask_ratio=0, or negative seeds are rejected early with clear errors.torch.compilegracefully falls back to eager execution when no C++ compiler is available.Improved segmentation and conversion utilities ⚡
segment2boxis significantly faster while preserving its output.process_mask(upsample=True)now upsamples before cropping, preventing mask pixels from leaking outside bounding boxes.crop_fractionusage now emits a warning instead of stopping classification transforms.Expanded pose evaluation customization 🧍
kpt_oks_sigmasvalues in their YAML files.Ultralytics Platform cloud-storage integrations documented ☁️
Documentation and deployment updates 📚
.aimodelworkflow. Core AI export is not yet available; Core ML remains the supported Apple deployment path..txtimage lists for train, validation, and test splits.ultralytics-inference0.0.27.1,yes,on,y, andt.🎯 Purpose & Impact
segment2boximplementation and improved small-dataset documentation make testing and experimentation more efficient.What's Changed
ObjectCounterpolygon direction to follow object motion by @JESUSROYETH in #25104BOTSORTnative-ReID crash with user-supplied detections by @JESUSROYETH in #25102benchmarkby @JESUSROYETH in #25106ValueErrorwhenpredictis called with an emptyembedlist by @ahmet-f-gumustas in #25123raise DeprecationWarninghaltingclassify_transformsby @Dheeraj-Bhaskaruni in #24236ultralytics-inferenceversion to 0.0.27 in documentation by @onuralpszr in #25130save_diroverride when resuming training by @yegeniy in #23623process_maskto prevent mask leakage by @wjddnwp29 in #24463.txtimage-list usage in dataset YAML splits by @raimbekovm in #24472kpt_oks_sigmasfor pose evaluation via dataset YAML by @cosmo-gb in #24381New Contributors
Full Changelog: ultralytics/ultralytics@v8.4.92...v8.4.93
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.