Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-23 | 1.9 kB | |
supervision-0.26.1 source code.tar.gz | 2025-07-23 | 45.1 MB | |
supervision-0.26.1 source code.zip | 2025-07-23 | 45.3 MB | |
Totals: 3 Items | 90.4 MB | 1 |
đ§ Fixed
- Fixed error in
sv.MeanAveragePrecision
where the area used for size-specific evaluation (small / medium / large) was always zero unless explicitly provided insv.Detections.data
. (https://github.com/roboflow/supervision/pull/1894) - Fixed
ID=0
bug insv.MeanAveragePrecision
where objects were getting0.0
mAP despite perfect IoU matches due to a bug in annotation ID assignment. (https://github.com/roboflow/supervision/pull/1895) - Fixed issue where
sv.MeanAveragePrecision
could return negative values when certain object size categories have no data. (https://github.com/roboflow/supervision/pull/1898) - Fixed
match_metric
support forsv.Detections.with_nms
. (https://github.com/roboflow/supervision/pull/1901) - Fixed
border_thickness
parameter usage forsv.PercentageBarAnnotator
. (https://github.com/roboflow/supervision/pull/1906)
đ Contributors
@balthazur (Balthasar Huber), @onuralpszr (Onuralp SEZER), @rafaelpadilla (Rafael Padilla), @soumik12345 (Soumik Rakshit), @SkalskiP (Piotr Skalski)