Skip to content

Commit

Permalink
Merge pull request awesome-NeRF#35 from kwea123/main
Browse files Browse the repository at this point in the history
Add Nex: Real-time View Synthesis with Neural Basis Expansion.
  • Loading branch information
yenchenlin authored Mar 15, 2021
2 parents 7b1a2f4 + eacb0ce commit 8488a2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ A curated list of awesome neural radiance fields papers, inspired by [awesome-co

#### Lighting
- [NeRV: Neural Reflectance and Visibility Fields for Relighting and View Synthesis](https://people.eecs.berkeley.edu/~pratul/nerv/), Srinivasan et al. Arxiv 2020 | [bibtex](./NeRF-and-Beyond.bib#L260-L266) <!---Srinivasan20arxiv_NeRV-->
- [NeX: Real-time View Synthesis with Neural Basis Expansion](https://nex-mpi.github.io/), Wizadwongsa et al. Arxiv 2021 | [bibtex](./citations/nex.txt)

#### Compositionality
- [GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields](https://arxiv.org/abs/2011.12100), Niemeyer et al., Arxiv 2020, [bibtex](./NeRF-and-Beyond.bib#L175-L181) <!---Niemeyer20arxiv_GIRAFFE-->
Expand Down
8 changes: 8 additions & 0 deletions citations/nex.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@article{wizadwongsa2021nex,
title = {NeX: Real-time View Synthesis with Neural Basis Expansion},
author = {Suttisak Wizadwongsa and Pakkapon Phongthawee and Jiraphon Yenphraphai and Supasorn Suwajanakorn},
year = {2021},
eprint = {2103.05606},
archivePrefix = {arXiv},
primaryClass = {cs.CV}
}

0 comments on commit 8488a2a

Please sign in to comment.