schirrmacher commited on
Commit
37f3945
·
verified ·
1 Parent(s): 00f7f1c

Upload ./app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -73,13 +73,9 @@ This model is a <strong>fully open-source background remover</strong> optimized
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
 
76
- - <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Model card: inference code, training information, tutorials</a>
77
- - <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Dataset: all images, segmentation data, backgrounds</a>
78
-
79
- Known issues (work in progress):
80
- - close-ups: from above, from below, profile, from side
81
- - minor issues with hair segmentation when hair creates loops
82
- - more various backgrounds needed
83
 
84
  """
85
  examples = ["./example1.png", "./example2.png", "./example3.png"]
 
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
 
76
+ - <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Model card: find inference code, training information, tutorials</a>
77
+ - <a href='https://huggingface.co/schirrmacher/ormbg' target='_blank'>Dataset: see training images, segmentation data, backgrounds</a>
78
+ - <a href='https://huggingface.co/schirrmacher/ormbg\#research' target='_blank'>Research: see current approach for improvements</a>
 
 
 
 
79
 
80
  """
81
  examples = ["./example1.png", "./example2.png", "./example3.png"]