Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
EVF-SAM
|
2 |
+
EVF-SAM: Early Vision-Language Fusion for Text-Prompted Segment Anything Model
|
3 |
+
|
4 |
+
Usage:
|
5 |
+
This is the checkpoint holder of EVF-SAM.
|
6 |
+
Please refer to "inference.py" in the source code for detailed usage.
|
7 |
+
We haven't supported "AutoModel.from_pretrained(...)" yet, please import the model script from source code.
|