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