YxZhang commited on
Commit
c0be6c7
1 Parent(s): b10cf02

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ ## EVF-SAM
5
+
6
+ [EVF-SAM: Early Vision-Language Fusion for Text-Prompted Segment Anything Model](https://huggingface.co/papers/2406.20076)
7
+
8
+
9
+ ## Usage:
10
+ This is the checkpoint holder of [EVF-SAM](https://github.com/hustvl/EVF-SAM.git).
11
+ Please refer to `"inference.py"` in the source code for detailed usage.
12
+ We haven't supported `"AutoModel.from_pretrained(...)"` yet, please import the model script from source code.