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

Questions on DETR initialization #1

Open
DianCh opened this issue Dec 19, 2021 · 1 comment
Open

Questions on DETR initialization #1

DianCh opened this issue Dec 19, 2021 · 1 comment

Comments

@DianCh
Copy link

DianCh commented Dec 19, 2021

Hi! May I ask how the model is initialized for the training? Specifically, is the DETR (or equivalents like deformable DETR, etc.) part trained from scratch or initialized by the trained model?

@zhechen
Copy link
Owner

zhechen commented Dec 19, 2021

Only the backbone is from pre-trained weights, others are trained from scratch. You can find DETR/Deformable DETR training codes.

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