Skip to content
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

Question about some configuration in DAB-Deformable DETR. #54

Open
volgachen opened this issue Oct 27, 2022 · 1 comment
Open

Question about some configuration in DAB-Deformable DETR. #54

volgachen opened this issue Oct 27, 2022 · 1 comment

Comments

@volgachen
Copy link

Thanks for your great work. I have some questions about the implementation of DAB-Deformable DETR.

  1. In DAB-DETR the position embedding is sinehw, while in DAB-Deformable-DETR it uses the original sine. Is there any reason for this difference?
  2. I found the configuration uses a larger dim_feedforward=2048. How does it performance with 1024?
  3. Have you experimented with the two-stage setting in Deformable-DETR. Could you share the results?
@SlongLiu
Copy link
Collaborator

  1. we use the default pe as that in deformable detr to keep a fair comparison with it.
  2. it performs better than the baseline deformable detr as well.
  3. yes. please refer to detrex: https://github.com/IDEA-Research/detrex/tree/main/projects/dab_deformable_detr . we got 49.5AP with two-stage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants