pstic commited on
Commit
7e25d80
·
verified ·
1 Parent(s): e4f6db3

Add SpatialThings ONNX models

Browse files
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: onnx
3
+ tags:
4
+ - onnx
5
+ - depth-estimation
6
+ - image-segmentation
7
+ - matting
8
+ - android
9
+ ---
10
+
11
+ # SpatialThings ONNX Models
12
+
13
+ ONNX exports used by the SpatialThings Android app.
14
+
15
+ ## Files
16
+
17
+ | File | Size | SHA-256 |
18
+ | --- | ---: | --- |
19
+ | `depth_anything_v2_metric_indoor_small.onnx` | 98,941,147 bytes | `0d9a2394746efc2666fac8cf450c9bcf5a29e45f823be21176bd7a45fffe089a` |
20
+ | `ppmattingv2-stdc1-human_512.onnx` | 35,973,826 bytes | `448d0a5d143426057e6cedbd1711ee8059b4f7057e030f0a33cab3a1ed141567` |
21
+
22
+ ## Upstream Sources
23
+
24
+ - Depth model source checkpoint: `depth-anything/Depth-Anything-V2-Metric-Indoor-Small-hf`
25
+ - Matting model source checkpoint: PaddleSeg `ppmattingv2-stdc1-human_512.pdparams`
26
+
27
+ These files are converted ONNX artifacts for app runtime distribution.
depth_anything_v2_metric_indoor_small.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d9a2394746efc2666fac8cf450c9bcf5a29e45f823be21176bd7a45fffe089a
3
+ size 98941147
ppmattingv2-stdc1-human_512.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:448d0a5d143426057e6cedbd1711ee8059b4f7057e030f0a33cab3a1ed141567
3
+ size 35973826