M. Ji, J. Gall, H. Zheng, Y. Liu, and L. Fang. SurfaceNet: An End-to-end 3D Neural Network for Multiview Stereopsis. ICCV, 2017
The poster pdf is also available.
bash installEnv.sh
~/.bashrc
file will not be changed../config/activate-cuda.sh
change the 1st line to your cuda path, e.g.: export CUDA_ROOT=/usr/local/cuda
./config/activate-cudnn.sh
change the 1st line to your cudnn path, e.g.: export CUDNN_ROOT=/home/<your-user-name>/libs/cudnn
. activate SurfaceNet
; deactivate it by: . deactivate
.python main.py
Some evaluation results are uploaded, including '.ply' files and the detailed number of Table 3. This could be helpful if you want to compare with this work.
SurfaceNet is released under the MIT License (refer to the LICENSE file for details).
If you find SurfaceNet useful in your research, please consider citing:
@inproceedings{ji2017surfacenet,
title={SurfaceNet: An End-To-End 3D Neural Network for Multiview Stereopsis},
author={Ji, Mengqi and Gall, Juergen and Zheng, Haitian and Liu, Yebin and Fang, Lu},
booktitle={Proceedings of the IEEE International Conference on Computer Vision (ICCV)},
pages={2307--2315},
year={2017}
}