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?
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?