diff --git a/opendm/config.py b/opendm/config.py index 70e19293..5d0d5a42 100644 --- a/opendm/config.py +++ b/opendm/config.py @@ -148,7 +148,7 @@ def config(): parser.add_argument('--opensfm-processes', metavar='', - default=context.num_cores, + default=1, type=int, help=('The maximum number of processes to use in dense ' 'reconstruction. Default: %(default)s'))