LICENSE
README.md
pyproject.toml
benchmarks/.gitignore
benchmarks/benchmark_objdet.py
examples/.gitignore
examples/coco-yolo.ipynb
tests/detection/__init__.py
tests/detection/conftest.py
tests/detection/test_average_precision.py
tests/detection/test_average_recall.py
tests/detection/test_counts.py
tests/detection/test_dataloader.py
tests/detection/test_detailed_counts.py
tests/detection/test_evaluator.py
tests/detection/test_filtering.py
tests/detection/test_iou.py
tests/detection/test_pr_curve.py
tests/detection/test_precision.py
tests/detection/test_recall.py
tests/detection/test_schemas.py
tests/detection/test_stability.py
valor_lite/__init__.py
valor_lite/schemas.py
valor_lite.egg-info/PKG-INFO
valor_lite.egg-info/SOURCES.txt
valor_lite.egg-info/dependency_links.txt
valor_lite.egg-info/requires.txt
valor_lite.egg-info/top_level.txt
valor_lite/detection/__init__.py
valor_lite/detection/annotation.py
valor_lite/detection/computation.py
valor_lite/detection/manager.py
valor_lite/detection/metric.py