Hierarchical-Localization icon indicating copy to clipboard operation
Hierarchical-Localization copied to clipboard

match_dense confs on EfficientLoftr

Open boyagesmile opened this issue 1 year ago • 4 comments

I got bad results when I try to test EfficientLoftr on aachen_v1.1 datasets by using the config:

    "loftr_aachen": {
        "output": "matches-loftr_aachen",
        "model": {"name": "loftr", "weights": "outdoor"},
        "preprocessing": {"grayscale": True, "resize_max": 1024, "dfactor": 8},
        "max_error": 2,  # max error for assigned keypoints (in px)
        "cell_size": 8,  # size of quantization patch (max 1 kp/patch)
    },

I wonder to know how to chagnge "max_error" and "cell_size". Do you have any plan to update the EfficinetLoftr test?

boyagesmile avatar Dec 09 '24 05:12 boyagesmile

Hello, I also want to test EfficientLoFTR, but I encountered an error where two tensor sizes do not match at the transformer position. How did you solve this? Or could you share your testing script with me? Thank you.

Inverse-function avatar Dec 28 '24 12:12 Inverse-function

May be you should try to change "dfactor": 8 to "dfactor": 32

Hello, I also want to test EfficientLoFTR, but I encountered an error where two tensor sizes do not match at the transformer position. How did you solve this? Or could you share your testing script with me? Thank you.

boyagesmile avatar Dec 28 '24 12:12 boyagesmile

Thank you for your reply. Could you please explain what the "dfactor" parameter represents above?

Inverse-function avatar Dec 28 '24 12:12 Inverse-function

Do you have solved this issue? I also come up with this.

HUSTNO1WXY avatar May 24 '25 03:05 HUSTNO1WXY