dianzl / SODFormer

31 stars 3 forks source link

验证时报错 #6

Open HarryBarry123 opened 2 months ago

HarryBarry123 commented 2 months ago

当我只采用frame,同时不利用时序信息进行训练时,在验证时会报错 coco_dt = COCO.loadRes(self.coco_gt, results) if results else COCO() File "/home/ubuntu/anaconda3/envs/sodformer/lib/python3.9/site-packages/pycocotools/coco.py", line 327, in loadRes assert set(annsImgIds) == (set(annsImgIds) & set(self.getImgIds())), \ AssertionError: Results do not correspond to current coco set 请问该如何解决

HarryBarry123 commented 2 months ago

我想再请问下您提供的数据集的标注格式里的points是否是[ [ x1, y1], [ x2, y2] ]