SEGS to MASK (combined)¶
Documentation¶
- Class name:
SegsToCombinedMask
- Category:
ImpactPack/Operation
- Output node:
False
This node is designed to transform a collection of segmented objects (segs) into a single, combined mask. It effectively merges individual segment masks into a unified mask representation, facilitating operations that require a holistic view of all segments within an image.
Input types¶
Required¶
segs
- The 'segs' parameter represents a collection of segmented objects. It is crucial for defining the segments to be combined into a single mask, affecting the overall composition and appearance of the resulting mask.
- Comfy dtype:
SEGS
- Python dtype:
List[SEG]
Output types¶
mask
- Comfy dtype:
MASK
- The output is a tensor representation of the combined mask, where the individual segment masks have been merged into a unified mask. This mask is suitable for further processing or analysis.
- Python dtype:
torch.Tensor
- Comfy dtype:
Usage tips¶
- Infra type:
CPU
- Common nodes: