ZhengPeng7 commited on
Commit
98c4b95
1 Parent(s): a7e29d3

Upgrade info display in README.

Browse files
Files changed (1) hide show
  1. README.md +38 -4
README.md CHANGED
@@ -11,10 +11,44 @@ tags:
11
  repo_url: https://github.com/ZhengPeng7/BiRefNet
12
  pipeline_tag: image-segmentation
13
  ---
14
-
15
- This model has been pushed to the Hub using **birefnet**:
16
- - Repo: https://github.com/ZhengPeng7/BiRefNet
17
- - Docs: https://www.birefnet.top
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  ## How to use
20
 
 
11
  repo_url: https://github.com/ZhengPeng7/BiRefNet
12
  pipeline_tag: image-segmentation
13
  ---
14
+ <h1 align="center">Bilateral Reference for High-Resolution Dichotomous Image Segmentation</h1>
15
+
16
+ <div align='center'>
17
+ <a href='https://scholar.google.com/citations?user=TZRzWOsAAAAJ' target='_blank'><strong>Peng Zheng</strong></a><sup> 1,4,5,6</sup>,&thinsp;
18
+ <a href='https://scholar.google.com/citations?user=0uPb8MMAAAAJ' target='_blank'><strong>Dehong Gao</strong></a><sup> 2</sup>,&thinsp;
19
+ <a href='https://scholar.google.com/citations?user=kakwJ5QAAAAJ' target='_blank'><strong>Deng-Ping Fan</strong></a><sup> 1*</sup>,&thinsp;
20
+ <a href='https://scholar.google.com/citations?user=9cMQrVsAAAAJ' target='_blank'><strong>Li Liu</strong></a><sup> 3</sup>,&thinsp;
21
+ <a href='https://scholar.google.com/citations?user=qQP6WXIAAAAJ' target='_blank'><strong>Jorma Laaksonen</strong></a><sup> 4</sup>,&thinsp;
22
+ <a href='https://scholar.google.com/citations?user=pw_0Z_UAAAAJ' target='_blank'><strong>Wanli Ouyang</strong></a><sup> 5</sup>,&thinsp;
23
+ <a href='https://scholar.google.com/citations?user=stFCYOAAAAAJ' target='_blank'><strong>Nicu Sebe</strong></a><sup> 6</sup>,&thinsp;
24
+ </div>
25
+
26
+ <div align='center'>
27
+ <sup>1 </sup>Nankai University&emsp; <sup>2 </sup>Northwestern Polytechnical University&emsp; <sup>3 </sup>National University of Defense Technology&emsp; <sup>4 </sup>Aalto University&emsp; <sup>5 </sup>Shanghai AI Laboratory&emsp; <sup>6 </sup>University of Trento&emsp;
28
+ </div>
29
+
30
+ <div align="center" style="display: flex; justify-content: center; flex-wrap: wrap;">
31
+ <a href='https://arxiv.org/pdf/2401.03407'><img src='https://img.shields.io/badge/arXiv-BiRefNet-red'></a>&emsp;
32
+ <a href='https://arxiv.org/pdf/2401.03407'><img src='https://img.shields.io/badge/中文版-BiRefNet-red'></a>&emsp;
33
+ <a href='https://www.birefnet.top'><img src='https://img.shields.io/badge/Page-BiRefNet-red'></a>&emsp;
34
+ <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>&emsp;
35
+ <a href='https://huggingface.co/ZhengPeng7/birefnet'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20HF%20Models-BiRefNet-blue'></a>&emsp;
36
+ <a href='LICENSE'><img src='https://img.shields.io/badge/License-MIT-yellow'></a>&emsp;
37
+ </div>
38
+
39
+ <div align="center" style="display: flex; justify-content: center; flex-wrap: wrap;">
40
+ <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>&emsp;
41
+ <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>&emsp;
42
+ </div>
43
+
44
+
45
+ | *DIS-Sample_1* | *DIS-Sample_2* |
46
+ | :------------------------------: | :-------------------------------: |
47
+ | <img src="https://drive.google.com/thumbnail?id=1ItXaA26iYnE8XQ_GgNLy71MOWePoS2-g&sz=w400" /> | <img src="https://drive.google.com/thumbnail?id=1Z-esCujQF_uEa_YJjkibc3NUrW4aR_d4&sz=w400" /> |
48
+
49
+ This repo is the official implementation of "[**Bilateral Reference for High-Resolution Dichotomous Image Segmentation**](https://arxiv.org/pdf/2401.03407.pdf)" (___arXiv 2024___).
50
+
51
+ Visit our GitHub repo: [https://github.com/ZhengPeng7/BiRefNet](https://github.com/ZhengPeng7/BiRefNet) for more details -- codes, docs, and model zoo!
52
 
53
  ## How to use
54