CoNeRF: Controllable Neural Radiance Fields
This is the official implementation for “CoNeRF: Controllable Neural Radiance Fields”
The codebase is based on HyperNeRF
implemente in JAX, building on
JaxNeRF.
Setup
The code can be run under any environment with Python 3.8 and above.
(It may run with lower versions, but we have not tested it).
We recommend using Miniconda and setting up an environment:
conda create --name conerf python=3.8
Next, install the required packages:
pip install -r requirements.txt
Install the appropriate JAX distribution