Skip to content

Commit 4e90c67

Browse files
committed
[pipelines] PhotogCamTrack: Invert masks for segmentation
1 parent 6692915 commit 4e90c67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

meshroom/pipelines/photogrammetryAndCameraTracking.mg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,9 @@
405405
],
406406
"inputs": {
407407
"input": "{ImageDetectionPrompt_1.input}",
408-
"bboxFolder": "{ImageDetectionPrompt_1.output}"
408+
"bboxFolder": "{ImageDetectionPrompt_1.output}",
409+
"maskInvert": true,
410+
"keepFilename": true
409411
},
410412
"internalInputs": {
411413
"color": "#575963"

0 commit comments

Comments
 (0)