From b607fdf6bc1fb19e8a7b5fb6b400019769e67cff Mon Sep 17 00:00:00 2001 From: jmelou Date: Wed, 5 Jun 2024 16:27:08 +0200 Subject: [PATCH] [pipeline] Update PS pipeline --- meshroom/pipelines/photometricStereo.mg | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/meshroom/pipelines/photometricStereo.mg b/meshroom/pipelines/photometricStereo.mg index c4d31df2..e73f2359 100644 --- a/meshroom/pipelines/photometricStereo.mg +++ b/meshroom/pipelines/photometricStereo.mg @@ -29,7 +29,7 @@ ], "inputs": { "inputPath": "{SphereDetection_1.input}", - "inputJSON": "{SphereDetection_1.output}" + "inputDetection": "{SphereDetection_1.output}" } }, "PhotometricStereo_1": { @@ -51,12 +51,15 @@ ], "inputs": { "inputFiles": [ - "{PhotometricStereo_1.outputSfmData}", "{PhotometricStereo_1.outputSfmDataNormal}", "{PhotometricStereo_1.normals}", "{PhotometricStereo_1.normalsWorld}", "{PhotometricStereo_1.albedo}", - "{PhotometricStereo_1.outputSfmDataAlbedo}" + "{PhotometricStereo_1.outputSfmDataAlbedo}", + "{PhotometricStereo_1.inputPath}", + "{PhotometricStereo_1.outputSfmDataNormalPNG}", + "{PhotometricStereo_1.normalsPNG}", + "{PhotometricStereo_1.pathToJSONLightFile}" ] } }, @@ -72,4 +75,4 @@ } } } -} \ No newline at end of file +}