LICENSE
README.md
pyproject.toml
src/screw_detector/__init__.py
src/screw_detector/complete_pipeline_parts.py
src/screw_detector/config.py
src/screw_detector/dataset.py
src/screw_detector/inference.py
src/screw_detector/models.py
src/screw_detector/sahi_utils.py
src/screw_detector/utils.py
src/screw_detector.egg-info/PKG-INFO
src/screw_detector.egg-info/SOURCES.txt
src/screw_detector.egg-info/dependency_links.txt
src/screw_detector.egg-info/entry_points.txt
src/screw_detector.egg-info/requires.txt
src/screw_detector.egg-info/top_level.txt
src/scripts/demo.py
src/scripts/evaluate.py
src/scripts/export.py
src/scripts/slice_dataset.py
src/scripts/train.py
tests/test_dataset.py
tests/test_inference.py
tests/test_models.py
tests/test_utils.py