Spaces:
Runtime error
Runtime error
wbjsamuel
commited on
Commit
•
3e087e8
1
Parent(s):
5ca2c54
renew spaces
Browse files- app.py +3 -3
- examples/.DS_Store +0 -0
- examples/demo1.png +2 -2
- examples/demo11.png +0 -3
- examples/demo12.png +0 -3
- examples/demo13.png +0 -3
- examples/demo14.png +0 -3
- examples/demo15.png +0 -3
- examples/demo16.png +0 -3
- examples/demo17.png +0 -3
- examples/demo18.png +0 -3
- examples/demo19.png +0 -3
- examples/demo2.png +2 -2
- examples/demo20.png +0 -3
- examples/demo3.png +2 -2
- examples/demo4.png +2 -2
- examples/demo5.png +2 -2
- examples/{demo10.png → demo6.png} +2 -2
- examples/demo7.png +0 -3
- examples/demo8.png +0 -3
- examples/demo9.png +0 -3
app.py
CHANGED
@@ -28,9 +28,9 @@ DEVICE = 'cuda' if torch.cuda.is_available() else 'cpu'
|
|
28 |
encoder = 'vitl' # can also be 'vitb' or 'vitl'
|
29 |
model = DepthAnything.from_pretrained(f"LiheYoung/depth_anything_{encoder}14").to(DEVICE).eval()
|
30 |
|
31 |
-
title = "# Depth
|
32 |
-
description = """
|
33 |
-
Please refer to
|
34 |
|
35 |
transform = Compose([
|
36 |
Resize(
|
|
|
28 |
encoder = 'vitl' # can also be 'vitb' or 'vitl'
|
29 |
model = DepthAnything.from_pretrained(f"LiheYoung/depth_anything_{encoder}14").to(DEVICE).eval()
|
30 |
|
31 |
+
title = "# Depth Estimation for Autonomous Driving"
|
32 |
+
description = """Reproduce demo for **Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data** in autonomous driving scenarios.
|
33 |
+
Please refer to the original [paper](https://arxiv.org/abs/2401.10891), [project page](https://depth-anything.github.io), or [github](https://github.com/LiheYoung/Depth-Anything) for more details."""
|
34 |
|
35 |
transform = Compose([
|
36 |
Resize(
|
examples/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
examples/demo1.png
CHANGED
Git LFS Details
|
Git LFS Details
|
examples/demo11.png
DELETED
Git LFS Details
|
examples/demo12.png
DELETED
Git LFS Details
|
examples/demo13.png
DELETED
Git LFS Details
|
examples/demo14.png
DELETED
Git LFS Details
|
examples/demo15.png
DELETED
Git LFS Details
|
examples/demo16.png
DELETED
Git LFS Details
|
examples/demo17.png
DELETED
Git LFS Details
|
examples/demo18.png
DELETED
Git LFS Details
|
examples/demo19.png
DELETED
Git LFS Details
|
examples/demo2.png
CHANGED
Git LFS Details
|
Git LFS Details
|
examples/demo20.png
DELETED
Git LFS Details
|
examples/demo3.png
CHANGED
Git LFS Details
|
Git LFS Details
|
examples/demo4.png
CHANGED
Git LFS Details
|
Git LFS Details
|
examples/demo5.png
CHANGED
Git LFS Details
|
Git LFS Details
|
examples/{demo10.png → demo6.png}
RENAMED
File without changes
|
examples/demo7.png
DELETED
Git LFS Details
|
examples/demo8.png
DELETED
Git LFS Details
|
examples/demo9.png
DELETED
Git LFS Details
|