“A Novel Recurrent Encoder-Decoder Structure for Large-Scale Multi-view Stereo Reconstruction from An Open Aerial Dataset” (CVPR 2020)
The proposed network was trained and tested on a single NVIDIA TITAN RTX 2080Ti (24G).
This project is based on the implementation of MVSNet-pytorch. Thank the author for providing the source code (https://github.com/xy-guo/MVSNet_pytorch)
WHU_MVS_dataset
folder. train.py
, set mode
to train
, set model
to rednet
train.py
, set trainpath
to your train data path YOUR_PATH/WHU_MVS_dataset/train
,
set testpath
to your train data path YOUR_PATH/WHU_MVS_dataset/test
python train.py
train.py
, set testpath
to your train data path YOUR_PATH/WHU_MVS_dataset/test
,
set loadckpt
to your model path ./checkpoints/whu_rednet/model_000005.ckpt
, set depth sample number numdepth
. python train.py
The test outputs are stored in YOUR_PATH/WHU_MVS_dataset/test/depths_rednet/
, including depth map XXX_init.pfm
, probability map XXX_prob.pfm
, scaled images XXX.jpg
and camera parameters XXX.txt
.