🐛 fix matcher command to use the real colmap command
This commit is contained in:
parent
42dc7a58d4
commit
5ef7d63751
1 changed files with 1 additions and 0 deletions
|
@ -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]):
|
if not all([f in existing_files for f in files_needed]):
|
||||||
logging.info("Running COLMAP")
|
logging.info("Running COLMAP")
|
||||||
|
match_type += '_matcher' # use the full name of the COLMAP command
|
||||||
run_colmap(basedir, match_type)
|
run_colmap(basedir, match_type)
|
||||||
else:
|
else:
|
||||||
logging.info(
|
logging.info(
|
||||||
|
|
Loading…
Reference in a new issue