Transformers
PyTorch
evf
How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("YxZhang/evf-sam", dtype="auto")
Quick Links

EVF-SAM

EVF-SAM: Early Vision-Language Fusion for Text-Prompted Segment Anything Model

Usage:

This is the checkpoint holder of EVF-SAM.
Please refer to "inference.py" in the source code for detailed usage.
We haven't supported "AutoModel.from_pretrained(...)" yet, please import the model script from source code.

Downloads last month
87
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for YxZhang/evf-sam