LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
albumentations/__init__.py
albumentations/random_utils.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/domain_adaptation.py
albumentations/augmentations/functional.py
albumentations/augmentations/transforms.py
albumentations/augmentations/utils.py
albumentations/augmentations/blur/__init__.py
albumentations/augmentations/blur/functional.py
albumentations/augmentations/blur/transforms.py
albumentations/augmentations/crops/__init__.py
albumentations/augmentations/crops/functional.py
albumentations/augmentations/crops/transforms.py
albumentations/augmentations/dropout/__init__.py
albumentations/augmentations/dropout/channel_dropout.py
albumentations/augmentations/dropout/coarse_dropout.py
albumentations/augmentations/dropout/cutout.py
albumentations/augmentations/dropout/functional.py
albumentations/augmentations/dropout/grid_dropout.py
albumentations/augmentations/dropout/mask_dropout.py
albumentations/augmentations/geometric/__init__.py
albumentations/augmentations/geometric/functional.py
albumentations/augmentations/geometric/resize.py
albumentations/augmentations/geometric/rotate.py
albumentations/augmentations/geometric/transforms.py
albumentations/core/__init__.py
albumentations/core/bbox_utils.py
albumentations/core/composition.py
albumentations/core/keypoints_utils.py
albumentations/core/serialization.py
albumentations/core/transforms_interface.py
albumentations/core/utils.py
albumentations/imgaug/__init__.py
albumentations/imgaug/stubs.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
tests/__init__.py
tests/conftest.py
tests/test_augmentations.py
tests/test_bbox.py
tests/test_core.py
tests/test_functional.py
tests/test_imgaug.py
tests/test_imgaug_imports.py
tests/test_keypoint.py
tests/test_pytorch.py
tests/test_random.py
tests/test_serialization.py
tests/test_transforms.py
tests/utils.py
tests/files/output_v1.1.0_with_totensor.json
tests/files/output_v1.1.0_without_totensor.json
tests/files/transform_serialization_v2_with_totensor.json
tests/files/transform_serialization_v2_without_totensor.json
tests/files/transform_v1.1.0_with_totensor.json
tests/files/transform_v1.1.0_without_totensor.json