Metrics: Mean Average Recall (mAR) #1583
Labels
enhancement
New feature or request
hacktoberfest
Open for contributions during the annual Hacktoberfest event, aimed at encouraging open-source parti
Metrics: Mean Average Recall (mAR)
Tip
Hacktoberfest is calling! Whether it's your first PR or your 50th, you’re helping shape the future of open source. Help us build the most reliable and user-friendly computer vision library out there! 🌱
We'd like to expand our suite of metrics with a new one - Mean Average Recall (mAR). This would involve creating it, its accompanying results class, and briefly testing it.
Note it is different from
mAP
in that it don't use the precision-recall curve, but recall-IoU. This affectsMeanAverageRecallResult
:mAR@50
,mAR@75
, etc - only the global mainmAR
value.1.0
as the default if no value are provided.-1
is a consideration too, which should bring the same change tomAP
.Feel free to change the above if it feels better.
Helpful links:
The text was updated successfully, but these errors were encountered: