cvg / LightGlue

LightGlue: Local Feature Matching at Light Speed (ICCV 2023)
Apache License 2.0
3.15k stars 291 forks source link

Choose some points manually #93

Closed JaouadROS closed 5 months ago

JaouadROS commented 7 months ago

Is it possible to choose some points manually in one image and run LighGlue to find their correspondences? I want to use LightGlue for perspective removing where I have specific points in the reference image. Thanks a lot.

Phil26AT commented 5 months ago

Hi @JaouadROS, I think this is not possible since LG relies on detections in both images, and in your scenario you only have detections in the reference image. But there is other excellent work targeting this problem, e.g. COTR.

JaouadROS commented 5 months ago

Thank you @Phil26AT very interesting.