Skip to content

Commit

Permalink
[pipeline] add scene preview to cam track pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mugulmd committed Jun 5, 2023
1 parent 2d01f12 commit f3979ca
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions meshroom/pipelines/camTrackTmp.mg
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
"MeshFiltering": "3.0",
"SfMTransfer": "2.1",
"ApplyCalibration": "1.0",
"ScenePreview": "1.0",
"CheckerboardDetection": "1.0",
"ImageMatchingMultiSfM": "1.0",
"Meshing": "7.0",
"ExportDistortion": "1.0",
"StructureFromMotion": "3.1",
"ExportAnimatedCamera": "2.0",
"MeshDecimate": "1.0",
"ConvertSfMFormat": "2.0",
"FeatureMatching": "2.0",
"ImageMatching": "2.0",
"PrepareDenseScene": "3.0",
Expand Down Expand Up @@ -364,6 +366,31 @@
"input": "{CameraInit_1.output}",
"calibration": "{DistortionCalibration_1.output}"
}
},
"ScenePreview_1": {
"nodeType": "ScenePreview",
"position": [
3200,
274
],
"inputs": {
"cameras": "{ConvertSfMFormat_1.output}",
"model": "{MeshDecimate_1.output}",
"undistortedImages": "{ExportAnimatedCamera_1.outputUndistorted}"
}
},
"ConvertSfMFormat_1": {
"nodeType": "ConvertSfMFormat",
"position": [
3001,
275
],
"inputs": {
"input": "{ExportAnimatedCamera_1.input}",
"fileExt": "json",
"structure": false,
"observations": false
}
}
}
}

0 comments on commit f3979ca

Please sign in to comment.