The code of the paper Attention-Aware Multi-View Stereo.
The original paper could be found here (CVPR2020).
Our experiment use the dataset of DTU benchmark
- DTU train part: gdown --id 1_Nuud3lRGaN_DOkeTNOvzwxYa2z2YRbX
git clone https://github.com/soroushhashemifar/Attention-aware-MVSNet.git
- DTU test part: gdown --id 1rX0EXlUL4prRxrRu2DgLJv2j7-tpUD4D
python train.py
python eval.py
When finished, you can find depth maps in results
folder.