Skip to content

Commit

Permalink
[pipelines] use segmentation masks in keyframe selection
Browse files Browse the repository at this point in the history
  • Loading branch information
mugulmd committed Aug 28, 2023
1 parent 18abea9 commit 758d3c9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 28 deletions.
33 changes: 18 additions & 15 deletions meshroom/pipelines/cameraTracking.mg
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@
"fileVersion": "1.1",
"template": true,
"nodesVersions": {
"ExportDistortion": "1.0",
"FeatureExtraction": "1.3",
"DepthMap": "4.0",
"Texturing": "6.0",
"ImageSegmentation": "1.0",
"ApplyCalibration": "1.0",
"SfMTriangulation": "1.0",
"StructureFromMotion": "3.1",
"DepthMapFilter": "3.0",
"MeshFiltering": "3.0",
"ScenePreview": "1.0",
"MeshDecimate": "1.0",
"KeyframeSelection": "5.0",
"Texturing": "6.0",
"PrepareDenseScene": "3.1",
"SfMTransfer": "2.1",
"Publish": "1.3",
"MeshFiltering": "3.0",
"DepthMapFilter": "3.0",
"Meshing": "7.0",
"ImageMatchingMultiSfM": "1.0",
"FeatureMatching": "2.0",
"CameraInit": "9.0",
"MeshDecimate": "1.0",
"ScenePreview": "1.0",
"ImageMatching": "2.0",
"CheckerboardDetection": "1.0",
"ConvertSfMFormat": "2.0",
"SfMTransfer": "2.1",
"SfMTriangulation": "1.0",
"StructureFromMotion": "3.1",
"ExportAnimatedCamera": "2.0",
"Publish": "1.3",
"DistortionCalibration": "3.0",
"ExportDistortion": "1.0",
"FeatureExtraction": "1.3",
"ImageSegmentation": "1.0",
"DepthMap": "4.0",
"Meshing": "7.0"
"DistortionCalibration": "3.0"
}
},
"graph": {
Expand Down Expand Up @@ -151,6 +151,9 @@
"inputs": {
"inputPaths": [
"{ApplyCalibration_1.output}"
],
"maskPaths": [
"{ImageSegmentation_1.output}"
]
},
"internalInputs": {
Expand Down
29 changes: 16 additions & 13 deletions meshroom/pipelines/photogrammetryAndCameraTracking.mg
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@
"fileVersion": "1.1",
"template": true,
"nodesVersions": {
"ExportDistortion": "1.0",
"FeatureExtraction": "1.3",
"DepthMap": "4.0",
"Texturing": "6.0",
"ImageSegmentation": "1.0",
"ApplyCalibration": "1.0",
"StructureFromMotion": "3.1",
"DepthMapFilter": "3.0",
"MeshFiltering": "3.0",
"ScenePreview": "1.0",
"MeshDecimate": "1.0",
"KeyframeSelection": "5.0",
"Texturing": "6.0",
"PrepareDenseScene": "3.1",
"Publish": "1.3",
"MeshFiltering": "3.0",
"DepthMapFilter": "3.0",
"Meshing": "7.0",
"ImageMatchingMultiSfM": "1.0",
"FeatureMatching": "2.0",
"CameraInit": "9.0",
"MeshDecimate": "1.0",
"ScenePreview": "1.0",
"ImageMatching": "2.0",
"CheckerboardDetection": "1.0",
"ConvertSfMFormat": "2.0",
"StructureFromMotion": "3.1",
"ExportAnimatedCamera": "2.0",
"Publish": "1.3",
"DistortionCalibration": "3.0",
"ExportDistortion": "1.0",
"FeatureExtraction": "1.3",
"ImageSegmentation": "1.0",
"DepthMap": "4.0",
"Meshing": "7.0"
"DistortionCalibration": "3.0"
}
},
"graph": {
Expand Down Expand Up @@ -122,6 +122,9 @@
"inputs": {
"inputPaths": [
"{ApplyCalibration_1.output}"
],
"maskPaths": [
"{ImageSegmentation_1.output}"
]
},
"internalInputs": {
Expand Down

0 comments on commit 758d3c9

Please sign in to comment.