Skip to content

v2.0.0 Depth Anything V2

Latest
Compare
Choose a tag to compare
@fabio-sim fabio-sim released this 21 Jun 18:35
· 6 commits to main since this release
40ed316

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$.