YOLOv5的一些评价指标

 P:精确率(precision,P)

 R:召回率(Recall,R)

 AP:平均精度(average precision, AP)

mAP:平均精度均值(mean average precision,mAP)

FPS:帧率(Frames Per Second,FPS)

检测速度一般用FPS(Frames Per Second)来衡量,其表示目标检测网络每秒能处理图片的数量,FPS值越大网络模型处理图像的速度越快。