Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 349 Bytes

installation.md

File metadata and controls

25 lines (15 loc) · 349 Bytes

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