pankaj-kaushik commited on
Commit
4758d11
·
verified ·
1 Parent(s): 66a789d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ tags:
4
+ - depth-anything-3
5
+ - onnx
6
+ - depth-estimation
7
+ - spatial-computing
8
  ---
9
+
10
+ # Depth Anything 3 (DA3) ONNX Weights
11
+
12
+ This repository contains pre-exported and optimized ONNX weights for the **Depth Anything 3** model family, formatted for zero-dependency inference in [`spatialhub`](https://github.com/pankajkaushik12/spatialhub).
13
+
14
+ ## ⚖️ Licensing Notice
15
+
16
+ This repository contains models under two distinct licensing tiers. **Please adhere to the upstream licenses specified below:**
17
+
18
+ ### 1. Permissive / Commercial Use (Apache 2.0)
19
+ The following ONNX models inherit the **Apache License 2.0** from the official Depth Anything 3 release and may be used for commercial applications:
20
+ - `da3_small.onnx`
21
+ - `da3_base.onnx`
22
+ - `da3_large.onnx`
23
+ - `da3mono_large.onnx`
24
+ - `da3metric_large.onnx`
25
+
26
+ ### 2. Non-Commercial Use Only (CC-BY-NC 4.0)
27
+ The Giant variants utilize larger foundation backbones and are strictly restricted to **non-commercial, research, and educational purposes**:
28
+ - `da3_giant.onnx`
29
+ - `da3_nested_giant_large` (Pipeline using `da3_giant.onnx` + `da3metric_large.onnx`)
30
+
31
+ For commercial licensing of the Giant models, please contact the original Depth Anything 3 maintainers.