List of examples¶
- Defining a simple augmentation pipeline for image augmentation
- Working with non-8-bit images
- Using Albumentations to augment bounding boxes for object detection tasks
- How to use Albumentations for detection tasks if you need to keep all bounding boxes
- Using Albumentations for a semantic segmentation task
- Using Albumentations to augment keypoints
- Applying the same augmentation with the same parameters to multiple images, masks, bounding boxes, or keypoints
- Weather augmentations in Albumentations
- Migrating from torchvision to Albumentations
- Debugging an augmentation pipeline with ReplayCompose
- How to save and load parameters of an augmentation pipeline
- Showcase. Cool augmentation examples on diverse set of images from various real-world tasks.