diff --git a/meshroom/nodes/aliceVision/DepthMap.py b/meshroom/nodes/aliceVision/DepthMap.py index 717a0856..0c091938 100644 --- a/meshroom/nodes/aliceVision/DepthMap.py +++ b/meshroom/nodes/aliceVision/DepthMap.py @@ -2,7 +2,7 @@ from meshroom.core import desc class DepthMap(desc.CommandLineNode): internalFolder = '{cache}/{nodeType}/{uid0}/' - commandLine = 'CMPMVS {mvsConfigValue} --createDepthmap' + commandLine = 'aliceVision_depthMapEstimation --ini {mvsConfigValue}' gpu = desc.Level.INTENSIVE mvsConfig = desc.File( diff --git a/meshroom/nodes/aliceVision/DepthMapFilter.py b/meshroom/nodes/aliceVision/DepthMapFilter.py index acaffa37..33b6168c 100644 --- a/meshroom/nodes/aliceVision/DepthMapFilter.py +++ b/meshroom/nodes/aliceVision/DepthMapFilter.py @@ -2,7 +2,7 @@ from meshroom.core import desc class DepthMapFilter(desc.CommandLineNode): internalFolder = '{cache}/{nodeType}/{uid0}/' - commandLine = 'CMPMVS {mvsConfigValue} --filterDepthmap' + commandLine = 'aliceVision_depthMapFiltering --ini {mvsConfigValue}' gpu = desc.Level.NORMAL mvsConfig = desc.File( diff --git a/meshroom/nodes/aliceVision/Texturing.py b/meshroom/nodes/aliceVision/Texturing.py index 474e1425..e778b5ab 100644 --- a/meshroom/nodes/aliceVision/Texturing.py +++ b/meshroom/nodes/aliceVision/Texturing.py @@ -2,7 +2,7 @@ from meshroom.core import desc class Texturing(desc.CommandLineNode): internalFolder = '{cache}/{nodeType}/{uid0}/' - commandLine = 'CMPMVS {mvsConfigValue} --texturing' + commandLine = 'aliceVision_texturing --ini {mvsConfigValue} {allParams}' cpu = desc.Level.INTENSIVE ram = desc.Level.INTENSIVE