Skip to content

Commit

Permalink
Merge pull request awesome-NeRF#71 from wayne1123/main
Browse files Browse the repository at this point in the history
codenerf
  • Loading branch information
yenchenlin authored Oct 25, 2021
2 parents a0bcf63 + 5b9e9ac commit 8c3e274
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 @@ -70,6 +70,7 @@ A curated list of awesome neural radiance fields papers, inspired by [awesome-co
- [Stereo Radiance Fields (SRF): Learning View Synthesis from Sparse Views of Novel Scenes](https://virtualhumans.mpi-inf.mpg.de/srf/), Chibane et al., CVPR 2021 | [bibtex](./citations/srf.txt)
- [Neural Rays for Occlusion-aware Image-based Rendering](https://liuyuan-pal.github.io/NeuRay/), Liu et al., Arxiv 2021 | [bibtex](./citations/neuray.txt)
- [Putting NeRF on a Diet: Semantically Consistent Few-Shot View Synthesis](https://www.ajayj.com/dietnerf), Matthew Tancik et al., Arxiv 2021 | [bibtex](./citations/DietNeRF.txt)
- [CodeNeRF: Disentangled Neural Radiance Fields for Object Categories](https://sites.google.com/view/wbjang/home/codenerf), Jang et al., ICCV 2021 | [bibtex](./citations/CodeNeRF.txt)
- [StyleNeRF: A Style-based 3D-Aware Generator for High-resolution Image Synthesis](http://jiataogu.me/style_nerf/), Gu et al., Arxiv 2021 | [bibtex](./citations/stylenerf.txt)

#### Pose Estimation
Expand Down
8 changes: 8 additions & 0 deletions citations/CodeNeRF.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@InProceedings{jang2021codenerf,
author = {Jang, Wonbong and Agapito, Lourdes},
title = {CodeNeRF: Disentangled Neural Radiance Fields for Object Categories},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
month = {October},
year = {2021},
pages = {12949-12958}
}

0 comments on commit 8c3e274

Please sign in to comment.