pypi ultralytics 8.2.85
v8.2.85 - `ultralytics 8.2.85` YOLOv10 `max_det` arg fix (#15917)

latest releases: 8.2.97, 8.2.96, 8.2.95...
18 days ago

🌟 Summary

The v8.2.85 release for Ultralytics YOLO highlights the latest updates, focusing on the upcoming YOLOv10 enhancements, streamlined workflows, and improved compatibility across the platform.

📊 Key Changes

  • YOLOv10 Parameter Fix: Introduced a max_det parameter, enhancing user control by allowing the specification of the maximum number of detections. This update is a pivotal improvement leading up to YOLOv10, aligning with ongoing efforts to optimize model configurability and performance.
  • GitHub Actions Update: Streamlined the publish workflow by removing the openai dependency and consolidating complex scripts into a single, efficient command. This significantly simplifies the release process.
  • INT8 Export Warning: Added a warning for automatic enforcement of dynamic=True during INT8 model exports to enhance compatibility, ensuring smoother user experiences with advanced export settings.
  • Documentation Enhancements: Improved author attribution with avatars in documentation, optimizing related tools and making contributions more visible and accessible to users.
  • Explorer Tests Requirement: Updated tests to require PyTorch version 1.13 or newer, ensuring compatibility, reliability, and stability across development environments.

🎯 Purpose & Impact

  • YOLOv10 Readiness: The new max_det parameter is a key enhancement that sets the stage for YOLOv10, giving users greater control and customization options over model outputs.
  • Optimized Release Workflow: The streamlined workflow reduces complexity and potential dependency issues, facilitating faster and more efficient publishing of updates.
  • Enhanced Export Compatibility: The INT8 export warning for dynamic=True ensures compliance with optimal settings, improving export reliability and performance.
  • Improved Documentation: Enhanced visualization with author avatars increases transparency and improves user interaction with the documentation.
  • Reliable Testing: By enforcing minimum version requirements for PyTorch, the update guarantees stable and consistent testing, enhancing overall development reliability.

These updates emphasize Ultralytics' commitment to enhancing YOLOv10's functionality, improving user control, and refining the overall development and deployment experience.

What's Changed

Full Changelog: v8.2.84...v8.2.85

Don't miss a new ultralytics release

NewReleases is sending notifications on new releases.