WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.99k stars 518 forks source link

Error while running test.py #237

Open GunjanPatel1108 opened 2 years ago

GunjanPatel1108 commented 2 years ago

Evaluating pycocotools mAP... saving runs/test/yolor_p6_val8/best_ap_predictions.json... loading annotations into memory... Done (t=0.00s) creating index... index created! Loading and preparing results... ERROR: pycocotools unable to run: Results do not correspond to current coco set This is the error it is displaying. it saved the results whta should i do @WongKinYiu

qinli-jian commented 1 year ago

Evaluating pycocotools mAP... saving runs/test/yolor_p6_val8/best_ap_predictions.json... loading annotations into memory... Done (t=0.00s) creating index... index created! Loading and preparing results... ERROR: pycocotools unable to run: Results do not correspond to current coco set This is the error it is displaying. it saved the results whta should i do @WongKinYiu

Have you solved it?