LICENSE
README.md
pyproject.toml
setup.py
Hocrox.egg-info/PKG-INFO
Hocrox.egg-info/SOURCES.txt
Hocrox.egg-info/dependency_links.txt
Hocrox.egg-info/requires.txt
Hocrox.egg-info/top_level.txt
hocrox/__init__.py
hocrox/layer/__init__.py
hocrox/layer/read.py
hocrox/layer/save.py
hocrox/layer/augmentation/__init__.py
hocrox/layer/augmentation/color/__init__.py
hocrox/layer/augmentation/color/random_brightness.py
hocrox/layer/augmentation/color/random_channel_shift.py
hocrox/layer/augmentation/flip/__init__.py
hocrox/layer/augmentation/flip/random_flip.py
hocrox/layer/augmentation/flip/random_horizontal_flip.py
hocrox/layer/augmentation/flip/random_vertical_flip.py
hocrox/layer/augmentation/shift/__init__.py
hocrox/layer/augmentation/shift/random_horizontal_shift.py
hocrox/layer/augmentation/shift/random_vertical_shift.py
hocrox/layer/augmentation/transformation/__init__.py
hocrox/layer/augmentation/transformation/random_rotate.py
hocrox/layer/augmentation/transformation/random_zoom.py
hocrox/layer/preprocessing/__init__.py
hocrox/layer/preprocessing/blur/__init__.py
hocrox/layer/preprocessing/blur/average.py
hocrox/layer/preprocessing/blur/bilateral.py
hocrox/layer/preprocessing/blur/gaussian.py
hocrox/layer/preprocessing/blur/median.py
hocrox/layer/preprocessing/color/__init__.py
hocrox/layer/preprocessing/color/brightness.py
hocrox/layer/preprocessing/color/channel_shift.py
hocrox/layer/preprocessing/color/grayscale.py
hocrox/layer/preprocessing/color/rescale.py
hocrox/layer/preprocessing/flip/__init__.py
hocrox/layer/preprocessing/flip/horizontal_flip.py
hocrox/layer/preprocessing/flip/vertical_flip.py
hocrox/layer/preprocessing/shift/__init__.py
hocrox/layer/preprocessing/shift/horizontal_shift.py
hocrox/layer/preprocessing/shift/vertical_shift.py
hocrox/layer/preprocessing/transformation/__init__.py
hocrox/layer/preprocessing/transformation/convolution.py
hocrox/layer/preprocessing/transformation/crop.py
hocrox/layer/preprocessing/transformation/pading.py
hocrox/layer/preprocessing/transformation/resize.py
hocrox/layer/preprocessing/transformation/rotate.py
hocrox/model/__init__.py
hocrox/model/model.py
hocrox/utils/__init__.py
hocrox/utils/is_valid_layer.py
hocrox/utils/layer.py