reidn3r commited on
Commit
f5c35f5
1 Parent(s): fb2cb8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -10
README.md CHANGED
@@ -1,15 +1,19 @@
1
-
2
  ---
3
  library_name: keras
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
- This model has been uploaded using the Keras library and can be used with JAX,
7
- TensorFlow, and PyTorch backends.
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
- For more details about the model architecture, check out
15
- [config.json](./config.json).A plot of the model can be found [here](./assets/summary_plot.png).
 
 
 
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>