/interactive_augmentations

A project created to test Albumentations' augmentations in a Jupyter Notebook.

Primary LanguagePythonMIT LicenseMIT

interactive_augmentations

interactive_augmentations is a package allowing to explore Albumentations' augmentations in Jupyter Notebook. alt text

Installation

In order to install the package run the following command.

!pip install git+git://github.com/wojciech-malinowski/interactive_augmentations.git

Usage

import interactive_augmentations

#list containing paths to your images
img_paths = []
explorer = AugmentationsExplorer(img_paths)

explorer.choose_augmentation()

Examples

Go here to check out a notebook with examples of the package in use.

Comments

Not all augmentations which can be found in Albumentatinos are supported at the moment. The number of the currently supported ones is 44. (20/10/2020)

License

MIT