mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +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}'
|
commandLine = 'aliceVision_sfmExpanding {allParams}'
|
||||||
size = desc.DynamicNodeSize('input')
|
size = desc.DynamicNodeSize('input')
|
||||||
|
|
||||||
|
cpu = desc.Level.INTENSIVE
|
||||||
|
ram = desc.Level.INTENSIVE
|
||||||
|
|
||||||
category = 'Sparse Reconstruction'
|
category = 'Sparse Reconstruction'
|
||||||
documentation = '''
|
documentation = '''
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue