tgxs002 / CORA

A DETR-style framework for open-vocabulary detection (OVD). CVPR 2023
Apache License 2.0
166 stars 14 forks source link

question about the ckeckpoints #15

Closed xiaomabufei closed 1 year ago

xiaomabufei commented 1 year ago

the issue appears, when i load the COCO_RN50 checkpoints: Error(s) in loading state_dict for FastDETR: Missing key(s) in state_dict: "input_proj.0.1.weight", "input_proj.0.1.bias".

xiaomabufei commented 1 year ago

I have solve this problem. Thanks for your contribution.