New Release: Ultralytics v8.3.119

:rocket: Ultralytics v8.3.119 Release – CutMix Augmentation, Lighter Docker, Improved Export, and More!

:glowing_star: Summary

We’re excited to announce Ultralytics v8.3.119! This update brings the powerful CutMix image augmentation, streamlined Docker and export workflows, flexible logging integrations, and smoother dependency management. It’s all about helping you build even more robust, production-ready models with enhanced ease and flexibility. Check out what’s new below and let us know how it works for you!

View the full release on GitHub


:artist_palette: New Features

CutMix Data Augmentation

  • What’s new: Introducing CutMix, an augmentation technique that randomly combines patches from two images (and their labels) during training. This helps models better handle occlusions—a valuable boost for real-world applications such as autonomous driving or crowded scene detection.
  • Supported tasks: Detection and Classification.
  • How to use: Configure the new cutmix hyperparameter (probability) and optionally the beta mixing ratio.
  • Docs: Detailed usage and configuration now included in the augmentation guides and hyperparameter tables.
  • PR: New CutMix image augmentation by @artzuros

:spouting_whale: Docker and Dependency Improvements


:package: Export and Logging Enhancements


:books: Documentation & Usability Updates


:busts_in_silhouette: New Contributors

Thanks to all contributors and our incredible community for your ongoing support and innovations!


:robot: Try It Now & Share Feedback

Upgrade with:

pip install --upgrade ultralytics

Or try out the latest release.

Explore CutMix, benefit from a smoother Docker/export experience, and enjoy enhanced tracking with W&B and MLflow! Your feedback, suggestions, and bug reports are invaluable—please join the conversation and help us continue to improve Ultralytics for everyone.

Full Changelog:
See all changes between v8.3.118 and v8.3.119

Happy training!
— The Ultralytics Team