umuthopeyildirim
commited on
Commit
•
9581bcd
1
Parent(s):
f282b21
Readme for app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import cv2
|
3 |
import numpy as np
|
|
|
1 |
+
"""
|
2 |
+
This is a Hugging Face Spaces demo for IEBins: Iterative Elastic Bins for Monocular Depth Estimation.
|
3 |
+
Please refer to the [paper](https://arxiv.org/abs/2309.14137), [github](https://github.com/ShuweiShao/IEBins),
|
4 |
+
or [poster](https://nips.cc/media/PosterPDFs/NeurIPS%202023/70695.png?t=1701662442.5228624) for more details.
|
5 |
+
This demo is heavily based on [LiheYoung/Depth-Anything](https://huggingface.co/spaces/LiheYoung/Depth-Anything).
|
6 |
+
I'm learning Gradio and this is my first Space. I'm still working on improving the performance of this demo.
|
7 |
+
Any suggestions are welcome!
|
8 |
+
|
9 |
+
Author: Umut (Hope) YILDIRIM <hope@umutyildirim.com>
|
10 |
+
"""
|
11 |
+
|
12 |
import gradio as gr
|
13 |
import cv2
|
14 |
import numpy as np
|