Spaces:
Runtime error
Runtime error
Zhyever
commited on
Commit
·
8786cee
1
Parent(s):
f97ceb0
update
Browse files
app.py
CHANGED
@@ -125,8 +125,10 @@ description = """Official demo for **PatchFusion: An End-to-End Tile-Based Frame
|
|
125 |
|
126 |
PatchFusion is a deep learning model for high-resolution metric depth estimation from a single image.
|
127 |
Please refer to our [project webpage](https://zhyever.github.io/patchfusion), [paper](https://arxiv.org/abs/2312.02284) or [github](https://github.com/zhyever/PatchFusion) for more details.
|
128 |
-
|
129 |
-
|
|
|
|
|
130 |
|
131 |
"""
|
132 |
|
|
|
125 |
|
126 |
PatchFusion is a deep learning model for high-resolution metric depth estimation from a single image.
|
127 |
Please refer to our [project webpage](https://zhyever.github.io/patchfusion), [paper](https://arxiv.org/abs/2312.02284) or [github](https://github.com/zhyever/PatchFusion) for more details.
|
128 |
+
|
129 |
+
|
130 |
+
We use [Depth-Anything vitl14](https://github.com/LiheYoung/Depth-Anything) as the default model in this demo.
|
131 |
+
You can slide the output to compare the depth prediction from the base low-resolution model and PatchFusion.
|
132 |
|
133 |
"""
|
134 |
|