[go: nahoru, domu]

Skip to content
forked from GhiXu/ACMMP

Multi-Scale Geometric Consistency Guided and Planar Prior Assisted Multi-View Stereo (TPAMI 2022)

License

Notifications You must be signed in to change notification settings

awarebayes/ACMMP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACMMP

[News] The code for ACMH is released!!!
[News] The code for ACMM is released!!!
[News] The code for ACMP is released!!!

About

This repository contains the code for Multi-Scale Geometric Consistency Guided and Planar Prior Assisted Multi-View Stereo, which is the extension of ACMM and ACMP. If you find our work useful in your research, please consider citing:

@article{Xu2022Multi,
  title={Multi-Scale Geometric Consistency Guided and Planar Prior Assisted Multi-View Stereo},
  author={Xu, Qingshan and Kong, Weihang and Tao, Wenbing and Pollefeys, Marc},
  journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
  year={2022},
  publisher={IEEE}
}

Dependencies

The code has been tested on Ubuntu 16.04 with GTX 1080 Ti.

Usage

  • Complie ACMMP
cmake .  
make
  • Test
Use script colmap2mvsnet_acm.py to convert COLMAP SfM result to ACMMP input   
Run ./ACMMP $data_folder to get reconstruction results

Acknowledgemets

This code largely benefits from the following repositories: Gipuma and COLMAP. Thanks to their authors for opening source of their excellent works.

About

Multi-Scale Geometric Consistency Guided and Planar Prior Assisted Multi-View Stereo (TPAMI 2022)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 43.1%
  • Cuda 42.1%
  • Python 13.9%
  • CMake 0.9%