microsoft / SoftTeacher

Semi-Supervised Learning, Object Detection, ICCV2021
MIT License
892 stars 123 forks source link

Getting mAP for all classes #203

Open sarmientoj24 opened 2 years ago

sarmientoj24 commented 2 years ago

How to get the mAP for all classes?

daitranskku commented 2 years ago

Try this: evaluation = dict(interval=1000, metric='bbox', type='SubModulesDistEvalHook', classwise = True) If you like to examine the AP of all classes during the evaluation process.

sarmientoj24 commented 2 years ago

how about for validation using dist_test?