| --- |
| license: apache-2.0 |
| library_name: onnx |
| tags: |
| - depth-estimation |
| - monocular-depth-estimation |
| - vision |
| --- |
| |
| # Depth Anything V2 - ONNX Models |
|
|
| 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. |
|
|
| ## Model Files Description |
|
|
| - **`depth_anything_v2_vits.onnx`**: Small model (Fastest) |
| - **`depth_anything_v2_vitb.onnx`**: Base model (Balanced) |
| - **`depth_anything_v2_vitl.onnx`**: Large model (Most accurate) |
| |
| ## Attribution |
| |
| This work is based on **Depth Anything V2**, originally developed by the Depth Anything Team. |
| - **Original Repo**: [https://github.com/DepthAnything/Depth-Anything-V2](https://github.com/DepthAnything/Depth-Anything-V2) |
| - **License**: Apache-2.0 |
| |
| ## License |
| |
| These models are distributed under the **Apache License 2.0**. |