.gitignore
.pre-commit-config.yaml
Makefile
README.md
pyproject.toml
.github/workflows/build-and-publish.yml
.github/workflows/tests.yml
chariot_transforms/__init__.py
chariot_transforms/base.py
chariot_transforms/bbox_ops.py
chariot_transforms.egg-info/PKG-INFO
chariot_transforms.egg-info/SOURCES.txt
chariot_transforms.egg-info/dependency_links.txt
chariot_transforms.egg-info/requires.txt
chariot_transforms.egg-info/top_level.txt
chariot_transforms/augmentations/__init__.py
chariot_transforms/augmentations/transforms.py
chariot_transforms/preprocessing/__init__.py
chariot_transforms/preprocessing/clahe.py
chariot_transforms/preprocessing/histogram_tools.py
chariot_transforms/preprocessing/transforms.py
sample_imgs/grid.py
sample_imgs/guy_with_car.jpg
tests/guy_with_car.jpg
tests/guy_with_car_clahe.png
tests/guy_with_car_linear_stretch.png
tests/test_augmentations.py
tests/test_base.py
tests/test_preprocessing.py
tests/test_rand_augment.py