[pipelines] Add colors to the Nodal Camera Tracking template

This commit is contained in:
Candice Bentéjac 2023-12-06 10:52:50 +00:00
parent 7d6157ca69
commit ae44666117

View file

@ -31,6 +31,9 @@
"featuresFolders": [ "featuresFolders": [
"{FeatureExtraction_1.output}" "{FeatureExtraction_1.output}"
] ]
},
"internalInputs": {
"color": "#80766f"
} }
}, },
"FeatureExtraction_1": { "FeatureExtraction_1": {
@ -42,6 +45,9 @@
"inputs": { "inputs": {
"input": "{ImageSegmentation_1.input}", "input": "{ImageSegmentation_1.input}",
"masksFolder": "{ImageSegmentation_1.output}" "masksFolder": "{ImageSegmentation_1.output}"
},
"internalInputs": {
"color": "#80766f"
} }
}, },
"CameraInit_1": { "CameraInit_1": {
@ -50,7 +56,10 @@
-200, -200,
0 0
], ],
"inputs": {} "inputs": {},
"internalInputs": {
"color": "#80766f"
}
}, },
"FeatureMatching_1": { "FeatureMatching_1": {
"nodeType": "FeatureMatching", "nodeType": "FeatureMatching",
@ -63,6 +72,9 @@
"featuresFolders": "{ImageMatching_1.featuresFolders}", "featuresFolders": "{ImageMatching_1.featuresFolders}",
"imagePairsList": "{ImageMatching_1.output}", "imagePairsList": "{ImageMatching_1.output}",
"describerTypes": "{FeatureExtraction_1.describerTypes}" "describerTypes": "{FeatureExtraction_1.describerTypes}"
},
"internalInputs": {
"color": "#80766f"
} }
}, },
"TracksBuilding_1": { "TracksBuilding_1": {
@ -77,6 +89,9 @@
"matchesFolders": [ "matchesFolders": [
"{FeatureMatching_1.output}" "{FeatureMatching_1.output}"
] ]
},
"internalInputs": {
"color": "#80766f"
} }
}, },
"RelativePoseEstimating_1": { "RelativePoseEstimating_1": {
@ -90,6 +105,9 @@
"featuresFolders": "{TracksBuilding_1.featuresFolders}", "featuresFolders": "{TracksBuilding_1.featuresFolders}",
"tracksFilename": "{TracksBuilding_1.output}", "tracksFilename": "{TracksBuilding_1.output}",
"enforcePureRotation": true "enforcePureRotation": true
},
"internalInputs": {
"color": "#80766f"
} }
}, },
"NodalSfM_1": { "NodalSfM_1": {
@ -103,6 +121,9 @@
"featuresFolders": "{RelativePoseEstimating_1.featuresFolders}", "featuresFolders": "{RelativePoseEstimating_1.featuresFolders}",
"tracksFilename": "{RelativePoseEstimating_1.tracksFilename}", "tracksFilename": "{RelativePoseEstimating_1.tracksFilename}",
"pairs": "{RelativePoseEstimating_1.output}" "pairs": "{RelativePoseEstimating_1.output}"
},
"internalInputs": {
"color": "#80766f"
} }
}, },
"ExportAnimatedCamera_1": { "ExportAnimatedCamera_1": {
@ -114,6 +135,9 @@
"inputs": { "inputs": {
"input": "{NodalSfM_1.output}", "input": "{NodalSfM_1.output}",
"exportUndistortedImages": true "exportUndistortedImages": true
},
"internalInputs": {
"color": "#80766f"
} }
}, },
"ConvertSfMFormat_1": { "ConvertSfMFormat_1": {
@ -127,6 +151,9 @@
"fileExt": "sfm", "fileExt": "sfm",
"structure": false, "structure": false,
"observations": false "observations": false
},
"internalInputs": {
"color": "#4c594c"
} }
}, },
"ScenePreview_1": { "ScenePreview_1": {
@ -145,6 +172,9 @@
"particleSize": 0.001, "particleSize": 0.001,
"particleColor": "Red" "particleColor": "Red"
} }
},
"internalInputs": {
"color": "#4c594c"
} }
}, },
"Publish_1": { "Publish_1": {