🔧 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
. (#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. (#1895) - Fixed issue where
sv.MeanAveragePrecision
could return negative values when certain object size categories have no data. (#1898) - Fixed
match_metric
support forsv.Detections.with_nms
. (#1901) - Fixed
border_thickness
parameter usage forsv.PercentageBarAnnotator
. (#1906)
🏆 Contributors
@balthazur (Balthasar Huber), @onuralpszr (Onuralp SEZER), @rafaelpadilla (Rafael Padilla), @soumik12345 (Soumik Rakshit), @SkalskiP (Piotr Skalski)