.coveragerc
.dockerignore
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/publish.yaml
.github/workflows/test.yaml
scripts/benchmark.py
scripts/keypoint_rcnn_example.py
scripts/mask_rcnn_example.py
simple_cocotools/__init__.py
simple_cocotools/detections.py
simple_cocotools/evaluator.py
simple_cocotools.egg-info/PKG-INFO
simple_cocotools.egg-info/SOURCES.txt
simple_cocotools.egg-info/dependency_links.txt
simple_cocotools.egg-info/requires.txt
simple_cocotools.egg-info/top_level.txt
simple_cocotools/utils/__init__.py
simple_cocotools/utils/coco.py
simple_cocotools/utils/data.py
tests/__init__.py
tests/conftest.py
tests/test_keypoint_rcnn_example.py
tests/test_mask_rcnn_example.py