.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/run_tests.yaml
src/yamlu/__init__.py
src/yamlu/bb.py
src/yamlu/classification.py
src/yamlu/coco.py
src/yamlu/coco_read.py
src/yamlu/img.py
src/yamlu/img_ops.py
src/yamlu/misc.py
src/yamlu/np_utils.py
src/yamlu/ocr.py
src/yamlu/pandas_utils.py
src/yamlu/path.py
src/yamlu/polyline.py
src/yamlu/pytorch.py
src/yamlu/regression.py
src/yamlu/tsne.py
src/yamlu/voc.py
src/yamlu.egg-info/PKG-INFO
src/yamlu.egg-info/SOURCES.txt
src/yamlu.egg-info/dependency_links.txt
src/yamlu.egg-info/not-zip-safe
src/yamlu.egg-info/requires.txt
src/yamlu.egg-info/top_level.txt
tests/conftest.py
tests/test_bb.py
tests/test_img.py
tests/test_np_utils.py
tests/test_pytorch.py
tests/test_regression.py