vsmidas

MiDaS function for VapourSynth


Keywords
MiDaS, VapourSynth, pytorch
License
Other
Install
pip install vsmidas==1.1.0

Documentation

MiDaS

Towards Robust Monocular Depth Estimation: Mixing Datasets for Zero-Shot Cross-Dataset Transfer, based on https://github.com/isl-org/MiDaS.

Dependencies

Installation

pip install -U vsmidas
python -m vsmidas

Usage

from vsmidas import midas

ret = midas(clip)

See __init__.py for the description of the parameters.