Skip to content

A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.

License

Notifications You must be signed in to change notification settings

ericdqian/nerf-pytorch

 
 

Repository files navigation

env: nerf1

/data/vision/billf/intrinsic/neural-render/ericqian/software/miniconda3/envs/nerf1

Data prep:

Same as IBRNet!

Running

python run_nerf.py --config configs/$CONFIG

Example of $CONFIG

RealEstate10K: 73b326a2356225fc.txt LLFF: fern.txt

To create a new config file, copy an existing config file for the given dataset, and change expname, datadir, and scene

About

A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.7%
  • C++ 4.7%
  • Cuda 4.6%
  • Other 1.0%