Skip to content

Commit

Permalink
[nodes] ImageSegmentation: update GPU requirements
Browse files Browse the repository at this point in the history
to avoid computation failures
  • Loading branch information
fabiencastan committed Sep 20, 2023
1 parent 3fc908c commit 3be63c7
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 3be63c7

Please sign in to comment.