instant Nerf
instant nerf should be able to make a 3D mesh from some images.
installation¶
colmap¶
you need colmap installed with CUDA support: installation link. I'm on linux so I have to compile from source as noted to have CUDA support.
issues¶
- On my ZBook Fury I noticed I got a
cc1plus
errorr while runningmake -j
. This is probably due to having too much processes running in parallel. To test I went formake -j4
. - I got an error at the end of make process, something with an undefined reference to LIBTIFF. I had to deinstall libtiff via conda:
conda uninstall libtiff
.
instant-ngp¶
issues¶
- I had to install qt5-qmake (perhaps this was for colmap?):
sudo apt-get install qt5-qmake