albumentations

albumentations is a fast image augmentation library and easy to use wrapper around other libraries.

Features

  • Great fast augmentations based on highly-optimized OpenCV library.
  • Super simple yet powerful interface for different tasks like (segmentation, detection, etc).
  • Easy to customize.
  • Easy to add other frameworks.

Project info

Installation

You can use pip to install albumentations:

pip install albumentations

If you want to get the latest version of the code before it is released on PyPI you can install the library from GitHub:

pip install -U git+https://github.com/albumentations-team/albumentations