Skip to content

[NeurIPS2022] Official implementation of PeRFception: Perception using Radiance Fields.

License

Apache-2.0, BSD-2-Clause licenses found

Licenses found

Apache-2.0
LICENSE
BSD-2-Clause
LICENSE-Plenoxels
Notifications You must be signed in to change notification settings

POSTECH-CVLab/PeRFception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
    • Several options are different from the original NeRF (TensorFlow)
    • NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis: [Code | Paper | Arxiv]
    • Document: Link
  • SNeRG (Torch)
    • Coming Soon
  • MipNeRF (Torch)
    • Coming Soon
  • MipNeRF360 (Torch)
    • Coming Soon
  • NeRF++ (Torch)
    • Coming Soon
  • Plenoxel (Torch)
    • Reorganized the code structure for easier modification.
    • Plenoxels: Radiance Fields without Neural Networks [Code | Paper | Arxiv]
    • Document: Link

Dataset

Acknowledgement

We have reffered to and borrowed the implementations of

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.5.5 opencv-python gin-config

About

[NeurIPS2022] Official implementation of PeRFception: Perception using Radiance Fields.

Resources

License

Apache-2.0, BSD-2-Clause licenses found

Licenses found

Apache-2.0
LICENSE
BSD-2-Clause
LICENSE-Plenoxels

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •