Open thebrahman opened 8 months ago
I am using ubuntu 22.04, I had many errors and spent a whole day getting this to work. I will outline the steps I needed to take to get it working. hopefully this helps if you get any of the errors mentioned in the title.
steps:
A glm file is missing from the third-party folder,you can find it in 3DGS code
I am using ubuntu 22.04, I had many errors and spent a whole day getting this to work. I will outline the steps I needed to take to get it working. hopefully this helps if you get any of the errors mentioned in the title.
steps:
conda activate lucid
conda install cuda -c nvidia/label/cuda-11.3.0
pip install plyfile==0.8.1
echo $CXX
ls $CONDA_PREFIX/include | grep glm
python setup.py install