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,18 +5,18 @@
|
|||
"fileVersion": "1.1",
|
||||
"template": true,
|
||||
"nodesVersions": {
|
||||
"TracksBuilding": "1.0",
|
||||
"ImageSegmentation": "1.2",
|
||||
"FeatureExtraction": "1.3",
|
||||
"FeatureMatching": "2.0",
|
||||
"ExportAnimatedCamera": "2.0",
|
||||
"ScenePreview": "2.0",
|
||||
"ConvertSfMFormat": "2.0",
|
||||
"ImageMatching": "2.0",
|
||||
"CameraInit": "9.0",
|
||||
"NodalSfM": "1.0",
|
||||
"ConvertSfMFormat": "2.0",
|
||||
"Publish": "1.3",
|
||||
"ExportAnimatedCamera": "2.0",
|
||||
"FeatureMatching": "2.0",
|
||||
"RelativePoseEstimating": "1.0"
|
||||
"ImageSegmentation": "1.2",
|
||||
"RelativePoseEstimating": "1.0",
|
||||
"FeatureExtraction": "1.3",
|
||||
"NodalSfM": "1.0",
|
||||
"TracksBuilding": "1.0"
|
||||
}
|
||||
},
|
||||
"graph": {
|
||||
|
@ -198,7 +198,8 @@
|
|||
],
|
||||
"inputs": {
|
||||
"input": "{CameraInit_1.output}",
|
||||
"maskInvert": true
|
||||
"maskInvert": true,
|
||||
"keepFilename": true
|
||||
},
|
||||
"internalInputs": {
|
||||
"color": "#80766f"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue