Allow different matcher with no GPS

pull/1362/head
Piero Toffanin 2021-11-15 12:29:04 -05:00
rodzic e1a326f936
commit 202a66c4e4
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -214,8 +214,8 @@ class OSFMContext:
"bruteforce": "BRUTEFORCE"
}
if not has_gps:
log.ODM_INFO("No GPS information, using BOW matching")
if not has_gps and not 'matcher_type_is_set' in args:
log.ODM_INFO("No GPS information, using BOW matching by default (you can override this by setting --matcher-type explicitely)")
matcher_type = "bow"
if matcher_type == "bow":