cvg/glue-factory

Questions about SIFT+LightGlue

Closed this issue · 1 comments

Thank you for your great work!

I would like to confirm the following things about your SIFT+LightGlue.

  1. Which type of SIFT is used for training of the published SIFT+LightGlue weight, OpenCV or PyColmap?
  2. Is there a performance gap between OpenCV SIFT and PyColmap one for the published SIFT+Lightglue weight.
  3. In the glue-factory implementation, PyColmap SIFT scores are calculated as the combination of DoG (all values are 1?) scores and scales while OpenCV scores as just DoG scores. Which can we get better results by?

The questions above are answered in LightGlue repository.
Thank you very much.