flyingbertman commited on
Commit
b7927a1
·
verified ·
1 Parent(s): e4bc550

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -1,15 +1,13 @@
1
  ---
2
- license: mit
3
  library_name: onnx
4
  tags:
5
- - depth-estimation
6
- - dpt
7
- - midas
8
- - onnx
9
  base_model: Intel/dpt-large
10
  pipeline_tag: depth-estimation
11
- language:
12
- - en
13
  ---
14
 
15
  # DPT-Large — Monocular Depth Estimation (ONNX)
@@ -68,4 +66,7 @@ For real-time or edge use, prefer `dpt-hybrid` or `midas-small` — not in this
68
 
69
  ## License
70
 
71
- **Apache 2.0** — same as upstream. `LICENSE` file included.
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
  library_name: onnx
4
  tags:
5
+ - depth-estimation
6
+ - dpt
7
+ - midas
8
+ - onnx
9
  base_model: Intel/dpt-large
10
  pipeline_tag: depth-estimation
 
 
11
  ---
12
 
13
  # DPT-Large — Monocular Depth Estimation (ONNX)
 
66
 
67
  ## License
68
 
69
+ **Apache-2.0** — same as [Intel's published checkpoint on HuggingFace](https://huggingface.co/Intel/dpt-large). `LICENSE` file included.
70
+
71
+ Note: the original [isl-org/MiDaS](https://github.com/isl-org/MiDaS) GitHub repo (where the DPT architecture was first released) is **MIT**. Intel re-released the trained DPT-Large weights on HuggingFace under **Apache-2.0**, which is what this repo mirrors. Same model family, different distribution channel, different licenses. The `midas-small` Heliosoph repo (sourced from the GitHub release) inherits MIT.
72
+