Skip to content

Commit

Permalink
Merge pull request awesome-NeRF#134 from jnhwkim/patch-1
Browse files Browse the repository at this point in the history
Add InstantPose (ICML 2023) paper
  • Loading branch information
andybak authored Jun 22, 2023
2 parents f549a17 + f2cc330 commit 290b542
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ A curated list of awesome neural radiance fields papers, inspired by [awesome-co
- [Self-Calibrating Neural Radiance Fields](https://postech-cvlab.github.io/SCNeRF/), Jeong et al., ICCV 2021 | [github](https://github.com/POSTECH-CVLab/SCNeRF) | [bibtex](https://github.com/yenchenlin/awesome-NeRF/blob/main/citations/SCNeRF.txt)
- [L2G-NeRF: Local-to-Global Registration for Bundle-Adjusting Neural Radiance Fields](https://rover-xingyu.github.io/L2G-NeRF/), Chen et al., CVPR 2023 | [github](https://github.com/rover-xingyu/L2G-NeRF) | [bibtex](./citations/L2G-NeRF.txt)
- [Loc-NeRF: Monte Carlo Localization using Neural Radiance Fields](https://arxiv.org/abs/2209.09050), Maggio et al., ICRA 2023 | [github](https://github.com/MIT-SPARK/Loc-NeRF) | [bibtex](./citations/locnerf.txt)
- [Robust Camera Pose Refinement for Multi-Resolution Hash Encoding](http://arxiv.org/abs/2302.01571), Heo et al., ICML 2023 | [bibtex](.citations/instantpose.txt)
</details>

<details open>
Expand Down
6 changes: 6 additions & 0 deletions citations/instantpose.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@inproceedings{Heo2023,
author = {Heo, Hwan and Kim, Taekyung and Lee, Jiyoung and Lee, Jaewon and Kim, Soohyun and Kim, Hyunwoo J. and Kim, Jin-Hwa},
booktitle = {Proceedings of the Fortieth International Conference on Machine Learning (ICML)},
title = {{Robust Camera Pose Refinement for Multi-Resolution Hash Encoding}},
year = {2023}
}

0 comments on commit 290b542

Please sign in to comment.