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

The performance of ResNet18-dfm It's not as good as VGG19-dfm #12

Open
zhongqiu1245 opened this issue Apr 23, 2024 · 2 comments
Open

The performance of ResNet18-dfm It's not as good as VGG19-dfm #12

zhongqiu1245 opened this issue Apr 23, 2024 · 2 comments

Comments

@zhongqiu1245
Copy link

zhongqiu1245 commented Apr 23, 2024

Hello, thank you for your amazing job!
I tried to use ResNet18 as the backbone of DFM, but the pairs of keypoints were much less than VGG-DFM(only half, for example, 1267vs2465).
Theoretically, the performance of ResNet is much better than VGG
I picked up the featuremaps of ResNet18 of original img, conv1_x, conv_2x, conv-3x, conv_4x, conv_5x.(all after ReLU)
I noticed that the feature maps which you picked in VGG19 was not following the Stage strictly. Some feature maps were after Conv, some were after ReLU.
Could you tell me the rules of picking up feature maps? Than you in advance!

@ufukefe
Copy link
Owner

ufukefe commented Apr 25, 2024

Hi, you can check the following paper

@zhongqiu1245
Copy link
Author

zhongqiu1245 commented Apr 26, 2024

@ufukefe Thank you for your reply.
Could you release your GCM code in github?
Your link (http://mias.group/GCM/) which in paperis not working.
It always connects http://mias.group/GCM even you press ['The code can be found in this repository.']
Thank you!

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