Meshroom/meshroom/nodes/aliceVision/DepthMap.py

14 lines
397 B
Python

from meshroom.core import desc
class DepthMap(desc.CommandLineNode):
internalFolder = '{cache}/{nodeType}/{uid0}/'
commandLine = 'CMPMVS {mvsConfigValue} --createDepthmap'
gpu = desc.Level.INTENSIVE
mvsConfig = desc.File(
label='MVS Configuration file',
description='',
value='',
uid=[0],
isOutput=False,
)