mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 19:02:29 +02:00
[nodes] PanoramaMerging: add ram requirements
This commit is contained in:
parent
2e6a4fc3ec
commit
37851ec94c
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ class PanoramaMerging(desc.CommandLineNode):
|
|||
commandLine = 'aliceVision_panoramaMerging {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
|
||||
cpu = desc.Level.NORMAL
|
||||
ram = desc.Level.INTENSIVE
|
||||
|
||||
|
||||
documentation = '''
|
||||
Merge all inputs coming from PanoramaComposiring
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue