YxZhang commited on
Commit
f30d3c7
1 Parent(s): a982796

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,3 +1,8 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-segmentation
4
+ ---
5
+ ## Usage:
6
+ This is the checkpoint holder of [EVF-SAM](https://github.com/hustvl/EVF-SAM.git).
7
+ Please refer to `"inference.py"` in the source code for detailed usage.
8
+ We haven't supported `"AutoModel.from_pretrained(...)"` yet, please import the model script from source code.