mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-17 19:16:26 +02:00
Add the notion of cpu, gpu, ram ressources requirements
This commit is contained in:
parent
6c8a2d06a1
commit
c38c2d3407
5 changed files with 16 additions and 0 deletions
|
@ -3,6 +3,8 @@ from meshroom.core import desc
|
|||
class Texturing(desc.CommandLineNode):
|
||||
internalFolder = '{cache}/{nodeType}/{uid0}/'
|
||||
commandLine = 'CMPMVS {mvsConfigValue} --texturing'
|
||||
cpu = desc.Level.INTENSIVE
|
||||
ram = desc.Level.INTENSIVE
|
||||
|
||||
mvsConfig = desc.File(
|
||||
label='MVS Configuration file',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue