Skip to content

Commit

Permalink
Merge pull request awesome-NeRF#113 from Xzzit/main
Browse files Browse the repository at this point in the history
add instant-ngp
  • Loading branch information
andybak authored Jan 9, 2023
2 parents 936bb98 + 965c433 commit c85693b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ A curated list of awesome neural radiance fields papers, inspired by [awesome-co
#### Faster Training
- [Depth-supervised NeRF: Fewer Views and Faster Training for Free](https://arxiv.org/pdf/2107.02791.pdf), Deng et al., Arxiv 2021 | [github](https://github.com/dunbar12138/DSNeRF) | [bibtex](./citations/dsnerf.txt)
- [Direct Voxel Grid Optimization: Super-fast Convergence for Radiance Fields Reconstruction](https://arxiv.org/abs/2111.11215.pdf), Sun et al., CVPR 2022 | [github](https://github.com/sunset1995/DirectVoxGO) | [bibtex](./citations/DirectVoxGO.txt) <!---sun2021direct-->
- [Instant Neural Graphics Primitives with a Multiresolution Hash Encoding](https://nvlabs.github.io/instant-ngp/), Müller et al., SIGGRAPH 2022 | [github](https://github.com/NVlabs/instant-ngp) | [bibtex](./citations/instant-ngp.txt)
- [Plenoxels Radiance Fields without Neural Networks](https://alexyu.net/plenoxels/), Yu et al., CVPR 2022 | [github](https://github.com/sxyu/svox2) | [bibtex](./citations/plenoxels.txt)
- [TensoRF: Tensorial Radiance Fields](https://apchenstu.github.io/TensoRF/), Chen et al., ECCV 2022 | [github](https://github.com/apchenstu/TensoRF) | [bibtex](./citations/tensorf.txt)

#### Unconstrained Images
- [NeRF in the Wild: Neural Radiance Fields for Unconstrained Photo Collections](https://nerf-w.github.io/), Martin-Brualla et al., CVPR 2021 | [bibtex](./NeRF-and-Beyond.bib#L152-L158) <!---MartinBrualla20arxiv_nerfw-->
Expand Down
6 changes: 6 additions & 0 deletions citations/instant-ngp.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@article{muller2022instant,
title={Instant neural graphics primitives with a multiresolution hash encoding},
author={M{\"u}ller, Thomas and Evans, Alex and Schied, Christoph and Keller, Alexander},
journal={arXiv preprint arXiv:2201.05989},
year={2022}
}
7 changes: 7 additions & 0 deletions citations/plenoxels.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@inproceedings{fridovich2022plenoxels,
title={Plenoxels: Radiance Fields Without Neural Networks},
author={Fridovich-Keil, Sara and Yu, Alex and Tancik, Matthew and Chen, Qinhong and Recht, Benjamin and Kanazawa, Angjoo},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={5501--5510},
year={2022}
}
6 changes: 6 additions & 0 deletions citations/tensorf.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@article{chen2022tensorf,
title={TensoRF: Tensorial Radiance Fields},
author={Chen, Anpei and Xu, Zexiang and Geiger, Andreas and Yu, Jingyi and Su, Hao},
journal={arXiv preprint arXiv:2203.09517},
year={2022}
}

0 comments on commit c85693b

Please sign in to comment.