WongKinYiu / yolov9

Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
GNU General Public License v3.0
8.74k stars 1.35k forks source link

pycocotools unable to run: Results do not correspond to current coco set #466

Open lijoe123 opened 2 months ago

lijoe123 commented 2 months ago

When i use my cocodataset to val, it occur the problem: pycocotools unable to run: Results do not correspond to current coco set, Could you tell me how to fix it? image

This is my coco format

WongKinYiu commented 2 months ago

you have to check if ids are matched between prediction.json and annotation.json.

lijoe123 commented 2 months ago

Thank you for your reply!!!!! I want to know why the performance of yolo is different with coco. image