mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 00:08:29 +02:00
[nodes] ImageSegmentation: update GPU requirements
to avoid computation failures
This commit is contained in:
parent
3fc908c019
commit
3be63c7c3a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from meshroom.core import desc
|
||||||
class ImageSegmentation(desc.AVCommandLineNode):
|
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.INTENSIVE
|
||||||
parallelization = desc.Parallelization(blockSize=50)
|
parallelization = desc.Parallelization(blockSize=50)
|
||||||
commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}'
|
commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue