Default OpenSfM to True

pull/206/merge
Dakota Benjamin 2015-11-12 14:00:11 +00:00
rodzic 2ac0fae807
commit b1a8545dd2
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)')