Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,8 @@ tags:
|
|
12 |
---
|
13 |
|
14 |
## U²-Net
|
15 |
-
<p>
|
|
|
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>
|
|
|
12 |
---
|
13 |
|
14 |
## U²-Net
|
15 |
+
<p>Input Shape:(512, 512, 3)</p>
|
16 |
+
<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.</p>
|
17 |
|
18 |
## Dataset
|
19 |
Dichotomous Image Segmentation (DIS) is a dataset wich contains around 5k images (images + masks) and it's used in image segmenation model training.<br>
|