Skip to content

Commit

Permalink
Merge pull request #2195 from alicevision/fix/nodes/imageSegmentation…
Browse files Browse the repository at this point in the history
…/gpuRequirements

[nodes] ImageSegmentation: increase GPU requirements
  • Loading branch information
cbentejac authored Sep 21, 2023
2 parents 3fc908c + 3be63c7 commit fdeb53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshroom/nodes/aliceVision/ImageSegmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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}'

Expand Down

0 comments on commit fdeb53c

Please sign in to comment.