open-mmlab/mmyolo

Results do not correspond to current coco set

EudicL opened this issue · 3 comments

Prerequisite

🐞 Describe the bug

Why does running the command report this error, but evaluating it in training is fine

‘python tools/test.py work_dir/ppyoloe.py work_dirs/ppyoloe/best_coco_bbox_mAP_epoch_230.pth’

assert set(annsImgIds) == (set(annsImgIds) & set(self.getImgIds())),
AssertionError: Results do not correspond to current coco set

Environment

pytorch1.8.1

Additional information

None

@EudicL I got a similar error but during the evaluation in training YOLOv5, do you know why?