pypi ultralytics 8.2.58
v8.2.58 - `ultralytics 8.2.58` FastSAM code refactor (#14450)

latest releases: 8.2.97, 8.2.96, 8.2.95...
2 months ago

🌟 Summary (v8.2.58)

Enhanced YOLO model and GUI integrations with updated dependencies and optimized image processing methods.

📊 Key Changes

  • Dependency updates: Increased minimum Streamlit version to 1.29.0.
  • Image processing: Changes in how images and masks are handled within the fastsam and validation modules.
  • Code optimization: Refined method docstrings and added in-document scoping of tkinter and Pillow (PIL) imports.

🎯 Purpose & Impact

  • Dependency updates: Ensures compatibility with the latest features and bug fixes on Streamlit, improving overall application stability and performance.
  • Image processing: More efficient handling of image crops and mask segmentations improves the accuracy of model predictions.
  • Code optimization: Enhances readability and maintainability. Scoped imports prevent unnecessary loading of large libraries, reducing startup times and potential conflicts.

What's Changed

Full Changelog: v8.2.57...v8.2.58

Don't miss a new ultralytics release

NewReleases is sending notifications on new releases.