1aurent commited on
Commit
bf410a9
·
verified ·
1 Parent(s): b541b83

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: lkeab/hq-sam
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
+ # SAM HQ (ViT H)
15
+
16
+ <div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;">
17
+ <img src="https://raw.githubusercontent.com/SysCV/sam-hq/ac19724c47b13689e5d9596277a6522b371001c8/visual_demo/1.gif"/>
18
+ <img src="https://raw.githubusercontent.com/SysCV/sam-hq/ac19724c47b13689e5d9596277a6522b371001c8/visual_demo/2.gif"/>
19
+ <img src="https://raw.githubusercontent.com/SysCV/sam-hq/ac19724c47b13689e5d9596277a6522b371001c8/visual_demo/3.gif"/>
20
+ </div>
21
+
22
+ ## Citation
23
+
24
+ ```bibtex
25
+ @inproceedings{sam_hq,
26
+ title = {Segment Anything in High Quality},
27
+ author = {Ke, Lei and Ye, Mingqiao and Danelljan, Martin and Liu, Yifan and Tai, Yu-Wing and Tang, Chi-Keung and Yu, Fisher},
28
+ booktitle = {NeurIPS},
29
+ year = {2023}
30
+ }
31
+ ```