Update README
Browse files- .gitattributes +1 -0
- DepthAnything_2x.png +3 -0
- README.md +4 -0
.gitattributes
CHANGED
@@ -19,6 +19,7 @@
|
|
19 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
*.pkl filter=lfs diff=lfs merge=lfs -text
|
|
|
22 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
*.rar filter=lfs diff=lfs merge=lfs -text
|
|
|
19 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
23 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
*.rar filter=lfs diff=lfs merge=lfs -text
|
DepthAnything_2x.png
ADDED
Git LFS Details
|
README.md
CHANGED
@@ -7,6 +7,10 @@ license: apache-2.0
|
|
7 |
|
8 |
# Depth Anything Core ML Models
|
9 |
|
|
|
|
|
|
|
|
|
10 |
Depth Anything model was introduced in the paper [Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data](https://arxiv.org/abs/2401.10891) by Lihe Yang et al. and first released in [this repository](https://github.com/LiheYoung/Depth-Anything).
|
11 |
|
12 |
## Model description
|
|
|
7 |
|
8 |
# Depth Anything Core ML Models
|
9 |
|
10 |
+
Monocular depth estimation.
|
11 |
+
|
12 |
+
![Depth Estimation](DepthAnything_2x.png)
|
13 |
+
|
14 |
Depth Anything model was introduced in the paper [Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data](https://arxiv.org/abs/2401.10891) by Lihe Yang et al. and first released in [this repository](https://github.com/LiheYoung/Depth-Anything).
|
15 |
|
16 |
## Model description
|