Published September 1, 2024
| Version v8.2.85
Software
Open
Ultralytics YOLO
Description
🌟 Summary
The v8.2.85 release for Ultralytics YOLO introduces several updates focusing on streamlining processes, enhancing model functionality, and improving documentation and compatibility.
📊 Key Changes
- GitHub Actions Update: Streamlined the publish workflow by removing the
openaidependency and replacing complex scripts with a single, efficient command. This simplifies the release process significantly. - YOLOv10 Parameter Fix: Introduced a
max_detparameter that allows users to specify the maximum number of detections. - INT8 Export Warning: Added a warning for automatic enforcement of
dynamic=Trueduring INT8 model exports to improve compatibility. - Documentation Enhancements: Improved author attribution with avatars in documentation and optimized related tools.
- Explorer Tests Requirement: Updated tests to require PyTorch version 1.13 or newer, ensuring compatibility and reliability.
🎯 Purpose & Impact
- Workflow Optimization: The updated workflow reduces the complexity of publishing releases, making it easier to manage and extend. This also reduces potential dependency issues.
- User Control: The new
max_detparameter enhances user control over model outputs, allowing for finer performance tuning. - Improved Export Compatibility: The automatic enforcement of
dynamic=Truefor INT8 ensures that users are aware of and comply with necessary export settings, thereby enhancing reliability. - Documentation Clarity: Enhanced visualization in documentation through author avatars improves user experience by making contributions more transparent.
- Ensured Test Reliability: By enforcing minimum version requirements for PyTorch, the update ensures that testing is both stable and consistent across environments, thereby boosting overall reliability.
These updates reflect Ultralytics' commitment to maintaining a robust, user-friendly development workflow while delivering improvements to model configurability and export compatibility.
Notes
Files
ultralytics/ultralytics-v8.2.85.zip
Files
(2.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:3be522fa19e5f2d5993103b58ce35860
|
2.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/ultralytics/ultralytics/tree/v8.2.85 (URL)