LICENSE
README.md
pyproject.toml
setup.cfg
src/cveda/__init__.py
src/cveda/annotations.py
src/cveda/api.py
src/cveda/cli.py
src/cveda/data_io.py
src/cveda/image_quality.py
src/cveda/ingest.py
src/cveda/inspect.py
src/cveda/schema.py
src/cveda/segmentation.py
src/cveda/split_generator.py
src/cveda.egg-info/PKG-INFO
src/cveda.egg-info/SOURCES.txt
src/cveda.egg-info/dependency_links.txt
src/cveda.egg-info/entry_points.txt
src/cveda.egg-info/requires.txt
src/cveda.egg-info/top_level.txt
src/cveda/checks/__init__.py
src/cveda/checks/bbox_sanity.py
src/cveda/checks/category_consistency.py
src/cveda/checks/completeness.py
src/cveda/checks/coverage.py
src/cveda/checks/hard_negative.py
src/cveda/checks/overlap.py
src/cveda/checks/splits.py
src/cveda/checks/summary.py
src/cveda/distribution/__init__.py
src/cveda/distribution/aspect_ratio.py
src/cveda/distribution/bbox_statistics.py
src/cveda/distribution/class_distribution.py
src/cveda/distribution/cooccurrence.py
src/cveda/distribution/spatial_heatmap.py
src/cveda/report/__init__.py
src/cveda/report/pdf_report.py
src/cveda/report/templates.py
src/cveda/utils/__init__.py
src/cveda/utils/corrupt.py
src/cveda/utils/duplicates.py
src/cveda/utils/hashing.py
src/cveda/utils/io_helpers.py
src/cveda/utils/metrics.py
src/cveda/viz/__init__.py
src/cveda/viz/collages.py
src/cveda/viz/plots.py
tests/test_annotations.py
tests/test_api.py
tests/test_checks_bbox.py
tests/test_distribution.py
tests/test_features.py
tests/test_ingest_coco.py
tests/test_ingest_mask_folder.py
tests/test_ingest_yolo.py
tests/test_inspect.py
tests/test_pdf_reports.py
tests/test_report.py