Update README.md
Browse files
README.md
CHANGED
|
@@ -4,11 +4,21 @@ emoji: 🖼️
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 5.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: openrail
|
| 11 |
short_description: Removes background using DIS
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.49.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: openrail
|
| 11 |
short_description: Removes background using DIS
|
| 12 |
---
|
| 13 |
|
| 14 |
+
## Unofficial demo for Dichotomous Image Segmentation
|
| 15 |
+
This project is part of a larger collection of repositories exploring image segmentation techniques.
|
| 16 |
+
Related projects and interactive demos are available at: [Removators](https://huggingface.co/spaces/leonelhs/removators)
|
| 17 |
+
## Acknowledgments
|
| 18 |
+
The source code is based on or inspired by the following projects:
|
| 19 |
+
- [xuebinqin](https://github.com/xuebinqin/DIS)
|
| 20 |
+
- [doevent](https://huggingface.co/spaces/doevent/dis-background-removal)
|
| 21 |
+
- [gaviego](https://huggingface.co/spaces/gaviego/removebg)
|
| 22 |
+
## Contact
|
| 23 |
+
For questions, comments, or feedback, please contact:
|
| 24 |
+
📧 leonelhs@gmail.com
|