cvg / LightGlue

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

How to use Revisiting Oxford and Paris to pre-train model #63

Closed pxy522 closed 12 months ago

pxy522 commented 1 year ago

Hi there

Thanks for your great work!

I am a new student in machine learning and am facing difficulties in retraining the model due to issues with data and loss.

  1. In section 4, "Details that Matter," the paper discusses using the "Revisiting Oxford and Paris" dataset for pre-training the model. However, since this dataset was designed for retrieval purposes, I am uncertain how to incorporate it into the retraining of the model.

  2. How to calculate the matching error of two images after obtaining Superpoints feature points.

sarlinpe commented 12 months ago

See https://github.com/cvg/glue-factory. Please open an issue over there if anything remains unclear.