vdvchen / SGMNet

Implementation of "Learning to Match Features with Seeded Graph Matching Network" ICCV2021
MIT License
136 stars 22 forks source link

Descriptor #11

Closed Lucifer1002 closed 2 years ago

Lucifer1002 commented 2 years ago

Hello, I read your paper, there is a combination of SIFT+Superglue in your comparative experiment, how do you solve the problem that the descriptor and matching network dimensions are inconsistent

vdvchen commented 2 years ago

Hi, network channels is configurable and we adjust it with descriptor channels number.