mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 09:18:27 +02:00
Merge pull request #2195 from alicevision/fix/nodes/imageSegmentation/gpuRequirements
[nodes] ImageSegmentation: increase GPU requirements
This commit is contained in:
commit
fdeb53c73b
1 changed files with 1 additions and 1 deletions
|
@ -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}'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue