[detection evaluatation] compute AP for each class
Created by: zzchust
Paddle affords a very simple layer(DetectionMAP) to compute mAP for the evaluation of detection. eg. https://github.com/PaddlePaddle/models/blob/develop/PaddleCV/ssd/eval.py#L55
However, is there any advice for the computation for AP of each category?