sam.vit_h / README.md
1aurent's picture
Create README.md
2e80004 verified
---
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}
}
```