mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[nodes] add parallelization in ConvertDepthMap node
This commit is contained in:
parent
c19ca75e6d
commit
33e31895e8
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@ from meshroom.core import desc
|
|||
|
||||
class ConvertDepthMap(desc.AVCommandLineNode):
|
||||
commandLine = 'aliceVision_convertDepthMap {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
parallelization = desc.Parallelization(blockSize=4)
|
||||
commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}'
|
||||
category = 'Dense Reconstruction'
|
||||
documentation = '''Convert depth maps files to obj meshes files'''
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue