From 25127bb71bfff545e7a5c552ac3182f095ece2c0 Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Wed, 18 Dec 2019 19:05:09 +0100 Subject: [PATCH] [nodes] LDRToHDR: declare cpu/ram usages --- meshroom/nodes/aliceVision/LDRToHDR.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meshroom/nodes/aliceVision/LDRToHDR.py b/meshroom/nodes/aliceVision/LDRToHDR.py index 5eff20da4e..9da8f57f32 100644 --- a/meshroom/nodes/aliceVision/LDRToHDR.py +++ b/meshroom/nodes/aliceVision/LDRToHDR.py @@ -26,6 +26,9 @@ class LDRToHDR(desc.CommandLineNode): commandLine = 'aliceVision_convertLDRToHDR {allParams}' size = DividedInputNodeSize('input', 'nbBrackets') + cpu = desc.Level.INTENSIVE + ram = desc.Level.NORMAL + inputs = [ desc.File( name='input',