Update the journal in README.
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ pipeline_tag: image-segmentation
|
|
| 44 |
| :------------------------------: | :-------------------------------: |
|
| 45 |
| <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" /> |
|
| 46 |
|
| 47 |
-
This repo is the official implementation of "[**Bilateral Reference for High-Resolution Dichotomous Image Segmentation**](https://arxiv.org/pdf/2401.03407.pdf)" (
|
| 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 |
|
|
@@ -133,7 +133,7 @@ plt.show()
|
|
| 133 |
|
| 134 |
> This BiRefNet for standard dichotomous image segmentation (DIS) is trained on **DIS-TR** and validated on **DIS-TEs and DIS-VD**.
|
| 135 |
|
| 136 |
-
## This repo holds the official model weights of "[<ins>Bilateral Reference for High-Resolution Dichotomous Image Segmentation</ins>](https://arxiv.org/pdf/2401.03407)" (
|
| 137 |
|
| 138 |
This repo contains the weights of BiRefNet proposed in our paper, which has achieved the SOTA performance on three tasks (DIS, HRSOD, and COD).
|
| 139 |
|
|
@@ -156,10 +156,10 @@ Go to my GitHub page for BiRefNet codes and the latest updates: https://github.c
|
|
| 156 |
## Citation
|
| 157 |
|
| 158 |
```
|
| 159 |
-
@article{
|
| 160 |
title={Bilateral Reference for High-Resolution Dichotomous Image Segmentation},
|
| 161 |
author={Zheng, Peng and Gao, Dehong and Fan, Deng-Ping and Liu, Li and Laaksonen, Jorma and Ouyang, Wanli and Sebe, Nicu},
|
| 162 |
-
journal={
|
| 163 |
year={2024}
|
| 164 |
}
|
| 165 |
```
|
|
|
|
| 44 |
| :------------------------------: | :-------------------------------: |
|
| 45 |
| <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" /> |
|
| 46 |
|
| 47 |
+
This repo is the official implementation of "[**Bilateral Reference for High-Resolution Dichotomous Image Segmentation**](https://arxiv.org/pdf/2401.03407.pdf)" (___CAAI AIR 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 |
|
|
|
|
| 133 |
|
| 134 |
> This BiRefNet for standard dichotomous image segmentation (DIS) is trained on **DIS-TR** and validated on **DIS-TEs and DIS-VD**.
|
| 135 |
|
| 136 |
+
## This repo holds the official model weights of "[<ins>Bilateral Reference for High-Resolution Dichotomous Image Segmentation</ins>](https://arxiv.org/pdf/2401.03407)" (_CAAI AIR 2024_).
|
| 137 |
|
| 138 |
This repo contains the weights of BiRefNet proposed in our paper, which has achieved the SOTA performance on three tasks (DIS, HRSOD, and COD).
|
| 139 |
|
|
|
|
| 156 |
## Citation
|
| 157 |
|
| 158 |
```
|
| 159 |
+
@article{BiRefNet,
|
| 160 |
title={Bilateral Reference for High-Resolution Dichotomous Image Segmentation},
|
| 161 |
author={Zheng, Peng and Gao, Dehong and Fan, Deng-Ping and Liu, Li and Laaksonen, Jorma and Ouyang, Wanli and Sebe, Nicu},
|
| 162 |
+
journal={CAAI Artificial Intelligence Research},
|
| 163 |
year={2024}
|
| 164 |
}
|
| 165 |
```
|