supervision/tests/detection/utils
HALLOUARD 89d49c2e93
feat: Add soft Non-Max suppression (#1624)
* feat: Add soft Non-Max suppression
* feat(nms): add vectorized Gaussian Soft-NMS box/mask primitives
* feat(core): add Detections.with_soft_nms
* feat: export soft-NMS functions from top-level supervision API
* docs: add soft-NMS entries to IoU/NMS utils page
* test: add Soft-NMS coverage for box/mask primitives and Detections API

---------

Co-authored-by: jirka <6035284+Borda@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
2026-07-21 10:25:14 +02:00
..
__init__.py refactor: reorganize project structure and update module imports (#2112) 2026-02-03 15:24:47 +01:00
test_boxes.py test: cover public API gaps and dataset split (#2399) 2026-07-03 20:57:42 +02:00
test_converters.py fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00
test_internal.py feat(cv2): complete fallback integration (#2439) 2026-07-17 07:50:45 +02:00
test_iou_and_nms.py feat: Add soft Non-Max suppression (#1624) 2026-07-21 10:25:14 +02:00
test_masks.py fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00
test_polygons.py chore: bump minimum Python to 3.10 (#2260) 2026-06-29 14:45:30 +02:00
test_vlms.py chore: bump minimum Python to 3.10 (#2260) 2026-06-29 14:45:30 +02:00