mlboydaisuke commited on
Commit
9a61a13
·
verified ·
1 Parent(s): e87017a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -24,16 +24,13 @@ All variants take and return fp32 tensors — swap the `.pte` file, keep your ap
24
  |-----------|------|-----------|------------------------------------|------------------|
25
  | fp32 | `depth_anything_v2_small_xnnpack_fp32.pte` | 99.0 | 1.000000 | 167.3 |
26
  | fp16 | `depth_anything_v2_small_xnnpack_fp16.pte` | 55.5 | 0.999992 | 289.7 |
27
- | int8 (dynamic) | `depth_anything_v2_small_xnnpack_int8.pte` | 35.5 | 0.999979 | 166.2 |
28
 
29
  \*Mac arm64, single process, median of 10 — a reference point for relative cost
30
  only, not a device number (torch eager fp32 on the same machine: 85.0 ms).
31
 
32
- ### Checked in the task's own units
33
 
34
- Correlation is a first filter. These are the numbers that decide:
35
-
36
- - **int8 (dynamic)** — delta-1 against the fp32 build is 0.994 median over ten real images and 0.975 at worst — for reference, depth models report delta-1 near 0.95 against ground truth, so the quantization error sits well inside the model's own error.
37
 
38
  ## Verification (executorch 1.4.0, torch 2.13.0)
39
 
 
24
  |-----------|------|-----------|------------------------------------|------------------|
25
  | fp32 | `depth_anything_v2_small_xnnpack_fp32.pte` | 99.0 | 1.000000 | 167.3 |
26
  | fp16 | `depth_anything_v2_small_xnnpack_fp16.pte` | 55.5 | 0.999992 | 289.7 |
 
27
 
28
  \*Mac arm64, single process, median of 10 — a reference point for relative cost
29
  only, not a device number (torch eager fp32 on the same machine: 85.0 ms).
30
 
31
+ ### Precisions that did not earn a slot
32
 
33
+ - **int8 (dynamic) is not shipped**: measured in the units that matter for this model — fraction of pixels within 1.25x of the fp32 depth: median 0.9941 over 10 real images, worst 0.9748.
 
 
34
 
35
  ## Verification (executorch 1.4.0, torch 2.13.0)
36