Deprecation warning for sv.MeanAveragePrecision
and other outdated metrics
#1777
Labels
enhancement
New feature or request
Search before asking
Description
What's the problem?
I found two ways of computing mAP metric:
sv.MeanAveragePrecision
andsv.metrics.MeanAveragePrecision
. However, I see here thatsv.MeanAveragePrecision
and a few other metrics will be deprecated.Why is it important?
Both
sv.MeanAveragePrecision
andsv.metrics.MeanAveragePrecision
give different results as shown in the following example.Output
As per the docstrings, Method 1 computes the average precision, given the recall and precision curves following https://github.com/rafaelpadilla/Object-Detection-Metrics and Method 2 uses 101-point interpolation (COCO) method. People may end up using a mixture of these methods and may derive wrong conclusions.
Use case
No response
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: