bluedream1121 / REKD

[CVPR 2022] Official PyTorch implementation of "Official Self-Supervised Equivariant Learning for Oriented Keypoint Detection"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Match for homograph

Kukulin13013 opened this issue · comments

Maybe I missed some code, I don't see the match part.
I personally used FLANN of opencv to match the two v_boat pic in the demo, the result is as follow.
I would appreciate it if can guide me to the match part in the project.
viz2

Did you extract the patch descriptor of each keypoint correctly? We use HardNet descriptor for image matching.