Skip to content

Commit

Permalink
Add arxiv link
Browse files Browse the repository at this point in the history
  • Loading branch information
boelukas committed Jul 19, 2024
1 parent 55d34d2 commit 5187d44
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 24 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Nerfies
# MaRINeR: Enhancing Novel Views by Matching Rendered Images with Nearby References

This is the repository that contains source code for the [Nerfies website](https://nerfies.github.io).
This is the repository that contains source code for the [MaRINer website](https://boelukas.github.io/mariner/).

If you find Nerfies useful for your work please cite:
If you find MaRINeR useful for your work please cite:
```
@article{park2021nerfies
author = {Park, Keunhong and Sinha, Utkarsh and Barron, Jonathan T. and Bouaziz, Sofien and Goldman, Dan B and Seitz, Steven M. and Martin-Brualla, Ricardo},
title = {Nerfies: Deformable Neural Radiance Fields},
journal = {ICCV},
year = {2021},
@misc{bösiger2024marinerenhancingnovelviews,
title={MaRINeR: Enhancing Novel Views by Matching Rendered Images with Nearby References},
author={Lukas Bösiger and Mihai Dusmanu and Marc Pollefeys and Zuria Bauer},
year={2024},
eprint={2407.13745},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2407.13745},
}
```

# Website License
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />
This website uses source code originally from [Nerfies](https://github.com/nerfies/nerfies.github.io), licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
36 changes: 21 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,24 +81,24 @@ <h1 class="title is-1 publication-title">MaRINeR: Enhancing Novel Views by Match
<div class="column has-text-centered">
<div class="publication-links">
<!-- PDF Link. -->
<!-- <span class="link-block">
<a
<span class="link-block">
<a href="https://arxiv.org/pdf/2407.13745"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span> -->
<!-- <span class="link-block">
<a
</span>
<span class="link-block">
<a href="https://arxiv.org/abs/2407.13745"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
<span>arXiv</span>
</a>
</span> -->
</span>
<!-- Video Link. -->
<!-- <span class="link-block">
<a
Expand Down Expand Up @@ -301,6 +301,21 @@ <h2 class="title is-3">Pipeline</h2>
</div>
</section>

<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>@misc{bösiger2024marinerenhancingnovelviews,
title={MaRINeR: Enhancing Novel Views by Matching Rendered Images with Nearby References},
author={Lukas Bösiger and Mihai Dusmanu and Marc Pollefeys and Zuria Bauer},
year={2024},
eprint={2407.13745},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2407.13745},
}</code></pre>
</div>
</section>

<!-- Paper video. -->
<!-- <div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
Expand All @@ -321,15 +336,6 @@ <h2 class="title is-3">Video</h2>

<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<!-- <a class="icon-link"
>
<i class="fas fa-file-pdf"></i>
</a> -->
<a class="icon-link" href="https://github.com/boelukas/" class="external-link" disabled>
<i class="fab fa-github"></i>
</a>
</div>
<div class="columns is-centered">
<div class="column is-8">
<div class="content">
Expand Down

0 comments on commit 5187d44

Please sign in to comment.