SoftTeacher icon indicating copy to clipboard operation
SoftTeacher copied to clipboard

Getting mAP for all classes

Open sarmientoj24 opened this issue 2 years ago • 2 comments

How to get the mAP for all classes?

sarmientoj24 avatar Apr 26 '22 15:04 sarmientoj24

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.

daitranskku avatar May 04 '22 01:05 daitranskku

how about for validation using dist_test?

sarmientoj24 avatar May 16 '22 13:05 sarmientoj24