sdkv2 commited on
Commit
a57736a
·
verified ·
1 Parent(s): ea71946

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -10
README.md CHANGED
@@ -23,16 +23,10 @@ ViT-g / 1.15B model), exposing a single-image **relative-depth** output for macO
23
  `int()` on size-1 non-0-dim arrays, which breaks the const-cast of `H//patch_size`).
24
  Single-image behaviour is unchanged.
25
 
26
- ## Benchmark (vs the smaller CoreML depth models, 504×504, Apple Silicon, ALL compute units)
27
-
28
- | Model | Params | Latency | Depth corr. vs GIANT |
29
- |---|---|---|---|
30
- | DA3MONO-LARGE | 0.35B | ~0.32 s/img | 0.89–0.99 |
31
- | DA3-LARGE | 0.30B | ~0.34 s/img | 0.91–0.97 |
32
- | **DA3-GIANT** | **1.15B** | **~1.49 s/img** | — |
33
-
34
- GIANT is ~**4.4× slower** than the large/mono models for depth that correlates **0.89–0.99**
35
- with them — diminishing returns for monocular depth, but the highest-capacity option.
36
 
37
  ## License & attribution
38
 
 
23
  `int()` on size-1 non-0-dim arrays, which breaks the const-cast of `H//patch_size`).
24
  Single-image behaviour is unchanged.
25
 
26
+ This is the highest-capacity DA3 depth variant, and correspondingly the slowest at inference —
27
+ for real-time monocular depth the smaller
28
+ [DA3MONO-LARGE](https://huggingface.co/depth-anything/DA3MONO-LARGE) /
29
+ [DA3-LARGE](https://huggingface.co/sdkv2/DA3-LARGE-CoreML) are usually the better trade-off.
 
 
 
 
 
 
30
 
31
  ## License & attribution
32