-
Thanks for great work!
I want to get description from point(x,y).
For example in cv2 I can get:
```
gray_image = cv2.imread(path,0)
sift = cv2.SIFT_create()
keypoint = cv2.KeyPoint(x, y, 2…
-
Hi developers!
I'm using your wonderful work and the matching result is quite good, but I'm trying to use a much faster traditional extractor without network like ORB to deploy this method to a real-…
-
Hi, I replaced the feature match part with lightglue. I ran multiple experiments on the same dataset, and the results of lightglue were consistent, but the final results of OpenMVG were inconsistent …
-
Thanks for your impressive work!
I am trying to train lightglue with my key points extractor, but it seems that there are something with the extractor.
When I use my extractor without lightglue, it …
-
Hello everyone, I am currently studying to retrain the LightGlue model, but right now I don't know what information I need to proceed with retraining the LightGlue model. Could anyone explain to me? T…
-
Hi,
I am trying example_prediction.py or inference_examples_DICOM.py and I am getting a message **Deformable Transformer Encoder is not available.** This is the same as in inference_examples_DICOM.ip…
-
I', trying matching a Drone in one img to the video has the drone, but this not work, this work went matching this img and a img capture from video but when I can't matching img vs capture video frame…
-
### Your question
I pulled the latest ComfyUI code and installed the required libraries using pip install -r requirements, but I'm still encountering this issue.
```python
File "/usr/local/lib/…
-
师兄or师姐你好,我在D_VINS的issue中找到了您之前问过的问题,就是出现`[2024-10-20 23:29:25][fatal][trt_tensor.cpp:359]:Assert failed, ndims == shape_.size()`
的问题,我看最后您是说自己的cofig文件出了错误,我想咨询您关于这个工作的一些信息:
我的环境完全按照那位作者的要求进行操作,torch…
-
- 标题:尝试用Paddle-Lite推理开源的Lightglue模型,一调Run()函数就crash了
- 版本、预测库信息:
1)Paddle Lite 版本:v2.13rc
2)Host 环境:
3)运行设备环境:展锐T760(UMS9620W)/Android
4)预测后端信息:CPU/GPU
- 预测信息
1)预测 API:C…