🐛 fix matcher command to use the real colmap command

This commit is contained in:
otthorn 2021-03-25 12:41:23 +01:00
parent 42dc7a58d4
commit 5ef7d63751

View file

@ -39,6 +39,7 @@ def gen_poses(basedir: str, match_type: str = 'exhaustive') -> None:
if not all([f in existing_files for f in files_needed]):
logging.info("Running COLMAP")
match_type += '_matcher' # use the full name of the COLMAP command
run_colmap(basedir, match_type)
else:
logging.info(