第三方插件 ComfyUI-Impact-Pack

SEGM Detector (SEGS)

SEGM Detector (SEGS) 173

使用分割检测器对图像进行分割检测,并返回 SEGS(分割信息)数据结构。SEGM Detector (SEGS)-

节点中英文对比

按当前节点配置,分别展示中文与英文节点结构。

中文节点
SEGM Detector (SEGS)
  • segm_detector
  • image
  • detailer_hook
  • SEGS
  • threshold
    dilation
    crop_factor
    drop_size
    labels
    英文节点
    SEGM Detector (SEGS)
  • segm_detector
  • image
  • detailer_hook
  • SEGS
  • threshold
    dilation
    crop_factor
    drop_size
    labels

    参数说明

    依据当前节点关联的 `NodesItems` 数据展示输入、输出与控件说明。

    输入参数
    segm_detector segm_detector
    分割检测器实例,用于执行语义或实例分割任务。
    image image
    输入图像,仅支持单张图像(形状为 (1, C, H, W))。
    detailer_hook detailer_hook
    用于连接到后续 detailer 流程的 hook 接口。
    输出参数
    SEGS SEGS
    多个被分割区域构成的结构化输出,包含图像、掩码、bbox、裁剪范围、置信度、标签等。
    控件参数
    threshold threshold
    分割置信度阈值,小于该值的区域将被过滤。默认值为 0.5。
    dilation dilation
    掩码膨胀(正值)或腐蚀(负值)操作像素数,默认 10。
    crop_factor crop_factor
    裁剪区域相对于掩码 bbox 的放大倍数,默认 3.0。
    drop_size drop_size
    删除尺寸过小的区域(宽度或高度小于该值)。默认 10。
    labels labels
    保留的标签类别列表(英文逗号分隔),如 "person,cat";填写 "all" 表示不过滤。

    详细说明

    结合节点用途、参数和调用方式,给出更完整的说明内容。

    暂无节点说明

    同类节点导航

    继续浏览同一分类下的相邻节点,方便串联学习。