IDEA-Research / GroundingDINO

[ECCV 2024] Official implementation of the paper "Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection"
https://arxiv.org/abs/2303.05499
Apache License 2.0
6.88k stars 696 forks source link

[fix] replace ema_model with model in demo/test_ap_on_coco #242

Closed gathierry closed 1 year ago

gathierry commented 1 year ago

The checkpoint in README doesn't have key ema_model. Replacing ema_model with model can reproduce the expected mAP.