Closed Zengyf-CVer closed 3 years ago
Hi @Zengyf-CVer ,
AP regarding the sizes of the bounding boxes (small, medium and large) is computed as the mean of the APs considering objects of a specific size. So, I believe you are right.
Please, check here for more details.
@rafaelpadilla Thank you very much. After reading your code, I already know how to calculate it.
@rafaelpadilla I know the calculation formula of mAP, the sum of AP of all classes is divided by the number of all classes. However, I am not quite clear about the calculation formulas of APs, APm and APl. The following is my analysis. Please see if it is correct. Assume that the number of all categories is N, the number of small objects is Ns, the number of medium objects is Nm, and the number of large objects is Nl.
Is my analysis correct?