--------------------------------------------------------
This project is modified from ACMP
I just port it to COLMAP project type, thanks GhiXu for his/her great job!
--------------------------------------------------------
[News] The code for ACMH is released!!!
[News] The code for ACMM is released!!!
This repository contains the code for the paper Planar Prior Assisted PatchMatch Multi-View Stereo, Qingshan Xu and Wenbing Tao, AAAI2020. If you find this project useful for your research, please cite:
@article{Xu2020ACMP,
title={Planar Prior Assisted PatchMatch Multi-View Stereo},
author={Xu, Qingshan and Tao, Wenbing},
journal={AAAI Conference on Artificial Intelligence (AAAI)},
year={2020}
}
@article{Xu2019ACMM,
title={Multi-Scale Geometric Consistency Guided Multi-View Stereo},
author={Xu, Qingshan and Tao, Wenbing},
journal={Computer Vision and Pattern Recognition (CVPR)},
year={2019}
}
The code has been tested on Ubuntu 14.04 with GTX Titan X.
- Complie ACMP
cmake .
make
- Test
Use script colmap2mvsnet_acm.py to convert COLMAP SfM result to ACMP input
Run ./ACMP $data_folder to get reconstruction results
This code largely benefits from the following repositories: Gipuma and COLMAP. Thanks to their authors for opening source of their excellent works.