Start by cloning the repo:
git clone [email protected]:YifYang993/CR-NeRF-PyTorch.git
cd CR-NeRF-PyTorch
- 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