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/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/features/absolute_coordinate_patterns.py
src/cveda/features/annotation_confidence.py
src/cveda/features/annotation_lifespan_drift.py
src/cveda/features/annotation_rarity_buckets.py
src/cveda/features/background_relevance.py
src/cveda/features/bbox_border_alignment.py
src/cveda/features/camera_diversity.py
src/cveda/features/color_cast_detection.py
src/cveda/features/compression_anomaly.py
src/cveda/features/containment_detection.py
src/cveda/features/duplicate_annotation_ids.py
src/cveda/features/environment_diversity.py
src/cveda/features/geographic_clustering.py
src/cveda/features/heirarchy_validation.py
src/cveda/features/illumination_diversity.py
src/cveda/features/inter_annotator_disagreement.py
src/cveda/features/metadata_drift.py
src/cveda/features/mislabel_candidate_generator.py
src/cveda/features/multiresolution_similarity.py
src/cveda/features/mutual_exclusion.py
src/cveda/features/noise_type_classifier.py
src/cveda/features/object_alignment_patterns.py
src/cveda/features/object_distance_distribution.py
src/cveda/features/objects_touching_edges.py
src/cveda/features/occlusion_estimator.py
src/cveda/features/polygon_smoothness.py
src/cveda/features/pose_diversity.py
src/cveda/features/random_crop_inspection.py
src/cveda/features/relative_size_ratios.py
src/cveda/features/repeated_background_detector.py
src/cveda/features/repetitive_layouts.py
src/cveda/features/seasonal_coverage.py
src/cveda/features/shadow_intensity.py
src/cveda/features/spatial_culture_inference.py
src/cveda/features/texture_smoothness.py
src/cveda/features/time_of_day_mapping.py
src/cveda/features/train_ready_scoring.py
src/cveda/features/triplet_cooccurrence.py
src/cveda/features/unsafe_formats.py
src/cveda/features/viewpoint_variety.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