[nodes] LdrToHdrCalibration & PanoramaCompositing are compute intensive nodes

This commit is contained in:
Fabien Castan 2020-09-10 17:26:09 +02:00
parent 79c5a7c2e3
commit 6f6dcd0408
2 changed files with 6 additions and 0 deletions

View file

@ -27,6 +27,9 @@ class LdrToHdrCalibration(desc.CommandLineNode):
commandLine = 'aliceVision_LdrToHdrCalibration {allParams}'
size = desc.DynamicNodeSize('input')
cpu = desc.Level.INTENSIVE
ram = desc.Level.NORMAL
documentation = '''
Calibrate LDR to HDR response curve from samples
'''