Skip to content

Commit

Permalink
fix: fix teaser
Browse files Browse the repository at this point in the history
  • Loading branch information
frallebini committed Apr 10, 2024
1 parent c984247 commit 9610d98
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Binary file modified clip2nerf/img/paper_ico.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified clip2nerf/img/teaser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions clip2nerf/img/teaser.svg

This file was deleted.

4 changes: 2 additions & 2 deletions clip2nerf/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">

<title>inr2vec</title>
<title>clip2nerf</title>

<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand Down Expand Up @@ -104,10 +104,10 @@ <h6><strong>(Coming soon)</strong></h6>
<h3>
Abstract
</h3>
<image src="img/teaser.svg" class="image_center_100" alt="Applications of our framework"></image>
<p class="text-justify">
Neural Radiance Fields (NeRFs) have emerged as a standard framework for representing 3D scenes and objects, introducing a novel data type for information exchange and storage. Concurrently, significant progress has been made in multimodal representation learning for text and image data. This paper explores a novel research direction that aims to connect the NeRF modality with other modalities, similar to established methodologies for images and text. To this end, we propose a simple framework that exploits pre-trained models for NeRF representations alongside multimodal models for text and image processing. Our framework learns a bidirectional mapping between NeRF embeddings and those obtained from corresponding images and text. This mapping unlocks several novel and useful applications, including NeRF zero-shot classification and NeRF retrieval from images or text.
</p>
<image src="img/teaser.png" class="image_center_100" alt="Applications of our framework"></image>
</div>
</div>

Expand Down

0 comments on commit 9610d98

Please sign in to comment.