mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-28 05:57:38 +02:00
Fix meshing node connection in MVS Pipeline
This commit is contained in:
parent
eb39a614fb
commit
1b26aa62db
1 changed files with 1 additions and 2 deletions
|
@ -278,8 +278,7 @@ def mvsPipeline(graph, sfm=None):
|
||||||
depthMapsFolder=depthMap.output)
|
depthMapsFolder=depthMap.output)
|
||||||
meshing = graph.addNewNode('Meshing',
|
meshing = graph.addNewNode('Meshing',
|
||||||
input=depthMapFilter.input,
|
input=depthMapFilter.input,
|
||||||
depthMapsFolder=depthMapFilter.depthMapsFolder,
|
depthMapsFolder=depthMapFilter.output)
|
||||||
depthMapsFilterFolder=depthMapFilter.output)
|
|
||||||
meshFiltering = graph.addNewNode('MeshFiltering',
|
meshFiltering = graph.addNewNode('MeshFiltering',
|
||||||
inputMesh=meshing.outputMesh)
|
inputMesh=meshing.outputMesh)
|
||||||
texturing = graph.addNewNode('Texturing',
|
texturing = graph.addNewNode('Texturing',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue