Skip to content

Releases: fabio-sim/Depth-Anything-ONNX

v2.0.0 Depth Anything V2

21 Jun 18:35
40ed316
Compare
Choose a tag to compare

Depth Anything V2 and TorchDynamo Exporter

This release provides the ONNX models for Depth Anything V2 exported using TorchDynamo on opset 18. The corresponding PyTorch 2 Export Programs are also provided.

Model Signature: $(1, 3, 518, 518) \rightarrow (1, 518, 518)$

Depth Anything V2 models supporting dynamic shapes are provided as well (opset 17).

Dynamic Model Signature: $(B, 3, H, W) \rightarrow (B, H, W)$, where $H\bmod 14 = 0$ and $W\bmod 14 = 0$.

v1.0.0 Depth Anything ONNX

22 Jan 15:03
d6cc8e1
Compare
Choose a tag to compare

Depth Anything ONNX

This release provides exported ONNX models for Depth Anything ViT-S, ViT-B, and ViT-L. All models were exported using opset 17 and have undergone shape inference.