supervision/tests/detection
Jirka Borovec bd0f44fcfd
fix: resolve remaining High findings from deep codebase review (#2389)
- Fixed crop annotation so overlapping detections sample from the original scene
- Fixed dataset exports to reject basename collisions, including case-insensitive collisions
- Fixed LMM connector mapping to support mirror enum aliases without a hand-maintained dispatch table
- Updated benchmark documentation to install the released inference package with metrics support

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
2026-07-03 22:58:07 +02:00
..
tools fix(detection): harden model connectors and mask extraction (#2398) 2026-07-03 20:09:57 +02:00
utils test: cover public API gaps and dataset split (#2399) 2026-07-03 20:57:42 +02:00
__init__.py refactor: reorganize project structure and update module imports (#2112) 2026-02-03 15:24:47 +01:00
test_compact_mask.py feat: add compact RLE mask ingestion (#2367) 2026-07-01 12:50:40 +02:00
test_compact_mask_integration.py perf(detection): keep mixed-mask Detections.merge compact (#2383) 2026-07-01 21:01:29 +02:00
test_compact_mask_iou.py chore: bump minimum Python to 3.10 (#2260) 2026-06-29 14:45:30 +02:00
test_core.py fix(detection): make `get_anchors_coordinates` OBB-aware (#2382) 2026-07-02 00:04:26 +02:00
test_csv.py chore: bump minimum Python to 3.10 (#2260) 2026-06-29 14:45:30 +02:00
test_from_adapters.py fix: resolve remaining High findings from deep codebase review (#2389) 2026-07-03 22:58:07 +02:00
test_from_sam.py chore: bump minimum Python to 3.10 (#2260) 2026-06-29 14:45:30 +02:00
test_inference_slicer_compact.py feat: add compact RLE mask ingestion (#2367) 2026-07-01 12:50:40 +02:00
test_json.py chore: bump minimum Python to 3.10 (#2260) 2026-06-29 14:45:30 +02:00
test_line_counter.py fix: replace deprecated 2-D np.cross with explicit determinant (#2386) 2026-07-02 19:01:39 +02:00
test_polygon_zone_annotator.py chore: bump minimum Python to 3.10 (#2260) 2026-06-29 14:45:30 +02:00
test_polygonzone.py chore: bump minimum Python to 3.10 (#2260) 2026-06-29 14:45:30 +02:00
test_vlm.py fix(detection): harden model connectors and mask extraction (#2398) 2026-07-03 20:09:57 +02:00