File size: 885 Bytes
805a2d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
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**. |