pypi ultralytics 8.2.72
v8.2.72 - `ultralytics 8.2.72` SAM 2 multiple-`bboxes` support (#14928)

latest releases: 8.3.28, 8.3.27, 8.3.26...
3 months ago

๐ŸŒŸ Summary

Ultralytics 'v8.2.72' release focuses on enhancing disk space management, updating documentation, refining model code, and improving testing.

๐Ÿ“Š Key Changes

  • Disk Space Management: Added a step in CI workflows to clean up tool cache, potentially freeing up to 10GB of disk space.
  • Documentation:
    • Improved CONTRIBUTING.md with better references and added an FAQ section.
    • Updated ROS Quickstart guide for better clarity and specific use cases.
  • Model Enhancements:
    • Adjustments in SAM prediction models for better handling of bounding boxes and points.
    • Refined Transformer model's forward method.
  • Testing Improvements: Added extra checks for Torch compatibility in tests.

๐ŸŽฏ Purpose & Impact

  • Disk Space Management:
    • Purpose: Ensure workflows run smoothly without disk space issues.
    • Impact: Enhanced reliability in CI pipelines, preventing build failures due to insufficient disk space. ๐Ÿงน๐Ÿ’พ
  • Documentation:
    • Purpose: Provide clearer guidance and support to contributors.
    • Impact: Makes contributing easier and more accessible, fostering community contributions. ๐Ÿ“–๐Ÿ‘ฅ
  • Model Enhancements:
    • Purpose: Optimize model predictions and enhance functionality.
    • Impact: Improves performance and accuracy of object detection and other tasks. ๐Ÿ“ˆ๐Ÿค–
  • Testing Improvements:
    • Purpose: Ensure better compatibility and comprehensive testing.
    • Impact: Increases robustness and reliability of the software across different environments. โœ…๐Ÿงช

These updates collectively aim to improve the project's maintainability, user experience, and performance.

Don't miss a new ultralytics release

NewReleases is sending notifications on new releases.