MVSNet, PatchMatchNet environment configuration practical tutorial (illustrated, super detailed), data set reconstruction practical tutorial (dtu, eth3d, tanks & temples, own data set)

1 Environment configuration requirements

Ubuntu 18.04

python 3.7 , CUDA 10.1。

requirements.txt

torch==1.4.0
torchvision==0.5.0
opencv-python
numpy
plyfile
pillow
tensorboard

The above environments are common to MVSNet and PatchMatchNet, and this column is running in this environment.
insert image description here

Guess you like

Origin blog.csdn.net/m0_51233386/article/details/131621427