image-matching-toolbox
image-matching-toolbox copied to clipboard
This is a toolbox repository to help evaluate various methods that perform image matching from a pair of images.
For example, the input of loftr is 480 x 480?
I copied the loftr code to add the required files, but when running my code failed: KeyError: 'block_type' Self. block_type = config['block_type'], which is the argument in my code
First of all, thank you for your excellent work. I run eval__ hpatches after installing the environment, there is a ModuleNotFound Error: `ModuleNotFoundError: No module named 'third_party.caps.CAPS'` I think it...
image-matching-toolbox/immatch/utils/data_io.py:31: DeprecationWarning: BICUBIC is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BICUBIC instead. Here is the offending line https://github.com/GrumpyZhou/image-matching-toolbox/blob/main/immatch/utils/data_io.py#L31 The Resampling enum was added in Pillow 9.1.0....
RuntimeError: Tried to access nonexistent attribute or method '__call__' of type '__torch__.kornia.geometry.boxes.Boxes3D'. Did you forget to initialize an attribute in __init__()?: File "/home/szw/anaconda3/envs/image-matching-toolbox-main/lib/python3.7/site-packages/kornia/geometry/boxes.py", line 601 # Due to some torch.jit.script...
File "/home/szw/image-matching-toolbox-main/immatch/eval_inloc.py", line 5, in from third_party.hloc.hloc.localize_inloc import localize_with_matcher ImportError: cannot import name 'localize_with_matcher' 'localize_with_matcher' is not really in 'localize_inloc.py',Did you make a mistake?
More changes related to #20 . Running `python -m immatch.eval_hpatches --config 'loftr' --task 'both' --rot_dir . --ransac_thres=3 --h_solver cv` now yields ``` >>>>Eval hpatches: task=matching+homography method=LoFTR_outdoor_ds_noms scale_H=True rthres=3.0 thres=[1, 3,...
Hi, There is a sample repository for the submission to IMC https://github.com/ducha-aiki/imc2021-sample-kornia-submission If you want, I can adapt it for your toolbox. Caveat - it would be quite hard to...
hi,i used image-matching-toolbox to eval loftr for inloc, config: default: &default class: 'LoFTR' ckpt: 'pretrained/loftr/outdoor_ds.ckpt' match_threshold: 0.2 imsize: 1024 no_match_upscale: False example: