HolyWu / vs-midas

MiDaS function for VapourSynth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

MiDaS function for VapourSynth

License:MIT License


Languages

Language:Python 100.0%