FreeHugsForRobots commited on
Commit
c75533f
·
verified ·
1 Parent(s): 03ae929

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - onnx
5
  ---
6
+
7
+ # ps-core-models-apache-2.0
8
+
9
+ ONNX model weights re-hosted for the **DepthField Photo** desktop app, which
10
+ downloads them at runtime. All files here are **Apache-2.0** and are
11
+ **redistributed unmodified** from their original sources. This repo is a stable
12
+ mirror so the app fetches from a source we control; integrity is pinned by
13
+ sha256 in the app's manifest.
14
+
15
+ ## Contents & attribution
16
+
17
+ ### `l1_encoder.onnx`, `l1_decoder.onnx` — EfficientViT-SAM (L1)
18
+ - **Original author:** MIT Han Lab
19
+ - **Source:** https://github.com/mit-han-lab/efficientvit
20
+ (ONNX export originally published at https://huggingface.co/mit-han-lab/efficientvit-sam)
21
+ - **License:** Apache License 2.0 — https://www.apache.org/licenses/LICENSE-2.0
22
+ - **Modifications:** none.
23
+
24
+ ### `depth_anything_v2_small.onnx` — Depth Anything V2 (Small)
25
+ - **Original authors:** Depth Anything V2 authors; ONNX conversion by onnx-community
26
+ - **Source:** https://github.com/DepthAnything/Depth-Anything-V2
27
+ (ONNX originally at https://huggingface.co/onnx-community/depth-anything-v2-small)
28
+ - **License:** Apache License 2.0 — https://www.apache.org/licenses/LICENSE-2.0
29
+ (the **Small** checkpoint is Apache-2.0; Base/Large are CC-BY-NC and are NOT included here)
30
+ - **Modifications:** none.
31
+
32
+ ## License
33
+
34
+ Licensed under the Apache License, Version 2.0. A copy of the License is
35
+ available at https://www.apache.org/licenses/LICENSE-2.0. Distributed on an
36
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND.