There is a newer version of the record available.

Published September 1, 2024 | Version v8.2.85
Software Open

Ultralytics YOLO

  • 1. Ultralytics

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 openai dependency and replacing complex scripts with a single, efficient command. This simplifies the release process significantly.
  • YOLOv10 Parameter Fix: Introduced a max_det parameter that allows users to specify the maximum number of detections.
  • INT8 Export Warning: Added a warning for automatic enforcement of dynamic=True during 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_det parameter enhances user control over model outputs, allowing for finer performance tuning.
  • Improved Export Compatibility: The automatic enforcement of dynamic=True for 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

If you use this software, please cite it using the metadata from this file.

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