-
Hi,
In the README you mention 450Go of disk space required for the `superpoint-open+lightglue_homography.yaml` training config, but after trying to download everything, it failed after not having eno…
-
I'm a novice who has only recently started learning about this and am currently learning LightGlue.
When I type
python3 -m pip install -e
it warn that -e option requires 1 argument
I don't know w…
-
Great work!
Do you have an idea why the accuracy is becoming better? Is it because you exclude the irrelevant points so that the remained ones won't be affected? Any other potential reasons?
-
## 🚀 Feature
SOLD2 line segment detection has the `pretrained` argument. Would be very useful if the path to the pretrained model can also be specified.
## Motivation
This will ease productio…
-
when I run the command `python -m gluefactory.eval.hpatches --conf superpoint+lightglue-official --overwrite eval.estimator=poselib eval.ransac_th=-1` after installing all dependencies, I got the erro…
-
In the paper, there are two datasets, can you offer them? So when you release the train code, I can train immediately
1. "first pre-train LightGlue on synthetic homographies of real-images"
2, "We…
-
EVALUATION.md shows the latency of FP32. With export.py and optimize.py only the FP16 model is available. So how to export FP32 model? And could you give the accuracy of different models? thanks!
-
In export.py, I use: lightglue = LightGlue(extractor_type, flash=flash, depth_confidence=0.95, width_confidence=0.99).eval() to build .onnx
when I use this .onnx in infer.py, it can't run norma…
-
Hi,
Thanks for your great work~
I'm using LightGlue pretrained weight get keypoints from a template image and an input image, and then align the input image with the template by keypoints obtain…
-
我在用onnxruntime的trt支持运行onnx时报错
2023-09-28 15:18:58.706230695 [W:onnxruntime:Default, tensorrt_execution_provider.h:63 log] [2023-09-28 07:18:58 WARNING] nx_tensorrt-src/onnx2trt_utils.cpp:375: Your ON…