facebookresearch / adaptive_teacher

This repo provides the source code for "Cross-Domain Adaptive Teacher for Object Detection".
Other
180 stars 35 forks source link

How to get the AP of each label? #59

Closed judyxt closed 1 year ago

judyxt commented 1 year ago

I can only get the whole AP(mAP\AP50\AP75) of VOC->Clipart, but I want to look the AP of each label, is there any tools in the project I ignored ? Really appreciate you reply!!!

yujheli commented 1 year ago

I usually went into the tensorboard to see the AP@50 for each category.

judyxt commented 1 year ago

Thank you so much!I got it!