mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-24 03:57:28 +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)
|
||||
meshing = graph.addNewNode('Meshing',
|
||||
input=depthMapFilter.input,
|
||||
depthMapsFolder=depthMapFilter.depthMapsFolder,
|
||||
depthMapsFilterFolder=depthMapFilter.output)
|
||||
depthMapsFolder=depthMapFilter.output)
|
||||
meshFiltering = graph.addNewNode('MeshFiltering',
|
||||
inputMesh=meshing.outputMesh)
|
||||
texturing = graph.addNewNode('Texturing',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue