LICENSE
MANIFEST.in
README.md
setup.py
albumentations/__init__.py
albumentations.egg-info/PKG-INFO
albumentations.egg-info/SOURCES.txt
albumentations.egg-info/dependency_links.txt
albumentations.egg-info/requires.txt
albumentations.egg-info/top_level.txt
albumentations/augmentations/__init__.py
albumentations/augmentations/functional.py
albumentations/augmentations/transforms.py
albumentations/core/__init__.py
albumentations/core/composition.py
albumentations/core/transforms_interface.py
albumentations/imgaug/__init__.py
albumentations/imgaug/transforms.py
albumentations/torch/__init__.py
albumentations/torch/functional.py
albumentations/torch/transforms.py
benchmark/README.md
benchmark/benchmark.py
benchmark/requirements.txt
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/index.rst
docs/make.bat
docs/probabilities.rst
docs/requirements.txt
docs/api/augmentations.rst
docs/api/core.rst
docs/api/imgaug.rst
docs/api/index.rst
docs/api/torch.rst
tests/__init__.py
tests/compat.py
tests/conftest.py
tests/test_augmentations.py
tests/test_core.py
tests/test_functional.py
tests/test_imgaug.py
tests/test_transforms.py
tests/utils.py