Skip to content

Pytorch implementation of data structures and modules from InstantNGP

License

Notifications You must be signed in to change notification settings

jenkspt/multires-hash-encoding-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Hash Encoding

This is an unofficial pytorch implementation of the key datastructures from Instant Neural Graphics Primitives

@article{mueller2022instant,
    title = {Instant Neural Graphics Primitives with a Multiresolution Hash Encoding},
    author = {Thomas M\"uller and Alex Evans and Christoph Schied and Alexander Keller},
    journal = {arXiv:2201.05989},
    year = {2022},
    month = jan
}

For an example of how to create a drop in replacement for standard NeRF models, take a look at:

About

Pytorch implementation of data structures and modules from InstantNGP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages