Remove obsolete processing steps

pull/979/head
Piero Toffanin 2019-05-17 14:05:10 -04:00
rodzic 4b59638e5f
commit 641f883acc
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -7,8 +7,8 @@ from appsettings import SettingsParser
import sys
# parse arguments
processopts = ['dataset', 'split', 'merge', 'opensfm', 'slam', 'mve', 'odm_filterpoints',
'odm_meshing', 'odm_25dmeshing', 'mvs_texturing', 'odm_georeferencing',
processopts = ['dataset', 'split', 'merge', 'opensfm', 'mve', 'odm_filterpoints',
'odm_meshing', 'mvs_texturing', 'odm_georeferencing',
'odm_dem', 'odm_orthophoto']
with open(io.join_paths(context.root_path, 'VERSION')) as version_file: