Segment-Bedroom-Interior

Segment-Bedroom-Interior
★ 9

图像分割室内场景家具识别ComfyUI集成
对卧室图像中的家具和物体进行像素级分割,使用RGB编码区分各对象并输出精确的掩码,方便在ComfyUI内一键使用。
💡 在ComfyUI中自动生成卧室家具的像素级掩码。
🍴 1 Forks💻 Python🔄 2024-10-17
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/9d76119b2ef2
📦 requirements.txt
numba
colour-science
rembg
pixeloe
transparent-background
📄 README

Segment Any Bedroom Interior

Description

Segment Any Bedroom Interior is a Python-based project designed to segment furniture and objects within a bedroom image. The segmentation process uses RGB codes to accurately differentiate between various pieces of furniture, providing a precise mask output for each segmented object. This project is integrated with ComfyUI to allow easy and intuitive usage.

Installation

To install and use this project:

  • Clone the repository into your ComfyUI project directory:
  • “`bash

    git clone https://github.com/your-repository-link

    “`

  • Ensure that you have all the necessary dependencies for ComfyUI and any other relevant tools.
  • Usage

    Once the project is installed, follow these steps to segment bedroom interiors:

  • Upload an image of a bedroom via the ComfyUI interface.
  • The node will process the image and generate segmentation masks for every piece of furniture detected in the image.
  • The output will be a mask indicating the segmented areas of the furniture.
  • Example

  • Upload an image of a bedroom.
  • The system processes and segments the image based on RGB codes.
  • Output: A mask file with clearly delineated furniture areas.
  • Input

  • Image: Any image format supported by ComfyUI (JPEG, PNG, etc.)
  • Output

  • Mask: A segmentation mask indicating each segmented piece of furniture.
  • Technologies and Tools Used

  • ComfyUI: For user interface integration.
  • Python: For backend processing and segmentation logic.