.gitignore
.pre-commit-config.yaml
README.rst
design.md
pyproject.toml
requirements.txt
.github/workflows/publish.yml
.github/workflows/tests.yml
detectinhos/__init__.py
detectinhos/anchors.py
detectinhos/batch.py
detectinhos/dataset.py
detectinhos/encode.py
detectinhos/inference.py
detectinhos/loss.py
detectinhos/matching.py
detectinhos/metrics.py
detectinhos/sample.py
detectinhos/sublosses.py
detectinhos.egg-info/PKG-INFO
detectinhos.egg-info/SOURCES.txt
detectinhos.egg-info/dependency_links.txt
detectinhos.egg-info/entry_points.txt
detectinhos.egg-info/requires.txt
detectinhos.egg-info/top_level.txt
detectinhos/tasks/__init__.py
detectinhos/tasks/standard.py
tests/__init__.py
tests/conftest.py
tests/test_data.py
tests/test_encode.py
tests/test_vanilla.py