Image Segmentation
Transformers
Safetensors
English
llava_phi
multimodal
vision-language
segmentation
ego-centric
# Load model directly
from transformers import PSALM_SSL_MultiCondition
model = PSALM_SSL_MultiCondition.from_pretrained("wangzeze/ObjectRelator-Joint", dtype="auto")Quick Links
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="wangzeze/ObjectRelator-Joint")