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 detector and discriptor #34

Open
ye450450 opened this issue Aug 2, 2024 · 5 comments
Open

question about detector and discriptor #34

ye450450 opened this issue Aug 2, 2024 · 5 comments

Comments

@ye450450
Copy link

ye450450 commented Aug 2, 2024

Is there a reason why discriptor and detector used VGG19 network architecture? Not using ResNet or other network architecture

@Parskatt
Copy link
Owner

Parskatt commented Aug 2, 2024

Not really, you might get some improvement by updating the backbone.

@Parskatt
Copy link
Owner

Parskatt commented Aug 2, 2024

Vgg19 features tend to be precisely localizable, which is good. See e.g. the ablation in roma. But its usually worse for global matching. You may also want to have a look at more modern backbones not trained on imagenet

@ye450450
Copy link
Author

ye450450 commented Aug 2, 2024

and i have one more question. In web-ui code, there is https://github.com/Parskatt/DeDoDe/releases/download/dedode_pretrained_models/dedode_descriptor_B.pth urls for getting the descriptor model. But when i get there, there is no file. I cannot find the file. Can i get the descriptor training recipe? and there is descriptor_L file, too?

@ye450450
Copy link
Author

ye450450 commented Aug 2, 2024

Sorry, there is file. But, there is no directory of https://github.com/Parskatt/DeDoDe/releases.

@Parskatt
Copy link
Owner

Parskatt commented Aug 2, 2024

Correct, those are just files. Code for training models can be found in the experiments folder of the repo.

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