Skip to content

Commit

Permalink
Merge pull request #579 from pierotofy/patch-5
Browse files Browse the repository at this point in the history
Temporarily changed opensfm-processes to 1
  • Loading branch information
Dakota Benjamin committed May 16, 2017
2 parents 88aa02e + 0f40c0c commit 9fa0c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendm/config.py
Expand Up @@ -148,7 +148,7 @@ def config():

parser.add_argument('--opensfm-processes',
metavar='<positive integer>',
default=context.num_cores,
default=1,
type=int,
help=('The maximum number of processes to use in dense '
'reconstruction. Default: %(default)s'))
Expand Down

0 comments on commit 9fa0c71

Please sign in to comment.