Skip to content
/ NeTF Public

neural radiance fields for transient camera implemented with JAX

Notifications You must be signed in to change notification settings

hbb1/NeTF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A super brief README

Install

Dependencies

install JAX : (following the instructions) https://github.com/google/jax

install flax (NN framework based on JAX)

pip install flax 

Install tensorflow for visualizing the training process (tesorboard)

pip install tensorflow

Prepare data

download data from here [Google Drive]

Train

Assume we use 2 gpus for training.

CUDA_VISIVLE_DEVICES=0,1 train.py --config zaragoza_bunny_all_grid

Test

CUDA_VISIBLE_DEVICES=0, reander.py --config zaragonza_bunny_all_grid

About

neural radiance fields for transient camera implemented with JAX

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages