File size: 968 Bytes
2e80004 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
license: apache-2.0
base_model: facebook/sam-vit-huge
base_model_relation: adapter
pipeline_tag: image-segmentation
library_name: refiners
tags:
- segmentation
- sam
- features
- facebook
---
# Segment Anything (ViT H)
<div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;">
<video src="https://segment-anything.com/assets/section-1.1a.mp4" autoplay loop></video>
<video src="https://segment-anything.com/assets/section-1.1b.mp4" autoplay loop></video>
<video src="https://segment-anything.com/assets/section-1.1c.mp4" autoplay loop></video>
</div>
## Citation
```bibtex
@article{kirillov2023segany,
title = {Segment Anything},
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},
journal = {arXiv:2304.02643},
year = {2023}
}
``` |