Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
rizavelioglu committed Apr 22, 2024
1 parent 6391e45 commit c821b80
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ _site
.jekyll-metadata
vendor

.idea/
notebooks/
src/
.idea/
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Website of FashionFail

To build the site locally:
```bash
jekyll new . --force
bundle exec jekyll serve --livereload
```
23 changes: 5 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1 class="title is-1 publication-title">FashionFail: Addressing Failure Cases i
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href="https://arxiv.org/pdf/"
<a href="https://arxiv.org/pdf/2404.08582.pdf"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand All @@ -76,7 +76,7 @@ <h1 class="title is-1 publication-title">FashionFail: Addressing Failure Cases i
</a>
</span>
<span class="link-block">
<a href="https://arxiv.org/abs/"
<a href="https://arxiv.org/abs/2404.08582"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
Expand All @@ -86,12 +86,12 @@ <h1 class="title is-1 publication-title">FashionFail: Addressing Failure Cases i
</span>
<!-- Video Link. -->
<span class="link-block">
<a href="https://www.youtube.com/watch?v=MrKrnHhk8IA"
<a href=""
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
<span>Video</span>
<span>Video (coming soon)</span>
</a>
</span>
<!-- Code Link. -->
Expand Down Expand Up @@ -278,20 +278,7 @@ <h2 class="title is-3">Related Links</h2>

<div class="content has-text-justified">
<p>
There's a lot of excellent work that was introduced around the same time as ours.
</p>
<p>
<a href="https://arxiv.org/abs/2104.09125">Progressive Encoding for Neural Optimization</a> introduces an idea similar to our windowed position encoding for coarse-to-fine optimization.
</p>
<p>
<a href="https://www.albertpumarola.com/research/D-NeRF/index.html">D-NeRF</a> and <a href="https://gvv.mpi-inf.mpg.de/projects/nonrigid_nerf/">NR-NeRF</a>
both use deformation fields to model non-rigid scenes.
</p>
<p>
Some works model videos with a NeRF by directly modulating the density, such as <a href="https://video-nerf.github.io/">Video-NeRF</a>, <a href="https://www.cs.cornell.edu/~zl548/NSFF/">NSFF</a>, and <a href="https://neural-3d-video.github.io/">DyNeRF</a>
</p>
<p>
There are probably many more by the time you are reading this. Check out <a href="https://dellaert.github.io/NeRF/">Frank Dellart's survey on recent NeRF papers</a>, and <a href="https://github.com/yenchenlin/awesome-NeRF">Yen-Chen Lin's curated list of NeRF papers</a>.
...
</p>
</div>
</div>
Expand Down

0 comments on commit c821b80

Please sign in to comment.