You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Borda
Not sure if this is the best place to ask questions, I see that there are 2 MeanAveragePrecision implementations(2 classes), one in src/torchmetrics/detection/mean_ap.py and another src/torchmetrics/detection/_mean_ap.py
We started with the original package and made just a wrapper. Then we wanted to have own implementation which we could optimize for PyTorch, but it was still slower so we preserve the original and default until we improve the own code...
🚀 Feature
Currently the
MeanAveragePrecision
for detection task does not have Functional Interface.It would be great to have one.
Motivation
Same motivation as given in the Module vs Functional Metrics section from documentation.
It will be great to have such case as optimized as it can get.
The text was updated successfully, but these errors were encountered: