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

About the AFFNET #35

Open
Bonnie-gift opened this issue Jun 15, 2023 · 2 comments
Open

About the AFFNET #35

Bonnie-gift opened this issue Jun 15, 2023 · 2 comments

Comments

@Bonnie-gift
Copy link

Hi, I am a little confused about the AFFNET. Is the output of the AFFNET the affine transformation predicted? Since I look through the code and find that the input for the AFFNET is only one image. How can the AFFNET predict the affine transformation with one input image.

@ducha-aiki
Copy link
Owner

The output of AffNet is the "canonical shape" of the local feature (think of SIFT), not the transformation between images.
Please, check the AffNet paper (or any other local feature detection paper such as Hessian-Affine for more information)

@ducha-aiki
Copy link
Owner

https://kornia-tutorials.readthedocs.io/en/latest/_nbs/image_matching_adalam.html
Check this image from AffNet example. The ellipses in each image are what predicted in AffNet. Then we match them based on local descriptor, thus establishing the correspondence.
3691935b2cfa96726e3bda57aae11d144a4788ad21e8334bff7070d13db28b48

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