LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
algorave/__init__.py
algorave.egg-info/PKG-INFO
algorave.egg-info/SOURCES.txt
algorave.egg-info/dependency_links.txt
algorave.egg-info/requires.txt
algorave.egg-info/top_level.txt
algorave/augmentations/__init__.py
algorave/augmentations/utils.py
algorave/augmentations/blur/__init__.py
algorave/augmentations/blur/functional.py
algorave/augmentations/blur/transforms.py
algorave/augmentations/crops/__init__.py
algorave/augmentations/crops/functional.py
algorave/augmentations/crops/transforms.py
algorave/augmentations/dropout/__init__.py
algorave/augmentations/dropout/channel_dropout.py
algorave/augmentations/dropout/coarse_dropout.py
algorave/augmentations/dropout/functional.py
algorave/augmentations/dropout/grid_dropout.py
algorave/augmentations/dropout/mask_dropout.py
algorave/augmentations/dropout/transforms.py
algorave/augmentations/dropout/xy_masking.py
algorave/augmentations/geometric/__init__.py
algorave/augmentations/geometric/distortion.py
algorave/augmentations/geometric/flip.py
algorave/augmentations/geometric/functional.py
algorave/augmentations/geometric/pad.py
algorave/augmentations/geometric/resize.py
algorave/augmentations/geometric/rotate.py
algorave/augmentations/geometric/transforms.py
algorave/augmentations/mixing/__init__.py
algorave/augmentations/mixing/domain_adaptation.py
algorave/augmentations/mixing/domain_adaptation_functional.py
algorave/augmentations/mixing/functional.py
algorave/augmentations/mixing/transforms.py
algorave/augmentations/other/__init__.py
algorave/augmentations/other/lambda_transform.py
algorave/augmentations/other/type_transform.py
algorave/augmentations/pixel/__init__.py
algorave/augmentations/pixel/functional.py
algorave/augmentations/pixel/transforms.py
algorave/augmentations/spectrogram/__init__.py
algorave/augmentations/spectrogram/transform.py
algorave/augmentations/text/__init__.py
algorave/augmentations/text/functional.py
algorave/augmentations/text/transforms.py
algorave/augmentations/transforms3d/__init__.py
algorave/augmentations/transforms3d/functional.py
algorave/augmentations/transforms3d/transforms.py
algorave/core/__init__.py
algorave/core/bbox_utils.py
algorave/core/composition.py
algorave/core/hub_mixin.py
algorave/core/keypoints_utils.py
algorave/core/label_manager.py
algorave/core/pydantic.py
algorave/core/serialization.py
algorave/core/transforms_interface.py
algorave/core/type_definitions.py
algorave/core/utils.py
algorave/core/validation.py
algorave/pytorch/__init__.py
algorave/pytorch/transforms.py