Skip to content

Commit 967ed4b

Browse files
committed
Skip two-view re-estimation by default
1 parent f019bec commit 967ed4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hloc/triangulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def run_triangulation(model_path, database_path, image_dir, reference_model,
168168

169169

170170
def main(sfm_dir, reference_model, image_dir, pairs, features, matches,
171-
skip_geometric_verification=False, estimate_two_view_geometries=True,
171+
skip_geometric_verification=False, estimate_two_view_geometries=False,
172172
min_match_score=None, verbose=False):
173173

174174
assert reference_model.exists(), reference_model

0 commit comments

Comments
 (0)