There is a newer version of the record available.

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

Ultralytics YOLO

  • 1. Ultralytics

Description

🌟 Summary

The v8.2.86 release focuses on improving model export functionality, expanding operating system compatibility, and refining code quality across the Ultralytics project.

📊 Key Changes

  • 🛠️ Model Export Enhancements: Updated logging for export failures, streamlined export logic, and improved error handling.
  • 💻 Windows Compatibility: Added comprehensive testing for Windows and adjusted dependencies to address issues with PyTorch.
  • 🎨 Code Modernization: Implemented modern Python practices like f-strings and argument-less super().
  • 🔢 Improved Dataset Handling: Refined calibration and data loading processes to ensure consistency and reliability.

🎯 Purpose & Impact

  • Enhanced Export Reliability: By increasing log visibility and removing unnecessary checks, users can diagnose issues faster, ensuring smoother model deployments.
  • Widened OS Support: Including Windows in the CI testing matrix broadens the platform support, making the tool more versatile for developers on different systems.
  • Cleaner Codebase: Modernized code not only boosts maintainability but also provides minor performance gains, making the project easier for new contributors to navigate.
  • Consistency in Model Performance: Adjusting data loaders and calibration methods enhances the accuracy and repeatability of experiments and deployments.

These changes collectively aim to improve user experience, increase software reliability, and enhance performance stability. 🚀

What's Changed

  • Fixed OpenVINO int8 dynamic export and other minor changes by @ambitious-octopus in https://github.com/ultralytics/ultralytics/pull/14872
  • ultralytics 8.2.86 Windows torch==2.4.0 patch by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/15942
  • PyUpgrade 3.8 updates by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/15941

Full Changelog: https://github.com/ultralytics/ultralytics/compare/v8.2.85...v8.2.86

Notes

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

Files

ultralytics/ultralytics-v8.2.86.zip

Files (2.0 MB)

Name Size Download all
md5:40c6f525f81b55eb51376361df9d3b76
2.0 MB Preview Download

Additional details

Related works