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
Hi,
Thank you for sharing the code for mAP calculation. I just wanted to point out something trivial. In lines 78, 104, and 105, should it not be i+1, instead of i (as class 0 is excluded). Or maybe I could be wrong.
I also wanted to ask you about mAP calculation in the case of segmentation. I got the bounding boxes from the predicted masks. But there is no confidence score in this case (unlike detection tasks). How do you suggest that I can modify your code?
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for sharing the code for mAP calculation. I just wanted to point out something trivial. In lines 78, 104, and 105, should it not be i+1, instead of i (as class 0 is excluded). Or maybe I could be wrong.
I also wanted to ask you about mAP calculation in the case of segmentation. I got the bounding boxes from the predicted masks. But there is no confidence score in this case (unlike detection tasks). How do you suggest that I can modify your code?
The text was updated successfully, but these errors were encountered: