Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/sam-vit-huge
|
4 |
+
base_model_relation: adapter
|
5 |
+
pipeline_tag: image-segmentation
|
6 |
+
library_name: refiners
|
7 |
+
tags:
|
8 |
+
- segmentation
|
9 |
+
- sam
|
10 |
+
- features
|
11 |
+
- facebook
|
12 |
+
---
|
13 |
+
|
14 |
+
# Segment Anything (ViT H)
|
15 |
+
|
16 |
+
<div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;">
|
17 |
+
<video src="https://segment-anything.com/assets/section-1.1a.mp4" autoplay loop></video>
|
18 |
+
<video src="https://segment-anything.com/assets/section-1.1b.mp4" autoplay loop></video>
|
19 |
+
<video src="https://segment-anything.com/assets/section-1.1c.mp4" autoplay loop></video>
|
20 |
+
</div>
|
21 |
+
|
22 |
+
## Citation
|
23 |
+
|
24 |
+
```bibtex
|
25 |
+
@article{kirillov2023segany,
|
26 |
+
title = {Segment Anything},
|
27 |
+
author = {Kirillov, Alexander and Mintun, Eric and Ravi, Nikhila and Mao, Hanzi and Rolland, Chloe and Gustafson, Laura and Xiao, Tete and Whitehead, Spencer and Berg, Alexander C. and Lo, Wan-Yen and Doll{\'a}r, Piotr and Girshick, Ross},
|
28 |
+
journal = {arXiv:2304.02643},
|
29 |
+
year = {2023}
|
30 |
+
}
|
31 |
+
```
|