[nodes] DepthMap: add missing parallelization command line arguments

This commit is contained in:
Fabien Castan 2017-11-08 17:49:22 +01:00
parent 311c5d5405
commit 246c7e8aa3
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ class DepthMap(desc.CommandLineNode):
commandLine = 'aliceVision_depthMapEstimation {allParams}'
gpu = desc.Level.INTENSIVE
parallelization = desc.Parallelization(inputListParamName='viewpoints', blockSize=3)
commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}'
inputs = [
desc.File(