Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
tags:
|
| 4 |
- background-removal
|
| 5 |
- Pytorch
|
|
@@ -15,7 +15,7 @@ Background removal capability across all categories and image types that capture
|
|
| 15 |
|
| 16 |
- **Developed by:** BRIA AI
|
| 17 |
- **Model type:** Background removal image-to-image model
|
| 18 |
-
|
| 19 |
- **Model Description:** BRIA RMBG 1.3 is an image-to-image model trained exclusively on a professional-grade. It is designed for commercial.
|
| 20 |
- **Resources for more information:** [BRIA AI](https://bria.ai/)
|
| 21 |
|
|
@@ -84,5 +84,4 @@ result = (result-mi)/(ma-mi)
|
|
| 84 |
im_name=im_path.split('/')[-1].split('.')[0]
|
| 85 |
im_array = (result*255).permute(1,2,0).cpu().data.numpy().astype(np.uint8)
|
| 86 |
cv2.imwrite(os.path.join(result_path, im_name+".png"), im_array)
|
| 87 |
-
```
|
| 88 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
tags:
|
| 4 |
- background-removal
|
| 5 |
- Pytorch
|
|
|
|
| 15 |
|
| 16 |
- **Developed by:** BRIA AI
|
| 17 |
- **Model type:** Background removal image-to-image model
|
| 18 |
+
- **License:** [bria-2.0](https://bria.ai/bria-2-0-huggingface-model-license-agreement/)
|
| 19 |
- **Model Description:** BRIA RMBG 1.3 is an image-to-image model trained exclusively on a professional-grade. It is designed for commercial.
|
| 20 |
- **Resources for more information:** [BRIA AI](https://bria.ai/)
|
| 21 |
|
|
|
|
| 84 |
im_name=im_path.split('/')[-1].split('.')[0]
|
| 85 |
im_array = (result*255).permute(1,2,0).cpu().data.numpy().astype(np.uint8)
|
| 86 |
cv2.imwrite(os.path.join(result_path, im_name+".png"), im_array)
|
| 87 |
+
```
|
|
|