VOC2007数据集使用mAP值作为检测算法检测结果的性能评估得分.mAP意思是mean Average Precision,Precision是指精度,Average Precision是指11个等分候选点上的精度,mean Average Precision是指所有类别的AP的平均. 嗯,听起来挺绕的.详细说来: 计算AP后会绘制PR曲线:纵坐标是P表示Precision精度,横坐标表示Recall表示召回率. TP=True Positive, FP=False Positive, TN=…