umuthopeyildirim
commited on
Commit
•
8b0757c
1
Parent(s):
db961ba
Add post-processing depth and flip_lr functions
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ from gradio_imageslider import ImageSlider
|
|
12 |
|
13 |
from iebins.networks.NewCRFDepth import NewCRFDepth
|
14 |
from iebins.util.transfrom import Resize, NormalizeImage, PrepareForNet
|
|
|
15 |
|
16 |
css = """
|
17 |
#img-display-container {
|
|
|
12 |
|
13 |
from iebins.networks.NewCRFDepth import NewCRFDepth
|
14 |
from iebins.util.transfrom import Resize, NormalizeImage, PrepareForNet
|
15 |
+
from iebins.utils import post_process_depth, flip_lr
|
16 |
|
17 |
css = """
|
18 |
#img-display-container {
|