mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-31 18:06:31 +02:00
[pipelines] PhotogCamTrack: Invert masks for segmentation
This commit is contained in:
parent
6692915385
commit
4e90c67c5a
1 changed files with 3 additions and 1 deletions
|
@ -405,7 +405,9 @@
|
|||
],
|
||||
"inputs": {
|
||||
"input": "{ImageDetectionPrompt_1.input}",
|
||||
"bboxFolder": "{ImageDetectionPrompt_1.output}"
|
||||
"bboxFolder": "{ImageDetectionPrompt_1.output}",
|
||||
"maskInvert": true,
|
||||
"keepFilename": true
|
||||
},
|
||||
"internalInputs": {
|
||||
"color": "#575963"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue