File size: 935 Bytes
bf410a9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
32
---
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}
}
```