From d72dd03ce647a3df4bc8ce0a8267d243709d4c2a Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Tue, 26 Nov 2019 20:53:24 +0100 Subject: [PATCH] [hdri] update default hdri pipeline --- meshroom/multiview.py | 2 +- meshroom/nodes/aliceVision/PanoramaEstimation.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meshroom/multiview.py b/meshroom/multiview.py index 01776990..d5701657 100644 --- a/meshroom/multiview.py +++ b/meshroom/multiview.py @@ -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, diff --git a/meshroom/nodes/aliceVision/PanoramaEstimation.py b/meshroom/nodes/aliceVision/PanoramaEstimation.py index bb5a904e..b785b872 100644 --- a/meshroom/nodes/aliceVision/PanoramaEstimation.py +++ b/meshroom/nodes/aliceVision/PanoramaEstimation.py @@ -81,7 +81,7 @@ class PanoramaEstimation(desc.CommandLineNode): " * from essential matrix\n" " * from homography matrix", values=['essential_matrix', 'homography_matrix'], - value='essential_matrix', + value='homography_matrix', exclusive=True, uid=[0], advanced=True, @@ -90,7 +90,7 @@ class PanoramaEstimation(desc.CommandLineNode): name='refine', label='Refine', description='Refine camera relative poses, points and optionally internal camera parameter', - value=False, + value=True, uid=[0], ), desc.BoolParam(