LICENSE
README.md
pyproject.toml
setup.py
src/shok/__init__.py
src/shok/__main__.py
src/shok/cli.py
src/shok/main.py
src/shok/py.typed
src/shok.egg-info/PKG-INFO
src/shok.egg-info/SOURCES.txt
src/shok.egg-info/dependency_links.txt
src/shok.egg-info/entry_points.txt
src/shok.egg-info/requires.txt
src/shok.egg-info/top_level.txt
src/shok/data/__init__.py
src/shok/data/datasets/__init__.py
src/shok/data/datasets/coco.py
src/shok/data/datasets/utils.py
src/shok/patch/__init__.py
src/shok/patch/module.py
src/shok/utils/__init__.py
src/shok/utils/callbacks.py
src/shok/utils/optim.py
src/shok/utils/functions/__init__.py
src/shok/utils/functions/pass_round.py
src/shok/utils/functions/scale_grad.py
src/shok/utils/functions/soft_round.py
src/shok/utils/transforms/__init__.py
src/shok/utils/transforms/apply_patch.py
src/shok/utils/transforms/convert_to_tv_tensor_bboxes.py
src/shok/utils/transforms/pass_round.py
src/shok/utils/transforms/scale_apply_patch.py
src/shok/utils/transforms/scale_grad_transform.py
src/shok/utils/transforms/scale_image_values.py
src/shok/utils/transforms/simple_apply_patch.py
src/shok/utils/transforms/soft_round.py
src/shok/utils/transforms/target_insurance.py
src/shok/utils/transforms/utils.py