pcuenq HF staff commited on
Commit
c7d5ddb
1 Parent(s): e69cff3

Update README

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. DepthAnything_2x.png +3 -0
  3. 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

  • SHA256: bb51693a5a7cccfe15fa8b29e94bd4cbb96846039f45b1c8b365b3d4b49e2a35
  • Pointer size: 131 Bytes
  • Size of remote file: 854 kB
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