Skip to content

Commit

Permalink
Merge pull request #2232 from alicevision/fix/texturingDraftPhotog
Browse files Browse the repository at this point in the history
[pipelines] Photogrammetry Draft: Add a `PrepareDenseScene` node to the template
  • Loading branch information
fabiencastan authored Nov 6, 2023
2 parents 0b8c286 + 04a7136 commit 5e435ed
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions meshroom/pipelines/photogrammetryDraft.mg
Original file line number Diff line number Diff line change
@@ -1,40 +1,42 @@
{
"header": {
"nodesVersions": {
"PrepareDenseScene": "3.1",
"Meshing": "7.0",
"FeatureExtraction": "1.2",
"CameraInit": "9.0",
"FeatureMatching": "2.0",
"MeshFiltering": "3.0",
"Texturing": "6.0",
"StructureFromMotion": "3.1",
"ImageMatching": "2.0",
"MeshFiltering": "3.0",
"FeatureExtraction": "1.3",
"StructureFromMotion": "3.3",
"FeatureMatching": "2.0",
"CameraInit": "9.0",
"Publish": "1.3"
},
"releaseVersion": "2023.2.0",
"releaseVersion": "2023.3.0-develop",
"fileVersion": "1.1",
"template": true
},
"graph": {
"Texturing_1": {
"nodeType": "Texturing",
"position": [
1400,
1600,
0
],
"inputs": {
"input": "{Meshing_1.output}",
"imagesFolder": "{PrepareDenseScene_1.output}",
"inputMesh": "{MeshFiltering_1.outputMesh}"
}
},
"Meshing_1": {
"nodeType": "Meshing",
"position": [
1000,
1200,
0
],
"inputs": {
"input": "{StructureFromMotion_1.output}"
"input": "{PrepareDenseScene_1.input}"
}
},
"ImageMatching_1": {
Expand Down Expand Up @@ -86,7 +88,7 @@
"MeshFiltering_1": {
"nodeType": "MeshFiltering",
"position": [
1200,
1400,
0
],
"inputs": {
Expand All @@ -109,7 +111,7 @@
"Publish_1": {
"nodeType": "Publish",
"position": [
1600,
1800,
0
],
"inputs": {
Expand All @@ -119,6 +121,16 @@
"{Texturing_1.outputTextures}"
]
}
},
"PrepareDenseScene_1": {
"nodeType": "PrepareDenseScene",
"position": [
1000,
0
],
"inputs": {
"input": "{StructureFromMotion_1.output}"
}
}
}
}

0 comments on commit 5e435ed

Please sign in to comment.