Stay updated

News & Insights
Lib Comparison
Targets by TransformFAQAlbumentationsX License Guide
API Reference

Welcome to Albumentations Documentation! 🔗

🚀 Important: AlbumentationsX - The Next Generation

AlbumentationsX is now available as the actively maintained successor to Albumentations:

  • ✅ 100% drop-in replacement - no code changes required
  • âš¡ Better performance with bug fixes and new features
  • 🔧 Active maintenance and professional support
  • 📄 Dual licensed (AGPL/Commercial) - see our License Guide
pip uninstall albumentations  # If you have it installed
pip install albumentationsx   # Install the new version

Your existing code continues to work exactly as before! Learn more in our Installation Guide.

Albumentations is a fast and flexible library for image augmentation. Whether you're working on classification, segmentation, object detection, or other computer vision tasks, Albumentations provides a comprehensive set of transforms and a powerful pipeline framework.

This documentation will guide you through installing the library, understanding its core concepts, applying it to various tasks, and exploring advanced features.

Getting Started 🔗

  • Introduction: Learn what data augmentation is and why it's important.
  • Installation: Set up Albumentations in your environment.

Learning the Basics 🔗

Advanced Topics 🔗

Other Resources 🔗

We hope this documentation helps you leverage the full power of Albumentations!