Zhyever commited on
Commit
f97ceb0
β€’
1 Parent(s): f24cd8e
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -1,4 +1,11 @@
1
  ---
 
 
 
 
 
 
 
2
  title: PatchFusion
3
  emoji: πŸ“š
4
  colorFrom: red
@@ -7,6 +14,25 @@ sdk: gradio
7
  sdk_version: 4.14.0
8
  app_file: app.py
9
  pinned: false
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pipeline_tag: depth-estimation
6
+ tags:
7
+ - high resolution
8
+ - monocular depth estimation
9
  title: PatchFusion
10
  emoji: πŸ“š
11
  colorFrom: red
 
14
  sdk_version: 4.14.0
15
  app_file: app.py
16
  pinned: false
17
+ models:
18
+ - zhyever/patchfusion_zoedepth
19
+ - zhyever/patchfusion_depth_anything_vits14
20
+ - zhyever/patchfusion_depth_anything_vitb14
21
+ - zhyever/patchfusion_depth_anything_vitl14
22
+ - LiheYoung/depth_anything_vits14
23
+ - LiheYoung/depth_anything_vitb14
24
+ - LiheYoung/depth_anything_vitl14
25
+
26
  ---
27
 
28
+ This is a demo of the high-resolution monocular depth estimation pipeline, described in the paper titled ["PatchFusion: An End-to-End Tile-Based Framework for High-Resolution Monocular Metric Depth Estimation"](https://arxiv.org/abs/2312.02284)
29
+
30
+
31
+ ```
32
+ @InProceedings{li2023patchfusion,
33
+ title={PatchFusion: An End-to-End Tile-Based Framework for High-Resolution Monocular Metric Depth Estimation},
34
+ author={Zhenyu Li and Shariq Farooq Bhat and Peter Wonka},
35
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
36
+ year={2024}
37
+ }
38
+ ```