LICENSE
MANIFEST.in
README.md
setup.cfg
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/bbox_utils.py
albumentations/augmentations/domain_adaptation.py
albumentations/augmentations/functional.py
albumentations/augmentations/keypoints_utils.py
albumentations/augmentations/transforms.py
albumentations/core/__init__.py
albumentations/core/composition.py
albumentations/core/serialization.py
albumentations/core/six.py
albumentations/core/transforms_interface.py
albumentations/core/utils.py
albumentations/imgaug/__init__.py
albumentations/imgaug/transforms.py
albumentations/pytorch/__init__.py
albumentations/pytorch/functional.py
albumentations/pytorch/transforms.py
benchmark/Dockerfile
benchmark/README.md
benchmark/benchmark.py
benchmark/requirements.txt
docs/Makefile
docs/citations.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/hall_of_fame.rst
docs/index.rst
docs/logo.png
docs/make.bat
docs/probabilities.rst
docs/requirements.txt
docs/writing_tests.rst
docs/_templates/breadcrumbs.html
docs/_templates/footer.html
docs/_templates/layout.html
docs/_templates/search.html
docs/_templates/searchbox.html
docs/_templates/versions.html
docs/api/augmentations.rst
docs/api/core.rst
docs/api/imgaug.rst
docs/api/index.rst
docs/api/pytorch.rst
docs/augs_overview/index.rst
tests/__init__.py
tests/conftest.py
tests/test_augmentations.py
tests/test_bbox.py
tests/test_core.py
tests/test_find_dual_start_end.py
tests/test_functional.py
tests/test_imgaug.py
tests/test_keypoint.py
tests/test_pytorch.py
tests/test_serialization.py
tests/test_transforms.py
tests/utils.py