cvg / LightGlue

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

No matches after Training #143

Open Shafaq-S opened 1 week ago

Shafaq-S commented 1 week ago

I have trained LightGlue on my own dataset (which consists of RGB images only) by running this experiment from glue-factory:

python -m gluefactory.train sp+lg_homography --conf gluefactory/configs/superpoint-open+lightglue_homography.yaml

However, when I run inference after training using code from this repo, I get no matches at all. Any leads to solve this problem?