-
Hi, OroChippw, Thanks for this amazing project! I have a problem about matcher time consume:
When I use dcouple SP + LG (superpoint.onnx + superpoint_lightglue.onnx) in my test, I save time consume t…
-
download suss,but install err.
i don't know why ?please help.
--------------------------------------------------------------
Traceback (most recent call last):
File "F:\ComfyUI\nodes.py", …
-
TensorRT version: 8.5.2 With JetPack 5.1.2 in AGX Orin does not support TopK from ONNX
:
[11/16/2023-10:31:19] [E] [TRT] ModelImporter.cpp:726: While parsing node number 230 [TopK → “/extractor/TopK…
-
The HPatches dataset tries to download from http://icvl.ee.ic.ac.uk/vbalnt/hpatches/hpatches-sequences-release.tar.gz
The link seem to be dead or it hangs. This is triggered by the command
python …
-
## Description
I have four input tensors [ "kpts0", "kpts1", "desc0", "desc1" ].
```
torch.onnx.export(
lightglue,
(kpts0, kpts1, desc0, desc1),
lightglue_p…
-
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 o…
-
Hi,
I am doing keypoint matching with 1280x720 images, with a GTX 1080 Ti ( 11.2 GiB of memory ) and found that LightGlue is slower than LoFTR, while it's supposed to be ~x4 faster according to the…
-
I am exploring the use of COLMAP's descriptor with SIFT_ROOT normalization and VLFEAT's SIFT descriptor with SIFT_ROOT normalization. My initial tests show that both are performing correctly. However,…
-
Hi,
I trained the neural network that provides (x,y) coordinates of objects and descriptors for them (such as SuperPoint).
When I use GT points and LightGlue, the matching works excellently. But …
-
Hi,
It looks like it is worth to implement the end-to-end model:
FYI ... [https://github.com/OroChippw/LightGlue-OnnxRunner/issues/23](https://github.com/OroChippw/LightGlue-OnnxRunner/is…