Update README.md
Browse files
README.md
CHANGED
@@ -89,9 +89,11 @@ For clarity, we provide our data distribution according to different categories,
|
|
89 |
RMBG v1.4 is developed on the [IS-Net](https://github.com/xuebinqin/DIS) enhanced with our unique training scheme and proprietary dataset. These modifications significantly improve the model’s accuracy and effectiveness in diverse image-processing scenarios.
|
90 |
|
91 |
## installation
|
|
|
92 |
git clone https://huggingface.co/briaai/RMBG-1.4
|
93 |
cd RMBG-1.4/
|
94 |
pip install -r requirements.txt
|
|
|
95 |
|
96 |
## Usage
|
97 |
|
|
|
89 |
RMBG v1.4 is developed on the [IS-Net](https://github.com/xuebinqin/DIS) enhanced with our unique training scheme and proprietary dataset. These modifications significantly improve the model’s accuracy and effectiveness in diverse image-processing scenarios.
|
90 |
|
91 |
## installation
|
92 |
+
```bash
|
93 |
git clone https://huggingface.co/briaai/RMBG-1.4
|
94 |
cd RMBG-1.4/
|
95 |
pip install -r requirements.txt
|
96 |
+
```
|
97 |
|
98 |
## Usage
|
99 |
|