Skip to content

Commit

Permalink
[pipelines] cameraTracking: minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mugulmd committed Jun 5, 2023
1 parent 1dbc2d7 commit d42522d
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions meshroom/pipelines/cameraTracking.mg
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@
"fileVersion": "1.1",
"template": true,
"nodesVersions": {
"MeshDecimate": "1.0",
"ScenePreview": "1.0",
"ConvertSfMFormat": "2.0",
"MeshFiltering": "3.0",
"FeatureMatching": "2.0",
"ImageMatching": "2.0",
"SfMTransfer": "2.1",
"FeatureExtraction": "1.1",
"CameraInit": "9.0",
"DepthMap": "3.0",
"SfMTriangulation": "1.0",
"ExportDistortion": "1.0",
"DepthMapFilter": "3.0",
"DistortionCalibration": "3.0",
"ExportDistortion": "1.0",
"PrepareDenseScene": "3.0",
"KeyframeSelection": "4.0",
"Publish": "1.3",
"StructureFromMotion": "3.1",
"ApplyCalibration": "1.0",
"CheckerboardDetection": "1.0",
"ImageMatchingMultiSfM": "1.0",
"ApplyCalibration": "1.0",
"Texturing": "6.0",
"ExportAnimatedCamera": "2.0",
"Meshing": "7.0"
"Meshing": "7.0",
"MeshDecimate": "1.0",
"ScenePreview": "1.0",
"ConvertSfMFormat": "2.0",
"MeshFiltering": "3.0",
"FeatureMatching": "2.0",
"ImageMatching": "2.0",
"SfMTransfer": "2.1"
}
},
"graph": {
Expand Down Expand Up @@ -142,7 +142,7 @@
],
"inputs": {
"input": "{MeshFiltering_1.outputMesh}",
"simplificationFactor": 0.2
"simplificationFactor": 0.05
}
},
"MeshFiltering_1": {
Expand Down Expand Up @@ -174,7 +174,8 @@
],
"inputs": {
"input": "{KeyframeSelection_1.outputSfMDataKeyframes}",
"reference": "{StructureFromMotion_1.output}"
"reference": "{StructureFromMotion_1.output}",
"transferLandmarks": false
},
"internalInputs": {
"comment": "Transfer pose from final camera tracking into the keyframes-only scene."
Expand Down Expand Up @@ -310,6 +311,7 @@
"inputs": {
"input": "{ExportAnimatedCamera_1.input}",
"fileExt": "json",
"describerTypes": "{StructureFromMotion_1.describerTypes}",
"structure": false,
"observations": false
}
Expand Down

0 comments on commit d42522d

Please sign in to comment.