Home

Awesome

PVA-MVSNet

About

This official repository is established for Pyramid Multi-view Stereo Net with Self-adaptive View Aggregation (ECCV2020) paper

<img src="doc/architecture.png" width="600">

How to Use

Requirements

Install

./conda_install.sh

Training

Testing

MMP and Filter&Fusion

Reproduce Benchmark results

Results on DTU

Acc.Comp.Overall.
MVSNet(D=256)0.3960.5270.462
PVAMVSNet(D=192)0.3790.3360.357

PVA-MVSNet point cloud results with full post-processing are also provided: DTU evaluation point clouds with extracting code zau7.

Results on Tanks and Temples

MeanFamilyFrancisHorseLighthouseM60PantherPlaygroundTrain
54.4669.3646.8046.0155.7457.2354.7556.7049.06

Please ref to leaderboard.

Citation

If you find this project useful for your research, please cite:

@inproceedings{yi2020PVAMVSNET,
  title={Pyramid multi-view stereo net with self-adaptive view aggregation},
  author={Yi, Hongwei and Wei, Zizhuang and Ding, Mingyu and Zhang, Runze and Chen, Yisong and Wang, Guoping and Tai, Yu-Wing},
  booktitle={ECCV},
  year={2020}
}

Acknowledgement

Thanks Xiaoyang Guo for his contribution to re-implementation of MVSNet-pytorch. Thanks Yao Yao for his previous works MVSNet/R-MVSNet.