|
--- |
|
license: apache-2.0 |
|
base_model: lkeab/hq-sam |
|
base_model_relation: adapter |
|
pipeline_tag: image-segmentation |
|
library_name: refiners |
|
tags: |
|
- segmentation |
|
- sam |
|
- features |
|
- facebook |
|
--- |
|
|
|
# SAM HQ (ViT H) |
|
|
|
<div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;"> |
|
<img src="https://raw.githubusercontent.com/SysCV/sam-hq/ac19724c47b13689e5d9596277a6522b371001c8/visual_demo/1.gif"/> |
|
<img src="https://raw.githubusercontent.com/SysCV/sam-hq/ac19724c47b13689e5d9596277a6522b371001c8/visual_demo/2.gif"/> |
|
<img src="https://raw.githubusercontent.com/SysCV/sam-hq/ac19724c47b13689e5d9596277a6522b371001c8/visual_demo/3.gif"/> |
|
</div> |
|
|
|
## Citation |
|
|
|
```bibtex |
|
@inproceedings{sam_hq, |
|
title = {Segment Anything in High Quality}, |
|
author = {Ke, Lei and Ye, Mingqiao and Danelljan, Martin and Liu, Yifan and Tai, Yu-Wing and Tang, Chi-Keung and Yu, Fisher}, |
|
booktitle = {NeurIPS}, |
|
year = {2023} |
|
} |
|
``` |
|
|