LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
scoutbot/__init__.py
scoutbot/scoutbot.py
scoutbot/utils.py
scoutbot.egg-info/PKG-INFO
scoutbot.egg-info/SOURCES.txt
scoutbot.egg-info/dependency_links.txt
scoutbot.egg-info/entry_points.txt
scoutbot.egg-info/requires.txt
scoutbot.egg-info/top_level.txt
scoutbot/agg/__init__.py
scoutbot/agg/py_cpu_nms.py
scoutbot/loc/__init__.py
scoutbot/loc/convert.py
scoutbot/loc/transforms/__init__.py
scoutbot/loc/transforms/_postprocess.py
scoutbot/loc/transforms/_preprocess.py
scoutbot/loc/transforms/box.py
scoutbot/loc/transforms/util.py
scoutbot/loc/transforms/detections/__init__.py
scoutbot/loc/transforms/detections/detection.py
scoutbot/tile/__init__.py
scoutbot/wic/__init__.py
scoutbot/wic/convert.py
scoutbot/wic/dataloader.py
tests/__init__.py
tests/conftest.py
tests/test_agg.py
tests/test_loc.py
tests/test_scoutbot.py
tests/test_tile.py
tests/test_wic.py