We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2c967 commit 1430762Copy full SHA for 1430762
meshroom/aliceVision/ImageProcessing.py
@@ -34,8 +34,8 @@ def outputImagesValueFunct(attr):
34
class ImageProcessing(desc.AVCommandLineNode):
35
commandLine = "aliceVision_imageProcessing {allParams}"
36
size = desc.DynamicNodeSize("input")
37
- # parallelization = desc.Parallelization(blockSize=40)
38
- # commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}'
+ parallelization = desc.Parallelization(blockSize=40)
+ commandLineRange = '--rangeIteration {rangeIteration} --rangeBlocksCount {rangeBlocksCount}'
39
40
category = "Utils"
41
documentation = """Convert or apply filtering to the input images."""
0 commit comments