Skip to content

MiDaS v3.1 Unofficial ONNX Files

Latest
Compare
Choose a tag to compare
@parkchamchi parkchamchi released this 18 Feb 15:04
· 2 commits to master since this release

See this notebook for more information.
v3 files are here

SHA-256

dpt_beit_large_512.onnx

d1ff6b80e1cc1487d582cce50a883a335dea092939ca229520119cc719b3791c

dpt_swin2_large_384.onnx

64daf5059d4ecf7a32f0a8271dcd4a4b40cea0a2dff72dc05c31a9382228aba4

  • Note: These were generated with a slight modification of the code (see the notebook above) with opset_version=11. The same goes with v3. Someone said a newer version of PyTorch can generate ONNX files without code modifications (see here), with opset_version=13.
  • Used torch==2.0.1 torchvision==0.15.2 timm==0.6.13. Higher version of timm could be incompatible.