conda create --name nerf-loc python=3.8 -y conda activate nerf-loc pip install -r requirements.txt # install pytorch3d from source git clone https://github.com/facebookresearch/pytorch3d.git git checkout v0.6.0 conda install -c bottler nvidiacub pip install -e . ...