meituan / YOLOv6

YOLOv6: a single-stage object detection framework dedicated to industrial applications.
GNU General Public License v3.0
5.72k stars 1.03k forks source link

how to get mAP #391

Closed ISySRGg closed 2 years ago

ISySRGg commented 2 years ago

how to view mAP results. all classes and every class

mtjhl commented 2 years ago

Actually, pycocotools contains AP for each class. You can refer to this, we will consider to add the function to print AP for each class later.

ISySRGg commented 2 years ago

thank you. can we see the graph in yolov6 F1-Curve, P-Curve, PR-Curve, R-Curve ?

Actually, pycocotools contains AP for each class. You can refer to this, we will consider to add the function to print AP for each class later.