Skip to content

HolyWu/vs-midas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.