From b1a8545dd2584558da99411b2c6760ee7144cb90 Mon Sep 17 00:00:00 2001 From: Dakota Benjamin Date: Thu, 12 Nov 2015 14:00:11 +0000 Subject: [PATCH] Default OpenSfM to True --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 2a83b1b8..5e69c18e 100755 --- a/run.py +++ b/run.py @@ -244,7 +244,7 @@ parser.add_argument('--zip-results', parser.add_argument('--use-opensfm', type=bool, - default=False, + default=True, help='use OpenSfM instead of Bundler to find the camera positions ' '(replaces getKeypoints, match and bundler steps)')