mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 19:31:58 +02:00
[nodes] DepthMap: add missing parallelization command line arguments
This commit is contained in:
parent
311c5d5405
commit
246c7e8aa3
2 changed files with 2 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue