From 8294235d39bcc67fb5ec1aa6cd209301694608d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Thu, 8 Jun 2023 19:48:22 +0200 Subject: [PATCH] [pipelines] Update DepthMap's version in templates --- meshroom/pipelines/cameraTracking.mg | 2 +- meshroom/pipelines/photogrammetry.mg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meshroom/pipelines/cameraTracking.mg b/meshroom/pipelines/cameraTracking.mg index d37dc468..1f3bf5e7 100644 --- a/meshroom/pipelines/cameraTracking.mg +++ b/meshroom/pipelines/cameraTracking.mg @@ -7,7 +7,7 @@ "nodesVersions": { "FeatureExtraction": "1.1", "CameraInit": "9.0", - "DepthMap": "3.0", + "DepthMap": "4.0", "SfMTriangulation": "1.0", "ExportDistortion": "1.0", "DepthMapFilter": "3.0", diff --git a/meshroom/pipelines/photogrammetry.mg b/meshroom/pipelines/photogrammetry.mg index a8fb773a..272e1eff 100644 --- a/meshroom/pipelines/photogrammetry.mg +++ b/meshroom/pipelines/photogrammetry.mg @@ -9,7 +9,7 @@ "MeshFiltering": "3.0", "Texturing": "6.0", "PrepareDenseScene": "3.0", - "DepthMap": "3.0", + "DepthMap": "4.0", "StructureFromMotion": "3.0", "CameraInit": "9.0", "ImageMatching": "2.0",