mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 18:27:23 +02:00
[pipeline] Update PS pipeline
This commit is contained in:
parent
8096441828
commit
b607fdf6bc
1 changed files with 7 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
||||||
],
|
],
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"inputPath": "{SphereDetection_1.input}",
|
"inputPath": "{SphereDetection_1.input}",
|
||||||
"inputJSON": "{SphereDetection_1.output}"
|
"inputDetection": "{SphereDetection_1.output}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"PhotometricStereo_1": {
|
"PhotometricStereo_1": {
|
||||||
|
@ -51,12 +51,15 @@
|
||||||
],
|
],
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"inputFiles": [
|
"inputFiles": [
|
||||||
"{PhotometricStereo_1.outputSfmData}",
|
|
||||||
"{PhotometricStereo_1.outputSfmDataNormal}",
|
"{PhotometricStereo_1.outputSfmDataNormal}",
|
||||||
"{PhotometricStereo_1.normals}",
|
"{PhotometricStereo_1.normals}",
|
||||||
"{PhotometricStereo_1.normalsWorld}",
|
"{PhotometricStereo_1.normalsWorld}",
|
||||||
"{PhotometricStereo_1.albedo}",
|
"{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 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue