-
(gs_model) root@autodl-container-f34d45a126-5b9fd9ad:~/data_user/ysl/DeViLoc# python evaluate.py configs/cambridge.yml --ckpt_path pretrained/deviloc_weights.ckpt
ERROR:albumentations.check_version:E…
-
Hi,
Before everyone gets too excited, I need to point out some obvious issues in the evaluation described in the paper.
In Figure 1, the inference time of the semi-dense approaches is largely un…
-
Hi, thanks for open-sourcing the code and model weights
As i said in a previous post I would like to use EfficientLoFTR to do a comparative benchmark in our study.
I found strange results in my be…
-
Hello,author, I would like to inquire why feature extraction is often performed on single-channel gray images. What are the advantages of this approach and is it possible to use three-channel color i…
-
Hello,
With the latest model weights ([topicfm_fast.ckpt](https://github.com/TruongKhang/TopicFM/blob/main/pretrained/topicfm_fast.ckpt)) and default config, I am getting an error at the very end o…
-
Dear author, thanks for your great work! Recently i'm trying to reproduce your results, and i have some problem about it.
For training, I use your default setting(only change bs=8) to train TopicF…
-
Hello author, which version of the code corresponds to TopicFM+? Which version of the code corresponds to TopicFM_fast? I use the code corresponding to TopicFM to run the above two weight files and wi…
-
Traceback (most recent call last):
File "D:\Project\image_match_code\TopicFM-main-n\demo\demo.py", line 112, in
matcher(batch)
File "D:\software\anaconda\envs\pytorch-gpu\lib\site-packages…
-
Hi,
Thank you for your excellent work.
I have a question about the inference time compared to LofTR.
Because I do not have a computer with GPU here, I cannot run the section "Runtime comparison"…
-
Hello
I have no idea about how to run the TopicFM demo with a pair of images.
Any help would be appreciated.