Skip to content

ask for help #115

@ilikeyouyoulikeme

Description

@ilikeyouyoulikeme

Outline & Motivation

from PIL import Image
from lang_sam import LangSAM

model = LangSAM()
image_pil = Image.open("./assets/car.jpeg").convert("RGB")
text_prompt = "all wheel."
results = model.predict([image_pil], [text_prompt]) Hello, I used this code and it indicated that all wheels were processed, but in the end only one mask was output—why is that?

Pitch

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions