Removed unused parameter start_with

pull/959/head
Piero Toffanin 2019-03-12 16:16:55 -04:00
rodzic d96dae59fa
commit f1f8654241
1 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -53,12 +53,6 @@ def config():
help='resizes images by the largest side for opensfm. '
'Set to -1 to disable. Default: %(default)s')
parser.add_argument('--start-with', '-s',
metavar='<string>',
default='resize',
choices=processopts,
help=('Can be one of: ' + ' | '.join(processopts)))
parser.add_argument('--end-with', '-e',
metavar='<string>',
default='odm_orthophoto',