- an enhanced version of HPM-MVS (HPM-MVS with Prior Consistency and Mandatory Consistency)
- The code for HPM-MVS has been released.
The code has been tested on Windows 10 with RTX 3070.
cmake
CUDA >= 6.0
OpenCV >= 2.4
- Compile
mkdir build
cd build
cmake ..
make
- Test
Use script colmap2mvsnet_acm.py to convert COLMAP SfM result to MVS input
Run ./HPM-MVS_plusplus $data_folder true/flase(semantic segmentation masks for filtering sky area) to get reconstruction results
If you find our work useful in your research, please consider citing:
@InProceedings{Ren_2023_ICCV,
author = {Ren, Chunlin and Xu, Qingshan and Zhang, Shikun and Yang, Jiaqi},
title = {Hierarchical Prior Mining for Non-local Multi-View Stereo},
booktitle = {Proc. IEEE/CVF International Conference on Computer Vision},
month = {October},
year = {2023},
pages = {3611-3620}
}
This code largely benefits from the following repositories: ACMH, ACMP, ACMMP. Thanks to their authors for opening source of their excellent works.