简体   繁体   中英

Mean average precision metrics for evaluation multilabel object detection model

My goal is to evaluate model performance on test dataset for object detection task . Model was trained on dataset with 6 classes with Tensorflow Object Detection API. For some class there are 20 samples of objects and for some it can be only one sample. So data is imbalanced for both train and test sets. Can I use mean average precision (mAP) as metrics for evaluation? It seems to me that it is not correct to use it for imbalanced data. Therefore I don't know which other metrics to use. So what kind of metrics is suitable for this case?

I would appreciate any help on this.

Mean average precision will still work. As you can see, it is mean average precision, so, since precision will be averaged over all classes their number won't matter.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM