[nodes] sfm requires large CPU and RAM resources

This commit is contained in:
Fabien Castan 2024-03-28 10:49:36 +01:00
parent bb9661a141
commit 21f0fa9a89

View file

@ -8,6 +8,9 @@ class StructureFromMotion(desc.AVCommandLineNode):
commandLine = 'aliceVision_incrementalSfM {allParams}' commandLine = 'aliceVision_incrementalSfM {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 = '''
This node will analyze feature matches to understand the geometric relationship behind all the 2D observations, This node will analyze feature matches to understand the geometric relationship behind all the 2D observations,