kanwei commited on
Commit
805a2d7
·
verified ·
1 Parent(s): ddbded2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -3
README.md CHANGED
@@ -1,3 +1,28 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: onnx
4
+ tags:
5
+ - depth-estimation
6
+ - monocular-depth-estimation
7
+ - vision
8
+ ---
9
+
10
+ # Depth Anything V2 - ONNX Models
11
+
12
+ This repository contains the **ONNX export versions** of the Depth Anything V2 models. These models have been converted to ONNX format for broader compatibility and inference optimization.
13
+
14
+ ## Model Files Description
15
+
16
+ - **`depth_anything_v2_vits.onnx`**: Small model (Fastest)
17
+ - **`depth_anything_v2_vitb.onnx`**: Base model (Balanced)
18
+ - **`depth_anything_v2_vitl.onnx`**: Large model (Most accurate)
19
+
20
+ ## Attribution
21
+
22
+ This work is based on **Depth Anything V2**, originally developed by the Depth Anything Team.
23
+ - **Original Repo**: [https://github.com/DepthAnything/Depth-Anything-V2](https://github.com/DepthAnything/Depth-Anything-V2)
24
+ - **License**: Apache-2.0
25
+
26
+ ## License
27
+
28
+ These models are distributed under the **Apache License 2.0**.