cvg / Hierarchical-Localization

Visual localization made easy with hloc
Apache License 2.0
2.96k stars 551 forks source link

`sift` and `adalam` Configurations Lead to Missing `scales1` and `oris1` Keys #359

Closed ShaySheng closed 5 months ago

ShaySheng commented 5 months ago

Encountering AssertionError: Missing key scales1 in data when using the following configurations:

feature_conf = extract_features.confs['sift']
matcher_conf = match_features.confs['adalam']
retrieval_conf = extract_features.confs['netvlad']

The dictionary for matching lacks the scales1 and oris1 keys. It seems the configuration does not align with the expected input structure.

ShaySheng commented 5 months ago

Thanks it's all my own problem. 😭