Skip to content

Commit

Permalink
removed extra comments in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jr4fs authored Jun 21, 2024
1 parent f0cf9c9 commit 5957b9b
Showing 1 changed file with 0 additions and 74 deletions.
74 changes: 0 additions & 74 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,36 +52,6 @@
<span aria-hidden="true"></span>
</a>
</div>
<!-- <div class="navbar-menu">
<div class="navbar-start" style="flex-grow: 1; justify-content: center;">
<a class="navbar-item" href="https://keunhong.com">
<span class="icon">
<i class="fas fa-home"></i>
</span>
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
More Research
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://hypernerf.github.io">
HyperNeRF
</a>
<a class="navbar-item" href="https://nerfies.github.io">
Nerfies
</a>
<a class="navbar-item" href="https://latentfusion.github.io">
LatentFusion
</a>
<a class="navbar-item" href="https://photoshape.github.io">
PhotoShape
</a>
</div>
</div>
</div>
</div> -->
</nav>


Expand Down Expand Up @@ -141,17 +111,6 @@ <h1 class="title is-1 publication-title"><tt>OATH-Frames</tt>: Characterizing On
<span>Paper (Coming Soon)</span>
</a>
</span>
<!-- <span class="link-block">
<a href="https://dill-lab.github.io/"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
<span>arXiv (Coming Soon)</span>
</a>
</span> -->
<!-- Video Link. -->
<!-- Code Link. -->
<span class="link-block">
<a href="https://github.com/dill-lab/oath-frames"
class="external-link button is-normal is-rounded is-dark">
Expand Down Expand Up @@ -216,52 +175,19 @@ <h2 class="title is-3">Snapshot of</span> <span style="font-size:30px; font-fami
</section>


<!-- <section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<img src="./static/images/pipeline.png" alt="pipeline", width="400">
<figcaption> We prompt GPT-4 with OATH-Frames and their corresponding definitions where we use the
predicted frames and corresponding generated chains-of-thought to clarify the definitions in our
prompt and validate against a set of expert annotated posts following prior works.
Using our refined prompt, we generate predictions of OATH-Frames on a set of 4.1k posts and experts
verify the predictions while kicking out frames that do not belong.
}</figcaption>
</div>
</div>
</section> -->





<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>
TBA
<!-- @article{park2021nerfies,
author = {Park, Keunhong and Sinha, Utkarsh and Barron, Jonathan T. and Bouaziz, Sofien and Goldman, Dan B and Seitz, Steven M. and Martin-Brualla, Ricardo},
title = {Nerfies: Deformable Neural Radiance Fields},
journal = {ICCV},
year = {2021},
} -->

</code></pre>
</div>
</section>


<footer class="footer">
<div class="container">
<!-- <div class="content has-text-centered">
<a class="icon-link"
href="./static/videos/nerfies_paper.pdf">
<i class="fas fa-file-pdf"></i>
</a>
<a class="icon-link" href="https://github.com/brihijoshi" class="external-link" disabled>
<i class="fab fa-github"></i>
</a>
</div> -->
<div class="columns is-centered">
<div class="column is-8">
<div class="content">
Expand Down

0 comments on commit 5957b9b

Please sign in to comment.