rdjarbeng commited on
Commit
b30ac09
·
verified ·
1 Parent(s): 16a0135

Add references to unet and is-net

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -160,6 +160,27 @@ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENS
160
  - **[Hugging Face](https://huggingface.co/)** - For hosting this free tool
161
 
162
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
 
164
  ⭐ **Star this repository if you find it useful!** ⭐
165
 
 
160
  - **[Hugging Face](https://huggingface.co/)** - For hosting this free tool
161
 
162
  ---
163
+ ## 📚 References
164
+
165
+ This Space is built using the `rembg` library, which leverages the following research papers:
166
+
167
+ - [U2-Net: Going Deeper with Nested U-Structure for Salient Object Detection](https://arxiv.org/abs/2005.09007)
168
+ ```bibtex
169
+ @article{qin2020u2net,
170
+ title={U2-Net: Going Deeper with Nested U-Structure for Salient Object Detection},
171
+ author={Qin, Xuebin and Zhang, Zichen and Huang, Chenyang and Dehghan, Masood and Zaiane, Osmar R and Jagersand, Martin},
172
+ journal={arXiv preprint arXiv:2005.09007},
173
+ year={2020}
174
+ }
175
+ - [IS-Net: Deep Interactive Segmentation Network])(https://arxiv.org/abs/2203.03041)
176
+
177
+
178
+ @article{qin2022isnet,
179
+ title={Highly Accurate Dichotomous Image Segmentation},
180
+ author={Qin, Xuebin and Fan, Deng-Ping and Huang, Chenyang and Di, Deng and Zhang, Zichen and Zaiane, Osmar R and Jagersand, Martin and Van Gool, Luc},
181
+ journal={arXiv preprint arXiv:2202.13085},
182
+ year={2022}
183
+ }
184
 
185
  ⭐ **Star this repository if you find it useful!** ⭐
186