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
Hello,
I was wondering how to get a single recall score for all the images?
Because when I use MeanAveragePrecision class with extended_summary=True it gives multiple values, like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I was wondering how to get a single recall score for all the images?
Because when I use MeanAveragePrecision class with extended_summary=True it gives multiple values, like this:
'recall': tensor([[[[0.2922, 0.8148, 0.8148], [0.1226, 0.6415, 0.6415], [0.3920, 0.9440, 0.9440], [0.7500, 1.0000, 1.0000]]]], dtype=torch.float64)}
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions