Image Segmentation
Transformers
Safetensors
English
llava_phi
multimodal
vision-language
segmentation
ego-centric
Instructions to use wangzeze/ObjectRelator-Joint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wangzeze/ObjectRelator-Joint with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="wangzeze/ObjectRelator-Joint")# Load model directly from transformers import PSALM_SSL_MultiCondition model = PSALM_SSL_MultiCondition.from_pretrained("wangzeze/ObjectRelator-Joint", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 111 Bytes
5e331c8 | 1 2 3 4 5 6 7 | {
"_from_model_config": true,
"bos_token_id": 1,
"eos_token_id": 2,
"transformers_version": "4.36.2"
}
|