Open Shafaq-S opened 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?
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?