WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.34k stars 4.2k forks source link

yolo map pycocotools map inequality #1963

Open wjx10210 opened 9 months ago

wjx10210 commented 9 months ago

I have a simple question that I would like the author to answer. Why is the map calculated by yolo different from the map calculated by pycoctools。 iShot_2024-01-05_18 07 07 @WongKinYiu

wjx10210 commented 9 months ago

Why are two numerical values inconsistent?thanks! @taka-wang @AlexeyAB @spacewalk01