QuadTreeAttention icon indicating copy to clipboard operation
QuadTreeAttention copied to clipboard

Config questions of notebook and scripts of feature matching

Open ewrfcas opened this issue 2 years ago • 2 comments

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?

ewrfcas avatar Sep 01 '22 03:09 ewrfcas

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?

ewrfcas avatar Sep 01 '22 03:09 ewrfcas

The code of notebook is from the original LoFTR. Please don't use that.

Tangshitao avatar Sep 01 '22 04:09 Tangshitao