Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
76fcb7a
1
Parent(s):
55fa2ac
Turn on half precision.
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ for idx_example_url, example_url in enumerate(examples_url):
|
|
182 |
examples_url[idx_example_url].append('1024x1024')
|
183 |
|
184 |
descriptions = ('Upload a picture, our model will extract a highly accurate segmentation of the subject in it.\n)'
|
185 |
-
' The resolution used in our training was `1024x1024`,
|
186 |
' Our codes can be found at https://github.com/ZhengPeng7/BiRefNet.\n'
|
187 |
' We also maintain the HF model of BiRefNet at https://huggingface.co/ZhengPeng7/BiRefNet for easier access.')
|
188 |
|
|
|
182 |
examples_url[idx_example_url].append('1024x1024')
|
183 |
|
184 |
descriptions = ('Upload a picture, our model will extract a highly accurate segmentation of the subject in it.\n)'
|
185 |
+
' The resolution used in our training was `1024x1024`, which is the suggested resolution to obtain good results! `2048x2048` is suggested for BiRefNet_HR.\n'
|
186 |
' Our codes can be found at https://github.com/ZhengPeng7/BiRefNet.\n'
|
187 |
' We also maintain the HF model of BiRefNet at https://huggingface.co/ZhengPeng7/BiRefNet for easier access.')
|
188 |
|