-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding the DINO component to DN-DETR #43
Comments
Hey, thanks for your interest in our work. We are glad to see that you implement DINO based on DN-DETR. Is there any difference between your re-implemented DINO and our DINO? Can it achieve the same performance as our DINO? Maybe you could provide more information and we can discuss with more details. |
Fist of all, with Resnet-50 + Deformable DETR + DN+DINO, 36 epochs
I think the performance is almost same with your official DINO. For MQS, I wanted to maintain the choice between original Deformable DETR's 2 stage variants and your other variants,
For negative sampling,
With this implementation, I parsed the performance in every module step from DN-DETR to DN+DINO
|
That's great. Looks like you are comparing with the old DINO in your table. You can initialize the parameters as the new DINO, so you can achieve around 49.0 in 12epoch. |
@FengLi-ust Could you let me know which parameters in newer DINO are different from older DINO? For my latest 12 epochs setting, I found
It looked similar, but the small area AP is comparatively lower. (0.309 vs. 0.32) So I am not sure that they have same or similar settings.
|
I just have a quick look. The lr_drop should be set to 11. |
@Vallum Hey, you can pull request so I can merge your code. We can also have discussions if you meet problems. |
@FengLi-ust Thank you for the response. Let me just check the result and do the code prepared. |
@Vallum Thank you for your nice work. I just want to ask a tiny question. In the code to choose Top K proposals from encoder output class, you wrote the code like below |
Hi, authors,
Thank you for opening your fantastic project.
I was very impressed on your successive project DN-DETR and DINO,
so I have merged DINO component to this precedent Deformable DETR based DN-DETR, which is a little bit different from official-DINO.
Do you authors, by any chance, interested in to merge DINO into this DN-DETR?
If so, please let me know and prepare the code sharing.
Because you already have your own official DINO repo, maybe you don't want to mix DN-DETR with another DINO code,
That's ok, and in that case, I am considering to take another way to open my implementation
Thanks.
The text was updated successfully, but these errors were encountered: