Home

Awesome

An Unofficial Pytorch Implementation of MVSNet

MVSNet: Depth Inference for Unstructured Multi-view Stereo. Yao Yao, Zixin Luo, Shiwei Li, Tian Fang, Long Quan. ECCV 2018. MVSNet is a deep learning architecture for depth map inference from unstructured multi-view images.

This is an unofficial Pytorch implementation of MVSNet

How to Use

Environment

Training

Testing

Fusion

in eval.py, I implemented a simple version of depth map fusion. Welcome contributions to improve the code.

Results on DTU

Acc.Comp.Overall.
MVSNet(D=256)0.3960.5270.462
PyTorch-MVSNet(D=192)0.44920.37960.4144

Due to the memory limit, we only train the model with D=192, the fusion code is also different from the original repo.