Awesome
NeRF-Factory
Motivation
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.
Contributor
This project is created and maintained by Yoonwoo Jeong, Jinoh Cho, and Seungjoo Shin.
Available Modules
- JaxNeRF (Torch Version)
- SNeRG (Torch)
- Coming Soon
- MipNeRF (Torch)
- Coming Soon
- MipNeRF360 (Torch)
- Coming Soon
- NeRF++ (Torch)
- Coming Soon
- Plenoxel (Torch)
Dataset
Acknowledgement
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)
Requirements
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.6.0 opencv-python gin-config gdown