Skip to content

Commit

Permalink
feat: image resize
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanebla committed Apr 30, 2024
1 parent 650abd5 commit 247969f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
Binary file added assets/motivation-left.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 13 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
<div class="header">
<h1>SATO: Stable Text-to-Motion Framework</h1>
<div class="author">
<a href="https://github.com/shurdy123">Wenshuo Chen*</a>
<a href="https://github.com/Hongru0306">Hongru Xiao*</a>
<a href="https://github.com/zhangerhang">Erhang Zhang*</a>
<a href="https://sites.google.com/view/lijiehu/homepage">Lijie Hu</a>
<a href="https://leiwangr.github.io/ ">Lei Wang</a>
<a href="https://www.semanticscholar.org/author/Mengyuan-Liu/47842072">Mengyuan Liu</a>
<a href="https://github.com/shurdy123">Wenshuo Chen*, </a>
<a href="https://github.com/Hongru0306">Hongru Xiao*, </a>
<a href="https://github.com/zhangerhang">Erhang Zhang*, </a>
<a href="https://sites.google.com/view/lijiehu/homepage">Lijie Hu, </a>
<a href="https://leiwangr.github.io/ ">Lei Wang, </a>
<a href="https://www.semanticscholar.org/author/Mengyuan-Liu/47842072">Mengyuan Liu, </a>
<a href="https://www.crcv.ucf.edu/chenchen/">Chen Chen</a>
</div>
<div class="linkButton">
<button onclick="window.location.href=''"><img src="./assets/Arxiv.png" alt="" width="16px"
style="margin-bottom: -3px;"> arXiv</button>
<button onclick="window.location.href=''"><img src=" ./assets/paper.png" alt="" width="16px"
style="margin-bottom: -3px;"> Paper</button>
<button onclick="window.open('https://github.com/sato-team/Stable-Text-to-motion-Framework')"><img
<button onclick="window.open('https://github.com/sato-team/Stable-Text-to-Motion-Framework')"><img
src="./assets/github.png" alt="" width="16px" style="margin-bottom: -3px;"> Code</button>
<button
onclick="window.open('https://drive.google.com/file/d/1TZx-mDGeRXyuCsfuz8_oJhjiye6FWsTh/view?usp=sharing')"><img
Expand Down Expand Up @@ -117,12 +117,14 @@ <h2>Motivation</h2>
<div style="display: flex; align-items: center; justify-items: center; margin: 0 auto;">
<div style="display: flex; align-items: center; justify-items: center; margin: 0 auto;">
<div style="display: inline;">
<img src="./assets/attention1.png" alt="" width="550px"">
<p style=" font-weight: 100; font-size: 16px; text-align: center;">JSD measures the difference between
vectors
<img src="./assets/motivation-left.jpg" alt="" width="550px"">
<p style=" font-weight: 100; font-size: 16px; text-align: center; margin-left: 45px;">JSD measures the
difference between
vectors, the smaller the better.
</p>
</div>
<img src="./assets/motivation_right.jpg" alt="" width="550px" style="margin-left: 40px;">
<!-- <img src="./assets/motivation_right.jpg" alt="" width="550px"> -->
<img src="./assets/motivation_right.jpg" alt="" width="550px" style="margin-left: 0px;">
</div>
</div>
<p style="margin-top: 10px;">The model's inconsistent outputs are accompanied by unstable
Expand Down

0 comments on commit 247969f

Please sign in to comment.