mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-24 06:26:29 +02:00
[nodes] ImageSegmentation: parallelization
This commit is contained in:
parent
1bb1568280
commit
1d25ee2519
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ class ImageSegmentation(desc.AVCommandLineNode):
|
|||
commandLine = 'aliceVision_imageSegmentation {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
gpu = desc.Level.NORMAL
|
||||
parallelization = desc.Parallelization(blockSize=50)
|
||||
commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}'
|
||||
|
||||
category = 'Utils'
|
||||
documentation = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue