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

Does the VitDet still adopt FPN rather than the simple pyramid structure in VITDet paper? #14

Open
larenzhang opened this issue Jun 13, 2022 · 2 comments

Comments

@larenzhang
Copy link

No description provided.

@larenzhang
Copy link
Author

In the config file https://github.com/ViTAE-Transformer/ViTDet/blob/main/configs/ViTDet/ViTDet-ViT-Base-100e.py, It seems that the VitDet in your implementation still adopts the FPN modules rather than the simple pyramid structure as proposed in VitDet paper.

@Annbless
Copy link
Collaborator

Hi, we modify the FPN file with an extra option use_residual=False to disable the residual connection in the FPN module, which only serves for feature dimension change, as described in the simple pyramid structure.

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