Skip to content

Commit

Permalink
Merge branch 'gh-pages' of https://github.com/TIGER-AI-Lab/UniV2V int…
Browse files Browse the repository at this point in the history
…o gh-pages
  • Loading branch information
lim142857 committed Mar 17, 2024
2 parents 422e53b + e2af51d commit 0dbeb4d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1 class="title is-1 publication-title"> UniV2V: A Unified Framework for Video-
<span class="author-block">
<sup>♠️</sup>University of Waterloo,
<sup></sup>Vector Institute,
<sup></sup>Microsoft Research
<sup></sup>Harmony.AI
</span>
<br>
<span class="author-block"><small>*Equal contribution, 'Leading author</small></span>
Expand Down Expand Up @@ -140,6 +140,10 @@ <h2 class="subtitle">

<section class="hero is-light is-small">
<div class="container">
<video style="display: block; margin: auto; max-height: 35vh;" poster="" id="" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/old_man/src.mp4"
type="video/mp4">
</video>
<video poster="" id="" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/old_man/row1.mp4"
type="video/mp4">
Expand Down Expand Up @@ -224,13 +228,13 @@ <h2 class="title is-3">Subject Driven Editing</h2>
<p>
UniV2V works well in subject-driven editing tasks, where the user can specify the subject to be edited. The model can generate high-quality results with the subject being edited while maintaining the background.
</p>
Token refernce (only 1 image):
Subject refernce (only 1 image):
<img src="./static//videos/subject_driven/v-car.png" width="33%" alt="style_1" />
<video id="" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/subject_driven/row1.mp4"
type="video/mp4">
</video>
Token refernce (only 1 image):
Subject refernce (only 1 image):
<img src="./static//videos/subject_driven/v-dog.jpg" width="33%" alt="style_1" />
<video id="" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/subject_driven/row2.mp4"
Expand Down Expand Up @@ -264,7 +268,7 @@ <h2 class="title is-3">Identity Manipulation</h2>
<div class="columns is-centered">
<div class="column content">
<p>
UniV2V can perfrom identity manipulation tasks based on InstantID, while such applications are not possible for existing methods.
UniV2V can perform identity manipulation tasks based on InstantID, while such applications are not possible for existing methods.
</p>
<img src="./static//videos/id/wenhu.jpg" width="50%" alt="" /><img src="./static//videos/id/instantid_wenhu.png" width="50%" alt="" />
<video id="" autoplay controls muted loop playsinline height="100%">
Expand Down
Binary file modified static/videos/old_man/row1.mp4
Binary file not shown.
Binary file added static/videos/old_man/row1_old.mp4
Binary file not shown.
Binary file added static/videos/old_man/src.mp4
Binary file not shown.

0 comments on commit 0dbeb4d

Please sign in to comment.