Skip to content

Commit

Permalink
nuvo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarron committed Jul 8, 2024
1 parent cfa1f93 commit 6cd89ed
Showing 1 changed file with 46 additions and 45 deletions.
91 changes: 46 additions & 45 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,52 @@ <h2>Research</h2>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>


<tr onmouseout="nuvo_stop()" onmouseover="nuvo_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='nuvo_image'><video width=100% muted autoplay loop>
<source src="images/nuvo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='images/nuvo.jpg' width=100%>
</div>
<script type="text/javascript">
function nuvo_start() {
document.getElementById('nuvo_image').style.opacity = "1";
}

function nuvo_stop() {
document.getElementById('nuvo_image').style.opacity = "0";
}
nuvo_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://pratulsrinivasan.github.io/nuvo/">
<span class="papertitle">Nuvo: Neural UV Mapping for Unruly 3D Representations</span>
</a>
<br>
<a href="https://pratulsrinivasan.github.io/">Pratul Srinivasan</a>,
<a href="http://stephangarbin.com/">Stephan J. Garbin</a>,
<a href="https://dorverbin.github.io/">Dor Verbin</a>,
<strong>Jonathan T. Barron</strong>,
<a href="https://bmild.github.io/">Ben Mildenhall</a>
<br>
<em>ECCV</em>, 2024
<br>
<a href="https://pratulsrinivasan.github.io/nuvo/">project page</a>
/
<a href="https://www.youtube.com/watch?v=hmJiOSTDQZI">video</a>
/
<a href="http://arxiv.org/abs/2312.05283">arXiv</a>
<p></p>
<p>
Neural fields let you recover editable UV mappings for the challenging geometries produced by NeRF-like models.
</p>
</td>
</tr>


<tr onmouseout="cat3d_stop()" onmouseover="cat3d_start()" bgcolor="#ffffd0">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
Expand Down Expand Up @@ -202,51 +248,6 @@ <h2>Research</h2>
</tr>


<tr onmouseout="nuvo_stop()" onmouseover="nuvo_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='nuvo_image'><video width=100% muted autoplay loop>
<source src="images/nuvo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='images/nuvo.jpg' width=100%>
</div>
<script type="text/javascript">
function nuvo_start() {
document.getElementById('nuvo_image').style.opacity = "1";
}

function nuvo_stop() {
document.getElementById('nuvo_image').style.opacity = "0";
}
nuvo_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://pratulsrinivasan.github.io/nuvo/">
<span class="papertitle">Nuvo: Neural UV Mapping for Unruly 3D Representations</span>
</a>
<br>
<a href="https://pratulsrinivasan.github.io/">Pratul Srinivasan</a>,
<a href="http://stephangarbin.com/">Stephan J. Garbin</a>,
<a href="https://dorverbin.github.io/">Dor Verbin</a>,
<strong>Jonathan T. Barron</strong>,
<a href="https://bmild.github.io/">Ben Mildenhall</a>
<br>
<em>arXiv</em>, 2023
<br>
<a href="https://pratulsrinivasan.github.io/nuvo/">project page</a>
/
<a href="https://www.youtube.com/watch?v=hmJiOSTDQZI">video</a>
/
<a href="http://arxiv.org/abs/2312.05283">arXiv</a>
<p></p>
<p>
Neural fields let you recover editable UV mappings for the challenging geometries produced by NeRF-like models.
</p>
</td>
</tr>


<tr onmouseout="internerf_stop()" onmouseover="internerf_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
Expand Down

0 comments on commit 6cd89ed

Please sign in to comment.