Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCandice Bentéjac <candice.bentejac@gmail.com>2022-10-21 11:04:37 +0300
committerCandice Bentéjac <candice.bentejac@gmail.com>2022-10-21 17:20:38 +0300
commitc9ade6c0c3d3a602ebfca17c3e21a1c0190bba4b (patch)
tree9deda0290b7cedff262e701db0773f8c64db7f5f
parent397f4d67d248e5be02ff75979587cc1cef87b312 (diff)
[pipelines] Update Photogrammetry template with latest description of PrepareDenseScene
-rw-r--r--meshroom/pipelines/photogrammetry.mg10
1 files changed, 7 insertions, 3 deletions
diff --git a/meshroom/pipelines/photogrammetry.mg b/meshroom/pipelines/photogrammetry.mg
index 94cfbf5f..e3bc25fe 100644
--- a/meshroom/pipelines/photogrammetry.mg
+++ b/meshroom/pipelines/photogrammetry.mg
@@ -76,7 +76,9 @@
"size": 0
},
"outputs": {
- "output": "{cache}/{nodeType}/{uid0}/"
+ "output": "{cache}/{nodeType}/{uid0}/",
+ "depth": "{cache}/{nodeType}/{uid0}/<VIEW_ID>_depthMap.exr",
+ "sim": "{cache}/{nodeType}/{uid0}/<VIEW_ID>_simMap.exr"
},
"position": [
1400,
@@ -163,7 +165,7 @@
},
"outputs": {
"output": "{cache}/{nodeType}/{uid0}/",
- "outputUndistorted": "{cache}/{nodeType}/{uid0}/*.{outputFileTypeValue}"
+ "undistorted": "{cache}/{nodeType}/{uid0}/<VIEW_ID>.{outputFileTypeValue}"
},
"position": [
1000,
@@ -200,7 +202,9 @@
"size": 0
},
"outputs": {
- "output": "{cache}/{nodeType}/{uid0}/"
+ "output": "{cache}/{nodeType}/{uid0}/",
+ "depth": "{cache}/{nodeType}/{uid0}/<VIEW_ID>_depthMap.exr",
+ "sim": "{cache}/{nodeType}/{uid0}/<VIEW_ID>_simMap.exr"
},
"position": [
1200,