mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
Change cpu and ram requirements
This commit is contained in:
parent
3715c767f7
commit
cfa10d94cc
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ class SfMExpanding(desc.AVCommandLineNode):
|
|||
commandLine = 'aliceVision_sfmExpanding {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
|
||||
cpu = desc.Level.INTENSIVE
|
||||
ram = desc.Level.INTENSIVE
|
||||
|
||||
category = 'Sparse Reconstruction'
|
||||
documentation = '''
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue