[ECCV 2024] Official implementation of the paper "Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection"
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
The checkpoint in README doesn't have key
ema_model
. Replacingema_model
withmodel
can reproduce the expected mAP.