Thanks for your error report and we appreciate it a lot.
Checklist
- I have searched related issues but cannot get the expected help.
- I have read the FAQ documentation but cannot get the expected help.
- The bug has not been fixed in the latest version.
Describe the bug
I used mmdetection to train my own grounding-dino, but I found out that there exists two grounding-dino projects (grounding-dino and mm-grounding-dino). I used grounding-dino, and it shows up zero AP!
Reproduction
- What command or script did you run?
I just run the train.sh like usage.
- Did you make any modifications on the code or config? Did you understand what you have modified?
I didn't do any modification.
- What dataset did you use?
My own RGBS50 dataset (COCO format) and COCO dataset.
Bug fix
Finally I found out that there might be some error in the grounding-dino backbone code. The backbone config has no pretrained checkpoint. I added one in it and it raise errors. But the same thing did on the mm-grounding-dino and it ran successfully.
Thanks for your error report and we appreciate it a lot.
Checklist
Describe the bug
I used mmdetection to train my own grounding-dino, but I found out that there exists two grounding-dino projects (grounding-dino and mm-grounding-dino). I used grounding-dino, and it shows up zero AP!
Reproduction
I just run the train.sh like usage.
I didn't do any modification.
My own RGBS50 dataset (COCO format) and COCO dataset.
Bug fix
Finally I found out that there might be some error in the grounding-dino backbone code. The backbone config has no pretrained checkpoint. I added one in it and it raise errors. But the same thing did on the mm-grounding-dino and it ran successfully.