Commit
·
9faaf0e
1
Parent(s):
707a63f
Correct the ack to Freepik for their kind support!
Browse files
README.md
CHANGED
|
@@ -217,17 +217,18 @@ Go to my GitHub page for BiRefNet codes and the latest updates: https://github.c
|
|
| 217 |
|
| 218 |
## Acknowledgement:
|
| 219 |
|
| 220 |
-
+ Many thanks to @
|
| 221 |
-
+ Many thanks to @not-lain for his help on the better deployment of our BiRefNet model on HuggingFace.
|
| 222 |
|
| 223 |
|
| 224 |
## Citation
|
| 225 |
|
| 226 |
```
|
| 227 |
-
@article{
|
| 228 |
title={Bilateral Reference for High-Resolution Dichotomous Image Segmentation},
|
| 229 |
author={Zheng, Peng and Gao, Dehong and Fan, Deng-Ping and Liu, Li and Laaksonen, Jorma and Ouyang, Wanli and Sebe, Nicu},
|
| 230 |
journal={CAAI Artificial Intelligence Research},
|
|
|
|
|
|
|
| 231 |
year={2024}
|
| 232 |
}
|
| 233 |
```
|
|
|
|
| 217 |
|
| 218 |
## Acknowledgement:
|
| 219 |
|
| 220 |
+
+ Many thanks to @freepik for their generous support on GPU resources for training this model!
|
|
|
|
| 221 |
|
| 222 |
|
| 223 |
## Citation
|
| 224 |
|
| 225 |
```
|
| 226 |
+
@article{zheng2024birefnet,
|
| 227 |
title={Bilateral Reference for High-Resolution Dichotomous Image Segmentation},
|
| 228 |
author={Zheng, Peng and Gao, Dehong and Fan, Deng-Ping and Liu, Li and Laaksonen, Jorma and Ouyang, Wanli and Sebe, Nicu},
|
| 229 |
journal={CAAI Artificial Intelligence Research},
|
| 230 |
+
volume = {3},
|
| 231 |
+
pages = {9150038},
|
| 232 |
year={2024}
|
| 233 |
}
|
| 234 |
```
|