mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 04:41:58 +02:00
[nodes] sfm requires large CPU and RAM resources
This commit is contained in:
parent
bb9661a141
commit
21f0fa9a89
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ class StructureFromMotion(desc.AVCommandLineNode):
|
|||
commandLine = 'aliceVision_incrementalSfM {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
|
||||
cpu = desc.Level.INTENSIVE
|
||||
ram = desc.Level.INTENSIVE
|
||||
|
||||
category = 'Sparse Reconstruction'
|
||||
documentation = '''
|
||||
This node will analyze feature matches to understand the geometric relationship behind all the 2D observations,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue