pull/1451/head
Piero Toffanin 2022-04-15 11:42:14 -04:00
rodzic 6f6827091f
commit 3b53dd7cd0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -199,7 +199,7 @@ class OSFMContext:
log.ODM_WARNING("Cannot compute max image dimensions, going with defaults")
# create config file for OpenSfM
if 'matcher_neighbors_is_set' in args and args.matcher_neighbors > 0:
if args.matcher_neighbors > 0:
matcher_graph_rounds = 0
matcher_neighbors = args.matcher_neighbors
else: