create conda env and install required libs

August 16, 2023 ยท View on GitHub

Getting started

Start by cloning the repo:

git clone git@github.com:YifYang993/CR-NeRF-PyTorch.git
cd CR-NeRF-PyTorch

Environment

  • Ubuntu 22.04
  • Python = 3.8
# create conda env and install required libs 

cd CR-NeRF-PyTorch
conda create -n crnerf python=3.8
conda activate crnerf
pip install -r requirements.txt