Computer Vision Data Augmentation#

Albumentations: Fast computer vision augmentations#

If you need lightning-fast image augmentations, stick to the albumentations library. It easily outperforms AugLy, imgaug and torchvision by a lot!

pip install albumentations

🌟 GitHub: https://github.com/albumentations-team/albumentations

πŸ“–Β Paper: Link