[nodes] ImageSegmentation: parallelization

This commit is contained in:
Loïc Vital 2023-06-22 00:14:41 -07:00
parent 1bb1568280
commit 1d25ee2519

View file

@ -7,6 +7,8 @@ class ImageSegmentation(desc.AVCommandLineNode):
commandLine = 'aliceVision_imageSegmentation {allParams}' commandLine = 'aliceVision_imageSegmentation {allParams}'
size = desc.DynamicNodeSize('input') size = desc.DynamicNodeSize('input')
gpu = desc.Level.NORMAL gpu = desc.Level.NORMAL
parallelization = desc.Parallelization(blockSize=50)
commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}'
category = 'Utils' category = 'Utils'
documentation = ''' documentation = '''