supervision/tests
Jirka Borovec 072f78471c
fix: resolve medium dataset findings (#2408)
- Reinstated NumPy-safe `Classifications` equality and ordered class-list comparisons in dataset equality.
- Restored greedy matching plus size-bucket scoring for Precision, Recall, F1, and MeanAverageRecall, with regression coverage for the medium-object boundary case.
- Filter size-bucket precision, recall, and F1 against target boxes so predictions no longer claim the bucket.
- Preserve confidence order for bucketed mAR@K scoring and return zero when a bucket has no support.
- Add regression coverage for bucket matching, empty-support mAR, top-K limits, and missing-mask errors.

---------

Co-authored-by: Codex <codex@openai.com>
2026-07-08 08:56:34 +02:00
..
annotators fix(annotators): resolve annotator medium findings (#2407) 2026-07-06 22:43:35 +02:00
assets fix(utils): normalize timm confidences and verify assets (#2414) 2026-07-07 21:59:23 +02:00
classification fix: resolve medium dataset findings (#2408) 2026-07-08 08:56:34 +02:00
dataset fix: resolve medium dataset findings (#2408) 2026-07-08 08:56:34 +02:00
detection Fix detection medium review findings (#2400) 2026-07-06 19:02:38 +02:00
draw fix(annotators): resolve annotator medium findings (#2407) 2026-07-06 22:43:35 +02:00
geometry fix: replace deprecated 2-D np.cross with explicit determinant (#2386) 2026-07-02 19:01:39 +02:00
key_points fix(key_points): handle empty and numpy index input, keep degenerate skeletons (#2402) 2026-07-07 00:02:38 +02:00
metrics fix: resolve medium dataset findings (#2408) 2026-07-08 08:56:34 +02:00
tracker fix(tracker): harden ByteTrack edge cases (#2413) 2026-07-07 21:05:03 +02:00
utils fix(annotators): resolve annotator medium findings (#2407) 2026-07-06 22:43:35 +02:00
__init__.py refactor: reorganize project structure and update module imports (#2112) 2026-02-03 15:24:47 +01:00
conftest.py chore: bump minimum Python to 3.10 (#2260) 2026-06-29 14:45:30 +02:00
helpers.py fix(detection): harden model connectors and mask extraction (#2398) 2026-07-03 20:09:57 +02:00
test_public_api.py fix(annotators): resolve annotator medium findings (#2407) 2026-07-06 22:43:35 +02:00
test_validate_deprecations.py chore: bump minimum Python to 3.10 (#2260) 2026-06-29 14:45:30 +02:00