ChenhongyiYang / QueryDet-PyTorch

[CVPR 2022 Oral] QueryDet: Cascaded Sparse Query for Accelerating High-Resolution Small Object Detection
MIT License
423 stars 46 forks source link

''Non-existent config key: META_INFO.EVAL_SMALL_CLS'' #75

Open minigemzhen opened 1 year ago

minigemzhen commented 1 year ago

''Non-existent config key: META_INFO.EVAL_SMALL_CLS'' appears when I test the trained model

ChenhongyiYang commented 1 year ago

Hi, may I ask if you are using the latest code?

Rwik2000 commented 1 year ago

I am getting the same error I am using the latest code. Btw @ChenhongyiYang can you give a pre-trained model of Querydet on COCO datasets?

minigemzhen commented 1 year ago

嗨,请问您是否正在使用最新的代码?

Yes, I use the latest code

BJT703 commented 10 months ago

I encountered the same problem. And I used the latest code and trained on my dataset. I found that if I delete this configuration, it worked. So I want to know what the purpose of this configuration is?