mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[nodes] LdrToHdrCalibration & PanoramaCompositing are compute intensive nodes
This commit is contained in:
parent
79c5a7c2e3
commit
6f6dcd0408
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue