Skip to content

Commit 1430762

Browse files
committed
Parallelization of sfmData processing
1 parent 7f2c967 commit 1430762

File tree

2 files changed

+259
-150
lines changed

2 files changed

+259
-150
lines changed

meshroom/aliceVision/ImageProcessing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ def outputImagesValueFunct(attr):
3434
class ImageProcessing(desc.AVCommandLineNode):
3535
commandLine = "aliceVision_imageProcessing {allParams}"
3636
size = desc.DynamicNodeSize("input")
37-
# parallelization = desc.Parallelization(blockSize=40)
38-
# commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}'
37+
parallelization = desc.Parallelization(blockSize=40)
38+
commandLineRange = '--rangeIteration {rangeIteration} --rangeBlocksCount {rangeBlocksCount}'
3939

4040
category = "Utils"
4141
documentation = """Convert or apply filtering to the input images."""

0 commit comments

Comments
 (0)