diff --git a/opendm/osfm.py b/opendm/osfm.py index bea42827..7a74295d 100644 --- a/opendm/osfm.py +++ b/opendm/osfm.py @@ -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: