I am evaluating Cityscapes dataset using COCOEvaluator from Detectron2.
I want to know if COCO Evaluation metric implemented in Detectron2 takes into consideration the number of instances of each class, i.e. if the mAP is actually the weighted mAP.
Disclaimer: I already googled for high level algorithmic details about COCO mAP metric but didn't found any reference about whether the mAP is weighted or not. Also took a look into the COCO API and Detectron2 mAP implementation code but it's way to complex.