Introduction
Albumentations helps change images in smart ways to make machine learning models better at understanding pictures.
When you want to make your image dataset bigger by changing pictures slightly.
When you want your model to learn from different views of the same image.
When you want to fix images by resizing or cropping before training.
When you want to add random changes like flipping or brightness to help your model generalize.
When you want to prepare images quickly and easily for PyTorch models.