mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 06:48:47 +02:00
[nodes] DepthMap: Update SGM depth map path pattern
This commit is contained in:
parent
1e4672510e
commit
556c6bb937
1 changed files with 1 additions and 1 deletions
|
@ -636,7 +636,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
||||||
label='Depth Maps SGM',
|
label='Depth Maps SGM',
|
||||||
description='Debug: Depth maps SGM',
|
description='Debug: Depth maps SGM',
|
||||||
semantic='image',
|
semantic='image',
|
||||||
value=desc.Node.internalFolder + '<VIEW_ID>_depthMap_scale2_sgm.exr',
|
value=desc.Node.internalFolder + '<VIEW_ID>_depthMap_sgm.exr',
|
||||||
uid=[],
|
uid=[],
|
||||||
group='', # do not export on the command line
|
group='', # do not export on the command line
|
||||||
enabled=lambda node: node.intermediateResults.exportIntermediateDepthSimMaps.value,
|
enabled=lambda node: node.intermediateResults.exportIntermediateDepthSimMaps.value,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue