[nodes] update cmd line aliceVision_triangulate to aliceVision_sfmTriangulation

This commit is contained in:
Loïc Vital 2023-01-09 09:42:25 +01:00
parent fe967f0ff6
commit 24bd035a53

View file

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