mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +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
|
@ -10,6 +10,9 @@ class PanoramaCompositing(desc.CommandLineNode):
|
|||
commandLine = 'aliceVision_panoramaCompositing {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
|
||||
cpu = desc.Level.INTENSIVE
|
||||
ram = desc.Level.INTENSIVE
|
||||
|
||||
documentation = '''
|
||||
Once the images have been transformed geometrically (in PanoramaWarping),
|
||||
they have to be fused together in a single panorama image which looks like a single photography.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue