mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[pipelines] Enable Keep Filename
for all ImageSegmentation
nodes in templates
This commit is contained in:
parent
e20bd2808e
commit
af77fd5719
5 changed files with 81 additions and 76 deletions
|
@ -5,31 +5,31 @@
|
|||
"fileVersion": "1.1",
|
||||
"template": true,
|
||||
"nodesVersions": {
|
||||
"ScenePreview": "2.0",
|
||||
"ExportAnimatedCamera": "2.0",
|
||||
"Texturing": "6.0",
|
||||
"ImageMatching": "2.0",
|
||||
"Publish": "1.3",
|
||||
"MeshFiltering": "3.0",
|
||||
"DepthMapFilter": "4.0",
|
||||
"DepthMap": "5.0",
|
||||
"ExportDistortion": "1.0",
|
||||
"Texturing": "6.0",
|
||||
"ConvertSfMFormat": "2.0",
|
||||
"ImageSegmentation": "1.2",
|
||||
"PrepareDenseScene": "3.1",
|
||||
"KeyframeSelection": "5.0",
|
||||
"ExportAnimatedCamera": "2.0",
|
||||
"CheckerboardDetection": "1.0",
|
||||
"DistortionCalibration": "3.0",
|
||||
"FeatureExtraction": "1.3",
|
||||
"FeatureMatching": "2.0",
|
||||
"Meshing": "7.0",
|
||||
"CameraInit": "9.0",
|
||||
"ImageMatchingMultiSfM": "1.0",
|
||||
"MeshDecimate": "1.0",
|
||||
"DepthMapFilter": "4.0",
|
||||
"ExportDistortion": "1.0",
|
||||
"PrepareDenseScene": "3.1",
|
||||
"ImageMatchingMultiSfM": "1.0",
|
||||
"Meshing": "7.0",
|
||||
"KeyframeSelection": "5.0",
|
||||
"CheckerboardDetection": "1.0",
|
||||
"ApplyCalibration": "1.0",
|
||||
"ConvertSfMFormat": "2.0",
|
||||
"DepthMap": "5.0",
|
||||
"SfMTransfer": "2.1",
|
||||
"StructureFromMotion": "3.3",
|
||||
"DistortionCalibration": "3.0",
|
||||
"SfMTriangulation": "1.0",
|
||||
"ImageMatching": "2.0",
|
||||
"ApplyCalibration": "1.0"
|
||||
"FeatureMatching": "2.0",
|
||||
"ScenePreview": "2.0",
|
||||
"ImageSegmentation": "1.2",
|
||||
"FeatureExtraction": "1.3",
|
||||
"CameraInit": "9.0"
|
||||
}
|
||||
},
|
||||
"graph": {
|
||||
|
@ -426,7 +426,8 @@
|
|||
],
|
||||
"inputs": {
|
||||
"input": "{CameraInit_1.output}",
|
||||
"maskInvert": true
|
||||
"maskInvert": true,
|
||||
"keepFilename": true
|
||||
},
|
||||
"internalInputs": {
|
||||
"color": "#575963"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue