mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-11 07:11:52 +02:00
[nodes] update cmd line aliceVision_triangulate to aliceVision_sfmTriangulation
This commit is contained in:
parent
fe967f0ff6
commit
24bd035a53
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from meshroom.core import desc
|
|||
|
||||
|
||||
class SfMTriangulation(desc.AVCommandLineNode):
|
||||
commandLine = 'aliceVision_triangulate {allParams}'
|
||||
commandLine = 'aliceVision_sfmTriangulation {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
|
||||
category = 'Sparse Reconstruction'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue