[nodes] ImageSegmentation: update GPU requirements

to avoid computation failures
This commit is contained in:
Fabien Castan 2023-09-20 21:06:17 +02:00
parent 3fc908c019
commit 3be63c7c3a

View file

@ -6,7 +6,7 @@ from meshroom.core import desc
class ImageSegmentation(desc.AVCommandLineNode):
commandLine = 'aliceVision_imageSegmentation {allParams}'
size = desc.DynamicNodeSize('input')
gpu = desc.Level.NORMAL
gpu = desc.Level.INTENSIVE
parallelization = desc.Parallelization(blockSize=50)
commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}'