GDAOSU / vis2mesh

Vis2Mesh: Efficient Mesh Reconstruction from Unstructured Point Clouds of Large Scenes with Learned Virtual View Visibility ICCV2021
100 stars 16 forks source link

Environment Setup errors #14

Open karpat2022 opened 2 years ago

karpat2022 commented 2 years ago

Dear Authors,

I have been trying to create the environment on docker but running into some trouble. So when I run the docker build command, the code crashes on the vvmesh and openmvs building process. Here is a screenshot of the error (occurs during building vvmesh):

make_error

Hence, I commented the vvmesh and openmvs build scripts, built the docker image and container and am trying to run the scripts myself in the container.

The openmvs script did not work, however I was able to install openmvs from their github installation guide. The issue comes with vvmesh, at the cmake phase. I have provided a screenshot of the error below.

vvmesh_fmt_error

would you happen to know how to overcome this issue?

quicktwit commented 2 years ago

@karpat2022 May be zlib is not compiled properly. If zlib issue, then try this: https://github.com/GDAOSU/vis2mesh/issues/12

karpat2022 commented 2 years ago

Thank you @quicktwit ! I did get the docker setup working changing the zlib versions earlier! However I have been running into the same issue as #8 for a while now. I have nvidia drivers installed correctly but rendering is not successful, vvtool ***/render_seg.json command fails *seg fault) and for example1.ply the .flt file cannot be found

I do not see a specific solution to this issue, was it resolved? It would be greatly helpful :)

quicktwit commented 2 years ago

Hi Did you install nvidia-docker2: https://github.com/GDAOSU/vis2mesh#install-nvidia-docker2? If yes, then might be torch version, I am not sure. Why dont you install torch: pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 -f https://download.pytorch.org/whl/torch_stable.html inside your container.