Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
r4dl committed Dec 15, 2023
1 parent 8ba22fd commit 8bd8b12
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,26 +119,15 @@
<html>
<head>
<title>Analyzing the Internals of Neural Radiance Fields</title>
<meta property="og:image" content="Path to my teaser.png"/> <!-- Facebook automatically scrapes this. Go to https://developers.facebook.com/tools/debug/ if you update and want to force Facebook to rescrape. -->
<meta property="og:image" content="resources/teaser.png"/> <!-- Facebook automatically scrapes this. Go to https://developers.facebook.com/tools/debug/ if you update and want to force Facebook to rescrape. -->
<meta property="og:title" content="Analyzing the Internals of Neural Radiance Fields." />
<meta property="og:description" content="We proposed a novel method to obtain a approximation of density along a ray using intermediate activations." />

<!-- Get from Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src=""></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-75863369-6');
</script>
<meta property="og:description" content="We propose a novel method to obtain a approximation of density along a ray using intermediate activations." />
</head>

<body>
<br>
<center>
<span style="font-size:36px; font-family: Ubuntu;">Analyzing the Internals of Neural Radiance Fields</span><br>
<span style="font-size:36px;">Analyzing the Internals of Neural Radiance Fields</span><br>
<span style="font-size:12px">We propose a novel approach for approximating a weight distribution from the activations of trained NeRFs.</span><br>
<hr>
<table align=center width=600px>
Expand Down Expand Up @@ -289,7 +278,7 @@
<td><a href=""><img class="layered-paper-big" style="height:175px" src="./resources/paper_screenshots/Screenshot%20from%202023-05-26%2013-41-50.png"/></a></td>
<td><span style="font-size:16pt">Lukas Radl, Andreas Kurz, Markus Steinberger.<br>
<b>Analyzing the Internals of Neural Radiance Fields.</b><br>
arXiv preprint arXiv:2306-00696, <br> 2023.<br>
arXiv preprint arXiv:2306.00696, <br> 2023.<br>
(hosted on <a href="https://arxiv.org/pdf/2306.00696.pdf">arXiv</a>)<br>
</td>
</tr>
Expand Down

0 comments on commit 8bd8b12

Please sign in to comment.