Commit
·
ba522be
1
Parent(s):
acfe66c
Upgrade info display in README.
Browse files
README.md
CHANGED
@@ -24,9 +24,7 @@ pipeline_tag: image-segmentation
|
|
24 |
</div>
|
25 |
|
26 |
<div align='center'>
|
27 |
-
<sup>1 </sup>Nankai University  <sup>2 </sup>Northwestern Polytechnical University  <sup>3 </sup>National University of Defense Technology 
|
28 |
-
<br />
|
29 |
-
<sup>4 </sup>Aalto University  <sup>5 </sup>Shanghai AI Laboratory  <sup>6 </sup>University of Trento 
|
30 |
</div>
|
31 |
|
32 |
<div align="center" style="display: flex; justify-content: center; flex-wrap: wrap;">
|
@@ -35,14 +33,8 @@ pipeline_tag: image-segmentation
|
|
35 |
<a href='https://www.birefnet.top'><img src='https://img.shields.io/badge/Page-BiRefNet-red'></a> 
|
36 |
<a href='https://drive.google.com/drive/folders/1s2Xe0cjq-2ctnJBR24563yMSCOu4CcxM'><img src='https://img.shields.io/badge/Drive-Stuff-green'></a> 
|
37 |
<a href='LICENSE'><img src='https://img.shields.io/badge/License-MIT-yellow'></a> 
|
38 |
-
</div>
|
39 |
-
|
40 |
-
<div align="center" style="display: flex; justify-content: center; flex-wrap: wrap;">
|
41 |
<a href='https://huggingface.co/spaces/ZhengPeng7/BiRefNet_demo'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20HF%20Spaces-BiRefNet-blue'></a> 
|
42 |
<a href='https://huggingface.co/ZhengPeng7/birefnet'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20HF%20Models-BiRefNet-blue'></a> 
|
43 |
-
</div>
|
44 |
-
|
45 |
-
<div align="center" style="display: flex; justify-content: center; flex-wrap: wrap;">
|
46 |
<a href='https://colab.research.google.com/drive/14Dqg7oeBkFEtchaHLNpig2BcdkZEogba?usp=drive_link'><img src='https://img.shields.io/badge/Single_Image_Inference-F9AB00?style=for-the-badge&logo=googlecolab&color=525252'></a> 
|
47 |
<a href='https://colab.research.google.com/drive/1MaEiBfJ4xIaZZn0DqKrhydHB8X97hNXl#scrollTo=DJ4meUYjia6S'><img src='https://img.shields.io/badge/Inference_&_Evaluation-F9AB00?style=for-the-badge&logo=googlecolab&color=525252'></a> 
|
48 |
</div>
|
@@ -54,7 +46,7 @@ pipeline_tag: image-segmentation
|
|
54 |
|
55 |
This repo is the official implementation of "[**Bilateral Reference for High-Resolution Dichotomous Image Segmentation**](https://arxiv.org/pdf/2401.03407.pdf)" (___arXiv 2024___).
|
56 |
|
57 |
-
Visit our GitHub repo: [https://github.com/ZhengPeng7/BiRefNet](https://github.com/ZhengPeng7/BiRefNet) for more details -- codes
|
58 |
|
59 |
## How to use
|
60 |
|
|
|
24 |
</div>
|
25 |
|
26 |
<div align='center'>
|
27 |
+
<sup>1 </sup>Nankai University  <sup>2 </sup>Northwestern Polytechnical University  <sup>3 </sup>National University of Defense Technology  <sup>4 </sup>Aalto University  <sup>5 </sup>Shanghai AI Laboratory  <sup>6 </sup>University of Trento 
|
|
|
|
|
28 |
</div>
|
29 |
|
30 |
<div align="center" style="display: flex; justify-content: center; flex-wrap: wrap;">
|
|
|
33 |
<a href='https://www.birefnet.top'><img src='https://img.shields.io/badge/Page-BiRefNet-red'></a> 
|
34 |
<a href='https://drive.google.com/drive/folders/1s2Xe0cjq-2ctnJBR24563yMSCOu4CcxM'><img src='https://img.shields.io/badge/Drive-Stuff-green'></a> 
|
35 |
<a href='LICENSE'><img src='https://img.shields.io/badge/License-MIT-yellow'></a> 
|
|
|
|
|
|
|
36 |
<a href='https://huggingface.co/spaces/ZhengPeng7/BiRefNet_demo'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20HF%20Spaces-BiRefNet-blue'></a> 
|
37 |
<a href='https://huggingface.co/ZhengPeng7/birefnet'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20HF%20Models-BiRefNet-blue'></a> 
|
|
|
|
|
|
|
38 |
<a href='https://colab.research.google.com/drive/14Dqg7oeBkFEtchaHLNpig2BcdkZEogba?usp=drive_link'><img src='https://img.shields.io/badge/Single_Image_Inference-F9AB00?style=for-the-badge&logo=googlecolab&color=525252'></a> 
|
39 |
<a href='https://colab.research.google.com/drive/1MaEiBfJ4xIaZZn0DqKrhydHB8X97hNXl#scrollTo=DJ4meUYjia6S'><img src='https://img.shields.io/badge/Inference_&_Evaluation-F9AB00?style=for-the-badge&logo=googlecolab&color=525252'></a> 
|
40 |
</div>
|
|
|
46 |
|
47 |
This repo is the official implementation of "[**Bilateral Reference for High-Resolution Dichotomous Image Segmentation**](https://arxiv.org/pdf/2401.03407.pdf)" (___arXiv 2024___).
|
48 |
|
49 |
+
Visit our GitHub repo: [https://github.com/ZhengPeng7/BiRefNet](https://github.com/ZhengPeng7/BiRefNet) for more details -- **codes**, **docs**, and **model zoo**!
|
50 |
|
51 |
## How to use
|
52 |
|