Skip to content

rosinality/nerf-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nerf-pytorch

fern.mp4
snacks.mp4

Usage

First, download and extract LLFF data in the data directory

wget http://cseweb.ucsd.edu/~viscomp/projects/LF/papers/ECCV20/nerf/nerf_example_data.zip
unzip nerf_example_data.zip

So that data directories is placed under data directory, like this:

data/fern/images_4/*.png
data/fern/pose_bounds.npy

images_x corresponds to 1/x downsampled images.

Then you can run train script

python scripts/train.py --conf configs/llff.py

After the training is finished, you can generate sample videos:

python scripts/generate_video.py --conf configs/llff.py --ckpt [CHECKPOIT PATH] out=samples.mp4

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages