Upload ./app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -70,6 +70,9 @@ title = "Open Remove Background Model (ormbg)"
|
|
70 |
description = r"""
|
71 |
This model is a <strong>fully open-source background remover</strong> optimized for images with humans.
|
72 |
|
|
|
|
|
|
|
73 |
This is the first iteration of the model, so there will be improvements!
|
74 |
If you identify cases were the model fails, <a href='https://huggingface.co/schirrmacher/ormbg/discussions' target='_blank'>upload your examples</a>!
|
75 |
|
|
|
70 |
description = r"""
|
71 |
This model is a <strong>fully open-source background remover</strong> optimized for images with humans.
|
72 |
|
73 |
+
It is based on [Highly Accurate Dichotomous Image Segmentation research](https://github.com/xuebinqin/DIS).
|
74 |
+
The model was trained with the synthetic [Human Segmentation Dataset](https://huggingface.co/datasets/schirrmacher/humans).
|
75 |
+
|
76 |
This is the first iteration of the model, so there will be improvements!
|
77 |
If you identify cases were the model fails, <a href='https://huggingface.co/schirrmacher/ormbg/discussions' target='_blank'>upload your examples</a>!
|
78 |
|