diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f8e86dc..7f3bba8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,7 +7,6 @@ - diff --git a/_includes/stylefile.md b/_includes/stylefile.md index 98e2db2..aee0393 100644 --- a/_includes/stylefile.md +++ b/_includes/stylefile.md @@ -32,11 +32,6 @@ margin-bottom: 33px; } -.caption { - text-align: center; - margin-top: 5px; -} - .collapsible { background-color: #f1f1f1; color: #444; @@ -122,6 +117,17 @@ margin-bottom: 10px; max-width: 20%; /* Adjust this value based on your layout */ box-sizing: border-box; /* Ensure padding and borders are included */ padding: 0; /* Remove any default padding */ + display: flex; + flex-direction: column; + align-items: center; + justify-content: flex-start; +} + +.caption { + text-align: center; + margin-top: 5px; + max-width: 100%; /* Ensure the caption does not exceed the container width */ + word-wrap: break-word; /* Ensure long captions wrap within the container */ } .NAvideo-container video { diff --git a/_pages/nerf_analogies.md b/_pages/nerf_analogies.md index 8530c75..557923a 100644 --- a/_pages/nerf_analogies.md +++ b/_pages/nerf_analogies.md @@ -68,7 +68,7 @@ author_profile: false -TL;DR:
+TLDR:

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. diff --git a/_site/feed.xml b/_site/feed.xml index e9fd31a..351424a 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2024-05-16T09:19:11+01:00http://localhost:4000/feed.xmlMichael FischerMichael Fischer, PhD Student in AI and Computer Graphics at University College London (UCL).Michael FischerWelcome to Jekyll!2019-04-18T20:34:30+01:002019-04-18T20:34:30+01:00http://localhost:4000/blog/welcome-to-jekyll<p>You’ll find this post in your <code class="language-plaintext highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="language-plaintext highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p> +Jekyll2024-05-16T09:30:21+01:00http://localhost:4000/feed.xmlMichael FischerMichael Fischer, PhD Student in AI and Computer Graphics at University College London (UCL).Michael FischerWelcome to Jekyll!2019-04-18T20:34:30+01:002019-04-18T20:34:30+01:00http://localhost:4000/blog/welcome-to-jekyll<p>You’ll find this post in your <code class="language-plaintext highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="language-plaintext highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p> <p>To add new posts, simply add a file in the <code class="language-plaintext highlighter-rouge">_posts</code> directory that follows the convention <code class="language-plaintext highlighter-rouge">YYYY-MM-DD-name-of-post.ext</code> and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p> diff --git a/_site/index.html b/_site/index.html index b1fdb28..30fcd41 100644 --- a/_site/index.html +++ b/_site/index.html @@ -370,11 +370,6 @@

margin-bottom: 33px; } -.caption { - text-align: center; - margin-top: 5px; -} - .collapsible { background-color: #f1f1f1; color: #444; @@ -460,6 +455,17 @@

max-width: 20%; /* Adjust this value based on your layout */ box-sizing: border-box; /* Ensure padding and borders are included */ padding: 0; /* Remove any default padding */ + display: flex; + flex-direction: column; + align-items: center; + justify-content: flex-start; +} + +.caption { + text-align: center; + margin-top: 5px; + max-width: 100%; /* Ensure the caption does not exceed the container width */ + word-wrap: break-word; /* Ensure long captions wrap within the container */ } .NAvideo-container video { diff --git a/_site/metappearance/index.html b/_site/metappearance/index.html index 4624632..5471451 100644 --- a/_site/metappearance/index.html +++ b/_site/metappearance/index.html @@ -217,11 +217,6 @@ margin-bottom: 33px; } -.caption { - text-align: center; - margin-top: 5px; -} - .collapsible { background-color: #f1f1f1; color: #444; @@ -307,6 +302,17 @@ max-width: 20%; /* Adjust this value based on your layout */ box-sizing: border-box; /* Ensure padding and borders are included */ padding: 0; /* Remove any default padding */ + display: flex; + flex-direction: column; + align-items: center; + justify-content: flex-start; +} + +.caption { + text-align: center; + margin-top: 5px; + max-width: 100%; /* Ensure the caption does not exceed the container width */ + word-wrap: break-word; /* Ensure long captions wrap within the container */ } .NAvideo-container video { diff --git a/_site/nerf_analogies/index.html b/_site/nerf_analogies/index.html index b568af5..5fdb933 100644 --- a/_site/nerf_analogies/index.html +++ b/_site/nerf_analogies/index.html @@ -217,11 +217,6 @@ margin-bottom: 33px; } -.caption { - text-align: center; - margin-top: 5px; -} - .collapsible { background-color: #f1f1f1; color: #444; @@ -307,6 +302,17 @@ max-width: 20%; /* Adjust this value based on your layout */ box-sizing: border-box; /* Ensure padding and borders are included */ padding: 0; /* Remove any default padding */ + display: flex; + flex-direction: column; + align-items: center; + justify-content: flex-start; +} + +.caption { + text-align: center; + margin-top: 5px; + max-width: 100%; /* Ensure the caption does not exceed the container width */ + word-wrap: break-word; /* Ensure long captions wrap within the container */ } .NAvideo-container video { @@ -513,7 +519,7 @@

Supplemental

-TL;DR:
+TLDR:

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. diff --git a/_site/prdpt/index.html b/_site/prdpt/index.html index 2bc366d..fca41ca 100644 --- a/_site/prdpt/index.html +++ b/_site/prdpt/index.html @@ -217,11 +217,6 @@ margin-bottom: 33px; } -.caption { - text-align: center; - margin-top: 5px; -} - .collapsible { background-color: #f1f1f1; color: #444; @@ -307,6 +302,17 @@ max-width: 20%; /* Adjust this value based on your layout */ box-sizing: border-box; /* Ensure padding and borders are included */ padding: 0; /* Remove any default padding */ + display: flex; + flex-direction: column; + align-items: center; + justify-content: flex-start; +} + +.caption { + text-align: center; + margin-top: 5px; + max-width: 100%; /* Ensure the caption does not exceed the container width */ + word-wrap: break-word; /* Ensure long captions wrap within the container */ } .NAvideo-container video { diff --git a/_site/subsite/index.html b/_site/subsite/index.html index 3621487..7a71527 100644 --- a/_site/subsite/index.html +++ b/_site/subsite/index.html @@ -220,11 +220,6 @@

margin-bottom: 33px; } -.caption { - text-align: center; - margin-top: 5px; -} - .collapsible { background-color: #f1f1f1; color: #444; @@ -310,6 +305,17 @@

max-width: 20%; /* Adjust this value based on your layout */ box-sizing: border-box; /* Ensure padding and borders are included */ padding: 0; /* Remove any default padding */ + display: flex; + flex-direction: column; + align-items: center; + justify-content: flex-start; +} + +.caption { + text-align: center; + margin-top: 5px; + max-width: 100%; /* Ensure the caption does not exceed the container width */ + word-wrap: break-word; /* Ensure long captions wrap within the container */ } .NAvideo-container video { diff --git a/_site/zerograds/index.html b/_site/zerograds/index.html index 4b39b2c..1e69a60 100644 --- a/_site/zerograds/index.html +++ b/_site/zerograds/index.html @@ -217,11 +217,6 @@ margin-bottom: 33px; } -.caption { - text-align: center; - margin-top: 5px; -} - .collapsible { background-color: #f1f1f1; color: #444; @@ -307,6 +302,17 @@ max-width: 20%; /* Adjust this value based on your layout */ box-sizing: border-box; /* Ensure padding and borders are included */ padding: 0; /* Remove any default padding */ + display: flex; + flex-direction: column; + align-items: center; + justify-content: flex-start; +} + +.caption { + text-align: center; + margin-top: 5px; + max-width: 100%; /* Ensure the caption does not exceed the container width */ + word-wrap: break-word; /* Ensure long captions wrap within the container */ } .NAvideo-container video {