mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[nodes] ImageSegmentation: image output attr to visualize masks in Viewer2D
This commit is contained in:
parent
84ce8f475e
commit
7a20d27365
1 changed files with 9 additions and 0 deletions
|
@ -60,5 +60,14 @@ Generate a mask with segmented labels for each pixel.
|
|||
value=desc.Node.internalFolder,
|
||||
uid=[],
|
||||
),
|
||||
desc.File(
|
||||
name="masks",
|
||||
label="Masks",
|
||||
description="Generated segmentation masks.",
|
||||
semantic="image",
|
||||
value=desc.Node.internalFolder + "<VIEW_ID>.exr",
|
||||
group="",
|
||||
uid=[],
|
||||
),
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue