There is a newer version of the record available.

Published March 4, 2025 | Version v8.3.83
Software Open

Ultralytics YOLO

  • 1. Ultralytics

Description

🌟 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 https://github.com/ultralytics/ultralytics/pull/19504
  • ultralytics 8.3.83 Revert saturation and value augmentation to relative shift by @Y-T-G in https://github.com/ultralytics/ultralytics/pull/19515

Full Changelog: https://github.com/ultralytics/ultralytics/compare/v8.3.82...v8.3.83

Notes

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

Files

ultralytics/ultralytics-v8.3.83.zip

Files (2.2 MB)

Name Size Download all
md5:fec1d857697cbe15dc961dd2c4180d68
2.2 MB Preview Download

Additional details

Related works