Default OpenSfM to True

Former-commit-id: b1a8545dd2
gh-pages
Dakota Benjamin 2015-11-12 14:00:11 +00:00
rodzic f2d61217e1
commit 8e7d9c099a
1 zmienionych plików z 1 dodań i 1 usunięć

2
run.py
Wyświetl plik

@ -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)')