yuhangzang / OV-DETR

[Under preparation] Code repo for "Open-Vocabulary DETR with Conditional Matching" (ECCV 2022)
202 stars 20 forks source link

Can not find caterogy id? #7

Closed ngthanhtin closed 1 year ago

ngthanhtin commented 2 years ago

Hi, When I ran the code, I had this error ile "../datasets/coco.py", line 181, in self.cat2label[obj["category_id"]] KeyError: 64

Do you have any suggestion to fix this bug? Thanks