Add the notion of cpu, gpu, ram ressources requirements

This commit is contained in:
Fabien Castan 2017-10-26 14:21:42 +02:00
parent 6c8a2d06a1
commit c38c2d3407
5 changed files with 16 additions and 0 deletions

View file

@ -3,6 +3,7 @@ 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',