mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 06:48:47 +02:00
[panorama] error in compositing parrallelization
This commit is contained in:
parent
dd099f3092
commit
be0a76f75a
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ class PanoramaCompositing(desc.CommandLineNode):
|
|||
size = desc.DynamicNodeSize('input')
|
||||
|
||||
parallelization = desc.Parallelization(blockSize=5)
|
||||
commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}'
|
||||
|
||||
cpu = desc.Level.INTENSIVE
|
||||
ram = desc.Level.INTENSIVE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue