leeyoshinari / YOLO_v2

The implementation of YOLO v2 with TensorFlow
GNU General Public License v3.0
80 stars 38 forks source link

How to calculate mAP ? #47

Open codeprb opened 2 years ago

codeprb commented 2 years ago

Hi did anyone try to calculate the mean average precision for this code? Please let me know how thanks

leeyoshinari commented 2 years ago

I don't calculate mAP. The code is written according to paper, it is not new architecture. I'm sorry that I haven't done this for a long time, you can calaulate mAP by yourself.