Home
Documentation
Who's using
Demo
Team
albumentations
Albumentations Documentation
albumentations
Documentation
Introduction
Introduction
What is image augmentation
Why you need a dedicated library
Why Albumentations
Getting started
Getting started
Installation
Image augmentation for classification
Mask augmentation for segmentation
Bounding boxes augmentation for object detection
Keypoints augmentation
Simultaneous augmentation of multiple targets: masks, bounding boxes, keypoints
A list of transforms and their supported targets
Setting probabilities for transforms
Examples
Examples
List of examples
FAQ
AutoAlbument
AutoAlbument
AutoAlbument Overview
Benchmarks and a comparison with baseline augmentation strategies
Installation
How to use AutoAlbument
How to use an AutoAlbument Docker image
How to use a custom classification or semantic segmentation model
Metrics and their meaning
Tuning the search parameters
Examples
Examples
List of examples
Image classification on the CIFAR10 dataset
Image classification on the SVHN dataset
Image classification on the ImageNet dataset
Semantic segmentation on the Pascal VOC dataset
Semantic segmentation on the Pascal VOC dataset
Search algorithms
FAQ
Albumentations Experimental
Albumentations Experimental
Albumentations Experimental Overview
Installation
API Reference
API Reference
Augmentations
Augmentations
Albumentations Experimental Transforms (augmentations.transforms)
External resources
External resources
Blog posts, podcasts, talks, and videos about Albumentations
Books that mention Albumentations
Frameworks and libraries that use Albumentations
API Reference
API Reference
Full API Reference
Core API
Core API
Composition API (core.composition)
Transforms Interface (core.transforms_interface)
Serialization API (core.serialization)
Helper functions for working with bounding boxes (augmentations.core.bbox_utils)
Helper functions for working with keypoints (augmentations.core.keypoints_utils)
Augmentations
Augmentations
Transforms (augmentations.transforms)
Blur transforms
Blur transforms
Blur transforms (augmentations.blur.transforms)
Crop transforms
Crop transforms
Crop functional transforms (augmentations.crops.functional)
Crop transforms (augmentations.crops.transforms)
Dropout transforms
Dropout transforms
ChannelDropout augmentation (augmentations.dropout.channel_dropout)
CoarseDropout augmentation (augmentations.dropout.coarse_dropout)
Cutout augmentation (augmentations.dropout.cutout)
GridDropout augmentation (augmentations.dropout.grid_dropout)
MaskDropout augmentation (augmentations.dropout.mask_dropout)
Geometric transforms
Geometric transforms
Geometric functional transforms (augmentations.geometric.functional)
Resizing transforms (augmentations.geometric.resize)
Rotation transforms (augmentations.geometric.functional)
Geometric transforms (augmentations.geometric.transforms)
Domain adaptation transforms (augmentations.domain_adaptation)
Functional transforms (augmentations.functional)
ImgAug Helpers
ImgAug Helpers
Transforms (imgaug.transforms)
PyTorch Helpers
PyTorch Helpers
Index
Transforms (pytorch.transforms)
Release notes
Contributing
Index
Transforms (albumentations.pytorch.transforms)