pypi ultralytics 8.3.83
v8.3.83 - `ultralytics 8.3.83` Revert saturation and value augmentation to relative shift (#19515)

latest release: 8.3.84
one day ago

🌟 Summary

Ultralytics release v8.3.83 focuses on refining image augmentation to make color transformations more natural while clarifying validation parameter requirements in the documentation. 🎉


📊 Key Changes

  • Image Augmentation Adjustments:

    • Reverted hue, saturation, and value (HSV) augmentation logic back to a relative shift approach for more natural-looking image transformations.
    • Fixed an issue with hue adjustments to align with the original implementation for improved consistency.
    • Ensured constraints, like maintaining pure white to avoid unnatural color changes, remain enforced. 🎨
  • Documentation Improvement:

    • Clarified the batch parameter for validation, specifying that it must be a positive integer to avoid confusion about unsupported functionality like AutoBatch in validation. 📚

🎯 Purpose & Impact

  • For Developers and Users:
    • 🎨 Enhanced Visual Realism: The relative shift method restores the natural look of augmented images, which is important for data augmentation and model training. This could improve model performance on tasks requiring realistic visual data.
    • 🛠 Accurate Transformations: Bug fixes ensure reliable and consistent adjustments during augmentation, preventing potential training issues.
    • 📚 Eased Configuration: Improved documentation reduces ambiguity in setting validation parameters, simplifying usage for both new and experienced users.

This release is a step forward in delivering both technical precision and user efficiency! 🚀

What's Changed

  • Fix batch description for validation by @Y-T-G in #19504
  • ultralytics 8.3.83 Revert saturation and value augmentation to relative shift by @Y-T-G in #19515

Full Changelog: v8.3.82...v8.3.83

Don't miss a new ultralytics release

NewReleases is sending notifications on new releases.