Jasmine-tjy / GST-mvs

GST-mvs is a 3D reconstruction framework based on multi-view stereo methd.
1 stars 0 forks source link

GST-mvs

GST-mvs is a 3D reconstruction framework based on multi-view stereo methd.

About :blush:

This repository contains the code for Generalized Sampling of Non-Local Textural Clues Multi-View Stereo Framework. Our paper was accepted by ACM MM 2024, if you find our work useful in your research, please consider citing:

@inproceedings{Tang2024Generalized,
  title={Generalized Sampling of Non-Local Textural Clues Multi-View Stereo Framework},
  author={Tang, Jingyuan and Cai, Yangang and Gao, Xuesong and Sun, Songlin},
  booktitle={Proceedings of the 32st ACM International Conference on Multimedia},
  year={2024}
}

Dependencies :hammer:

The code has been tested on Ubuntu 22.04 with i9 14900K/RTX4090, and you can modify the CMakeList.txt to compile on Windows.

Besides make sure that your GPU Compute Capability matches the CMakeList.txt! Otherwise you can only get the empty result without any warnings. For example, according to GPU Compute Capability, RTX 4090's Compute Capability is 8.9. So you should set the cuda compilation parameter 'arch=compute_89,code=sm_89' or add a '-gencode arch=compute_89,code=sm_89'.

Due to version matching issues among cuda, opencv, and cmake, the construction environment is quite complex. For this purpose, we have uploaded a Docker image suitable for this model, which allows users to create an environment and directly run the software in the image to achieve 3D reconstruction. The available image can be found in cmake_cuda_opencv

! The provided image is mainly for the code executing which is not for Python, you can prepare the dataset first by using personal python environment.

Tips of using docker :whale2:

Demo Video :clapper:

demo.mp4 is provided as a whole installation instruction.

Acknowledgements

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