[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CLinvx/HPM-MVS_plusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPM-MVS++

  • an enhanced version of HPM-MVS (HPM-MVS with Prior Consistency and Mandatory Consistency)

News

  • The code for HPM-MVS has been released.

Dependencies

The code has been tested on Windows 10 with RTX 3070.
cmake
CUDA >= 6.0
OpenCV >= 2.4

Useage

  • 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 

Citation

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}
}

Acknowledgemets

This code largely benefits from the following repositories: ACMH, ACMP, ACMMP. Thanks to their authors for opening source of their excellent works.

About

a follow-up work of HPM-MVS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published