Skip to content

Commit

Permalink
video test
Browse files Browse the repository at this point in the history
  • Loading branch information
mfischer-ucl committed May 16, 2024
1 parent 1a2e70e commit 694805d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
1 change: 0 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 5 additions & 11 deletions _pages/nerf_analogies.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ margin-bottom: 10px;
text-align: center;
flex: 1;
max-width: 20%;
box-sizing: border-box; /* Ensure padding and borders are included */
}

.NAvideo-container video {
Expand All @@ -102,6 +103,9 @@ margin-bottom: 10px;
margin-top: 50px;
max-height: 80%;
width: auto;
box-sizing: border-box; /* Ensure padding and borders are included */
margin: 0; /* Remove any default margin */
padding: 0; /* Remove any default padding */
}

.caption {
Expand Down Expand Up @@ -151,12 +155,6 @@ h2, h3, h4 {
height: auto;
}

hr.modern-gradient {
border: none;
height: 2px;
background-image: linear-gradient(to right, transparent, #000000, transparent);
}

video {
max-width: 100%;
height: auto;
Expand Down Expand Up @@ -190,10 +188,6 @@ video {
<br>
</div>

<!--<div style="display: flex; justify-content: center; align-items: center; margin-top: 2%">
<img src="/assets/images/prdpt/teaserImg1.png" style="width: 100%">
</div>-->

<div class="row" style="margin: 50px 0 50px 0">
<div style="display: inline;">
<ul style="list-style: none; text-align: center">
Expand Down Expand Up @@ -229,7 +223,7 @@ video {
</div>
</div>

<b>TL,DR:</b><br>
<b>TLDR:</b><br>
<p style="text-align: justify">
We investigate transferring the appearance from a source Neural Radiance Field (NeRF) to a target 3D geometry
in a semantically meaningful and multiview-consistent way by leveraging semantic correspondence from ViT features.
Expand Down

0 comments on commit 694805d

Please sign in to comment.