From 556c6bb937a7dad5ab1cedc5ca9fb693ef74cf68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20De=20Lillo?= Date: Fri, 14 Apr 2023 17:18:38 +0200 Subject: [PATCH] [nodes] DepthMap: Update SGM depth map path pattern --- meshroom/nodes/aliceVision/DepthMap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/nodes/aliceVision/DepthMap.py b/meshroom/nodes/aliceVision/DepthMap.py index 157aa4ab..ee29979d 100644 --- a/meshroom/nodes/aliceVision/DepthMap.py +++ b/meshroom/nodes/aliceVision/DepthMap.py @@ -636,7 +636,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input label='Depth Maps SGM', description='Debug: Depth maps SGM', semantic='image', - value=desc.Node.internalFolder + '_depthMap_scale2_sgm.exr', + value=desc.Node.internalFolder + '_depthMap_sgm.exr', uid=[], group='', # do not export on the command line enabled=lambda node: node.intermediateResults.exportIntermediateDepthSimMaps.value,