Spaces:
Running
on
Zero
Running
on
Zero
guangkaixu
commited on
Commit
•
cb4d057
1
Parent(s):
1ccdae3
Update app.py
Browse files
app.py
CHANGED
@@ -228,9 +228,8 @@ def run_demo_server(pipe_depth, pipe_normal, pipe_dis):
|
|
228 |
</a>
|
229 |
</p>
|
230 |
<p align="justify">
|
231 |
-
GenPercept leverages the prior
|
232 |
-
It
|
233 |
-
(even synthetic data only). Compared to previous methods, our inference process only requires one step and therefore runs faster.
|
234 |
</p>
|
235 |
"""
|
236 |
)
|
|
|
228 |
</a>
|
229 |
</p>
|
230 |
<p align="justify">
|
231 |
+
GenPercept is a one-step image perception generalist, which leverages the pretrained prior from stable diffusion models to estimate depth/surface normal/matting/segmentation with impressive details.
|
232 |
+
It achieves extremely fast inference speed and remarkable generalization capability on these fundamental vision perception tasks.
|
|
|
233 |
</p>
|
234 |
"""
|
235 |
)
|