Skip to content
forked from sxyu/svox2

Plenoxels: Radiance Fields without Neural Networks, Code release WIP

License

Notifications You must be signed in to change notification settings

zhangkaiitugithub/svox2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

If your CUDA toolkit is older than 11, then you will need to install CUB as follows: conda install -c bottler nvidiacub

Since CUDA 11, CUB is shipped with the toolkit. To install the main library, simply run pip install . in the root directory.

Voxel Optimization

See opt/opt.py

Automatic hypertuning

See opt/autotune.py. Configs in opt/tasks/*.json

About

Plenoxels: Radiance Fields without Neural Networks, Code release WIP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.6%
  • Cuda 33.4%
  • C++ 2.2%
  • Other 0.8%