Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,19 @@
|
|
1 |
-
|
2 |
---
|
3 |
library_name: keras
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
This model card has been generated automatically and should be completed by the
|
10 |
-
model author.
|
11 |
-
See [Model Cards documentation](https://huggingface.co/docs/hub/model-cards) for
|
12 |
-
more information.
|
13 |
|
14 |
-
|
15 |
-
|
|
|
|
|
|
1 |
---
|
2 |
library_name: keras
|
3 |
+
language:
|
4 |
+
- pt
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- art
|
8 |
+
- image
|
9 |
+
- remove-background
|
10 |
+
- u^2-net
|
11 |
+
- residual
|
12 |
---
|
13 |
|
14 |
+
## U²-Net
|
15 |
+
<p>This is an implementation of U²-Net for image background removing purposes based on <a href="https://arxiv.org/pdf/2005.09007" target="_blank">this article</a>. The U²-Net architecture is designed to capture both fine details and global context, making it highly effective for image segmentation tasks such as background removal.
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
+
## Dataset
|
18 |
+
Dichotomous Image Segmentation (DIS) is a dataset wich contains around 5k images (images + masks) and it's used in image segmenation model training.<br>
|
19 |
+
You can find more about this dataset <a href="https://github.com/xuebinqin/DIS" target="_blank">here.</a>
|