We are living on the generation of NeRF. Researchers in NeRF communities have difficulties of fairly comparing NeRF models. Since the evaluation steps of NeRF models are similar and often share the dataset, this project attempts to collect various NeRF models for convenient evaluation. Currently, we only support the PyTorch framework but planning to enable Jax supports.
This project is created and maintained by Yoonwoo Jeong, Jinoh Cho, and Seungjoo Shin.
- JaxNeRF (Torch Version)
- SNeRG (Torch)
- Coming Soon
- MipNeRF (Torch)
- Coming Soon
- MipNeRF360 (Torch)
- Coming Soon
- NeRF++ (Torch)
- Coming Soon
- Plenoxel (Torch)
We have reffered to and borrowed the implementations of
- PyTorch-NeRF (https://github.com/yenchenlin/nerf-pytorch)
- Jax-NeRF (https://github.com/google-research/google-research/tree/master/jaxnerf)
- Jax-SNeRG (https://github.com/google-research/google-research/tree/master/snerg)
conda create -n nerf_factory -c anaconda python=3.8
conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=11.1 -c pytorch -c conda-forge
pip3 install imageio tqdm requests configargparse scikit-image imageio-ffmpeg piqa wandb pytorch_lightning==1.5.5 opencv-python gin-config