Change cpu and ram requirements

This commit is contained in:
Fabien Servant 2024-11-26 08:45:37 +01:00
parent 3715c767f7
commit cfa10d94cc

View file

@ -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 = '''
'''