Spaces:
Running
on
Zero
Running
on
Zero
schirrmacher
commited on
Commit
•
c29c707
1
Parent(s):
337202c
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ title = "Open Remove Background Model (ormbg)"
|
|
62 |
description = r"""
|
63 |
This model is a <strong>fully open-source background remover</strong> optimized for images with humans. It is based on [Highly Accurate Dichotomous Image Segmentation research](https://github.com/xuebinqin/DIS). The model was trained with the synthetic [Human Segmentation Dataset](https://huggingface.co/datasets/schirrmacher/humans). A dataset crafted with [LayerDiffuse](https://github.com/layerdiffusion/LayerDiffuse) and [IC-Light](https://github.com/lllyasviel/IC-Light).
|
64 |
|
65 |
-
<img src="file/explanation.jpg" style="width:
|
66 |
|
67 |
This is the first iteration of the model, so there will be improvements!
|
68 |
If you identify cases where the model fails, <a href='https://huggingface.co/schirrmacher/ormbg/discussions' target='_blank'>upload your examples</a>!
|
|
|
62 |
description = r"""
|
63 |
This model is a <strong>fully open-source background remover</strong> optimized for images with humans. It is based on [Highly Accurate Dichotomous Image Segmentation research](https://github.com/xuebinqin/DIS). The model was trained with the synthetic [Human Segmentation Dataset](https://huggingface.co/datasets/schirrmacher/humans). A dataset crafted with [LayerDiffuse](https://github.com/layerdiffusion/LayerDiffuse) and [IC-Light](https://github.com/lllyasviel/IC-Light).
|
64 |
|
65 |
+
<img src="file/explanation.jpg" style="width:40%;height:auto;">
|
66 |
|
67 |
This is the first iteration of the model, so there will be improvements!
|
68 |
If you identify cases where the model fails, <a href='https://huggingface.co/schirrmacher/ormbg/discussions' target='_blank'>upload your examples</a>!
|