mchenbria88
commited on
Commit
•
c4fa083
1
Parent(s):
e399985
Update README.md
Browse files
README.md
CHANGED
@@ -26,8 +26,10 @@ extra_gated_fields:
|
|
26 |
|
27 |
RMBG v1.4 is our state-of-the-art background removal model, designed to effectively separate foreground from background in a range of
|
28 |
categories and image types. This model has been trained on a carefully selected dataset, which includes:
|
29 |
-
general stock images, e-commerce, gaming, and advertising content, making it suitable
|
30 |
-
|
|
|
|
|
31 |
|
32 |
[CLICK HERE FOR A DEMO](https://huggingface.co/spaces/briaai/BRIA-RMBG-1.4)
|
33 |
![examples](t4.png)
|
@@ -37,7 +39,7 @@ Developed by BRIA AI, RMBG v1.4 is available as an open-source tool for non-comm
|
|
37 |
- **Developed by:** [BRIA AI](https://bria.ai/)
|
38 |
- **Model type:** Background Removal
|
39 |
- **License:** [bria-rmbg-1.4](https://bria.ai/bria-huggingface-model-license-agreement/)
|
40 |
-
- The model is open for non-commercial use.
|
41 |
- Commercial use is subject to a commercial agreement with BRIA. [Contact Us](https://bria.ai/contact-us) for more information.
|
42 |
|
43 |
- **Model Description:** BRIA RMBG 1.4 is an saliency segmentation model trained exclusively on a professional-grade dataset.
|
@@ -86,7 +88,8 @@ For clarity, we provide our data distribution according to different categories,
|
|
86 |
|
87 |
## Architecture
|
88 |
|
89 |
-
RMBG v1.4 is developed on the [
|
|
|
90 |
|
91 |
## Installation
|
92 |
```bash
|
|
|
26 |
|
27 |
RMBG v1.4 is our state-of-the-art background removal model, designed to effectively separate foreground from background in a range of
|
28 |
categories and image types. This model has been trained on a carefully selected dataset, which includes:
|
29 |
+
general stock images, e-commerce, gaming, and advertising content, making it suitable commercial use cases powering enterprise content creation at scale.
|
30 |
+
It is ideal where content safety, legally licensed datasets, and bias mitigation is paramount.
|
31 |
+
|
32 |
+
Developed by BRIA AI, RMBG v1.4 is available as an open-source model for non-commercial use.
|
33 |
|
34 |
[CLICK HERE FOR A DEMO](https://huggingface.co/spaces/briaai/BRIA-RMBG-1.4)
|
35 |
![examples](t4.png)
|
|
|
39 |
- **Developed by:** [BRIA AI](https://bria.ai/)
|
40 |
- **Model type:** Background Removal
|
41 |
- **License:** [bria-rmbg-1.4](https://bria.ai/bria-huggingface-model-license-agreement/)
|
42 |
+
- The model is released under an open-source license for non-commercial use.
|
43 |
- Commercial use is subject to a commercial agreement with BRIA. [Contact Us](https://bria.ai/contact-us) for more information.
|
44 |
|
45 |
- **Model Description:** BRIA RMBG 1.4 is an saliency segmentation model trained exclusively on a professional-grade dataset.
|
|
|
88 |
|
89 |
## Architecture
|
90 |
|
91 |
+
RMBG v1.4 is developed on the [DIS neural network architecture](https://github.com/xuebinqin/DIS) enhanced with our unique training scheme and proprietary dataset.
|
92 |
+
These modifications significantly improve the model’s accuracy and effectiveness in diverse image-processing scenarios.
|
93 |
|
94 |
## Installation
|
95 |
```bash
|