yhw-yhw / D2HC-RMVSNet

The official repository of the paper "Dense Hybrid Recurrent Multi-view Stereo Net with Dynamic Consistency Checking" (ECCV2020 Spotlight)
MIT License
109 stars 9 forks source link

D2HC-RMVSNet

Here is the official repository of our paper "Dense Hybrid Recurrent Multi-view Stereo Net with Dynamic Consistency Checking" (ECCV2020 Spotlight).

How to Use

Requirements

Install

./conda_install.sh

Training

Testing

Fusion

Benchmark results

Results on DTU

Acc. Comp. Overall.
0.395 0.378 0.386

D2HC-RMVSNet point cloud results are provided: DTU evaluation point clouds.

Evaluate the point clouds using the DTU evaluation code.

Results on Tanks and Temples

Mean Family Francis Horse Lighthouse M60 Panther Playground Train
59.20 74.69 56.04 49.42 60.08 59.81 59.61 60.04 53.92

As shown on Tanks and Temples leaderboard.

Results on BlendedMVS

The corresponding point cloud is provided: BlendedMVS result.

The rest reconstructed point clouds of the validation dataset of BlendedMVS are also provided.

Citation

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

@inproceedings{yan2020dense,
  title={Dense Hybrid Recurrent Multi-view Stereo Net with Dynamic Consistency Checking},
  author={Yan, Jianfeng and Wei, Zizhuang and Yi, Hongwei and Ding, Mingyu and Zhang, Runze and Chen, Yisong and Wang, Guoping and Tai, Yu-Wing},
  booktitle={ECCV},
  year={2020}
}

Changelog

2020 December 28

Add pretrained model on BlendedMVS.