Fixed --fast-orthophoto

pull/889/head
Piero Toffanin 2018-07-04 13:55:08 -04:00
rodzic 0d6fda728e
commit f042118b21
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -557,8 +557,9 @@ def config():
sys.exit(1)
if args.fast_orthophoto:
log.ODM_INFO('Fast orthophoto is turned on, automatically setting --skip-3dmodel')
log.ODM_INFO('Fast orthophoto is turned on, automatically setting --skip-3dmodel and --use-opensfm-dense')
args.skip_3dmodel = True
args.use_opensfm_dense = True
if args.dtm and args.pc_classify == 'none':
log.ODM_INFO("DTM is turned on, automatically turning on point cloud classification")