Skip to content

wzy-99/FreeNeRF-nerfstudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(unofficial) FreeNeRF NeRFStudio implementation

Installation

pip install -e .

Usage

ns-train free-nerf --vis wandb --project-name free-nerf --experiment-name freenerf --max-num-iterations 30000 --steps-per-eval-all-images 30000 --pipeline.model.T 30000 blender-data --data your_path_to_data

You can compare it with the vanilla nerf method

ns-train vanilla-nerf --vis wandb --project-name free-nerf --experiment-name nerf --max-num-iterations 30000 --steps-per-eval-all-images 30000  blender-data --data your_path_to_data

Notes

  • The results of the original paper have not yet been reproduced

TODO

  • Implement the Occlusion Regularization

About

FreeNeRF-nerfstudio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages