Skip to content

Commit

Permalink
Merge pull request OpenDroneMap#579 from pierotofy/patch-5
Browse files Browse the repository at this point in the history
Temporarily changed opensfm-processes to 1

Former-commit-id: 9fa0c71
  • Loading branch information
Dakota Benjamin committed May 16, 2017
2 parents df87bc5 + 461a2d9 commit 8e3ab30
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 8e3ab30

Please sign in to comment.