Update README.md
Browse files
README.md
CHANGED
@@ -80,9 +80,17 @@ Open source models comparison
|
|
80 |
![examples](collage.png)
|
81 |
|
82 |
### Architecture
|
83 |
-
RMBG-2.0 is developed on the BiRefNet architecture enhanced with our proprietary dataset. This training data significantly improve the model’s accuracy and effectiveness for background-removal task.<br>
|
84 |
-
|
85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
|
87 |
|
88 |
### Usage
|
@@ -123,14 +131,3 @@ image.putalpha(mask)
|
|
123 |
image.save("no_bg_image.png")
|
124 |
```
|
125 |
|
126 |
-
|
127 |
-
## Citation
|
128 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
129 |
-
|
130 |
-
```
|
131 |
-
@article{BiRefNet,
|
132 |
-
title={Bilateral Reference for High-Resolution Dichotomous Image Segmentation},
|
133 |
-
author={Zheng, Peng and Gao, Dehong and Fan, Deng-Ping and Liu, Li and Laaksonen, Jorma and Ouyang, Wanli and Sebe, Nicu},
|
134 |
-
journal={CAAI Artificial Intelligence Research},
|
135 |
-
year={2024}
|
136 |
-
}
|
|
|
80 |
![examples](collage.png)
|
81 |
|
82 |
### Architecture
|
83 |
+
RMBG-2.0 is developed on the [BiRefNet](https://github.com/ZhengPeng7/BiRefNet) architecture enhanced with our proprietary dataset and training scheme. This training data significantly improve the model’s accuracy and effectiveness for background-removal task.<br>
|
84 |
+
If you use this model in your research, please cite:
|
85 |
|
86 |
+
```
|
87 |
+
@article{BiRefNet,
|
88 |
+
title={Bilateral Reference for High-Resolution Dichotomous Image Segmentation},
|
89 |
+
author={Zheng, Peng and Gao, Dehong and Fan, Deng-Ping and Liu, Li and Laaksonen, Jorma and Ouyang, Wanli and Sebe, Nicu},
|
90 |
+
journal={CAAI Artificial Intelligence Research},
|
91 |
+
year={2024}
|
92 |
+
}
|
93 |
+
```
|
94 |
|
95 |
|
96 |
### Usage
|
|
|
131 |
image.save("no_bg_image.png")
|
132 |
```
|
133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|