Towards Robust Monocular Depth Estimation: Mixing Datasets for Zero-Shot Cross-Dataset Transfer, based on https://github.com/isl-org/MiDaS.
- PyTorch 2.1.0 or later
- timm 0.6.13. Not compatible with 0.9.x
- VapourSynth R62 or later
pip install -U vsmidas
python -m vsmidas
from vsmidas import midas
ret = midas(clip)
See __init__.py
for the description of the parameters.