🐛 fix matcher command to use the real colmap command

master
otthorn 3 years ago
parent 42dc7a58d4
commit 5ef7d63751

@ -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(

Loading…
Cancel
Save