QuadTreeAttention
QuadTreeAttention copied to clipboard
Config questions of notebook and scripts of feature matching
Thanks for your excellent work.
In 'FeatureMatching/scripts/reproduce_test/outdoor_ds_quadtree.sh', 'configs/loftr/outdoor/loftr_ds_quadtree.py' is used. But this config is different from 'cvpr_ds_config.py'.
In 'FeatureMatching/notebooks' only default settings from 'cvpr_ds_config.py' are used. Which setting should be correct for the QuadTreeAttention in feature matching?
For example, COARSE.TOPKS in cvpr_ds_config.py is [16,8,8], but in loftr_ds_quadtree.py is [32,16,16]. Will it influence the inference with a pre-trained model?
The code of notebook is from the original LoFTR. Please don't use that.