Update README.md
Browse files
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.
|