mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-20 04:26:28 +02:00
[hdri] update default hdri pipeline
This commit is contained in:
parent
6730dd3996
commit
d72dd03ce6
2 changed files with 3 additions and 3 deletions
|
@ -134,7 +134,7 @@ def hdriPipeline(graph):
|
|||
imagePairsList=imageMatching.output)
|
||||
|
||||
panoramaExternalInfo = graph.addNewNode('PanoramaExternalInfo',
|
||||
input=ldr2hdr.input)
|
||||
input=ldr2hdr.outSfMDataFilename)
|
||||
|
||||
panoramaEstimation = graph.addNewNode('PanoramaEstimation',
|
||||
input=panoramaExternalInfo.outSfMDataFilename,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue