Skip to content

Commit

Permalink
Update titok.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yucornetto committed Jun 11, 2024
1 parent dae78b2 commit a3aaa41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/titok.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,12 @@ <h2 class="title is-3"> Visualization</h2>
<div class="columns is-centered ">
<div class="column is-full-width">
<div class="column is-centered ">
<center>
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/images/recon_w_model_size_num_token_animate.mp4"
type="video/mp4">
</video>
</center>
<h2 class="subtitle has-text-centered">
We experiment with different number of latent tokens and tokenizer model size, finding that <b>scaling the tokenizer size is a promising pathway towards compact image latent representation.</b>
</h2>
Expand All @@ -337,10 +339,12 @@ <h2 class="subtitle has-text-centered">
<!-- <img src="./static/images/random_vis_l32.png"
class="random-vis-image"
alt="random vis image."/> -->
<center>
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/images/gen_vis_random_animate.mp4"
type="video/mp4">
</video>
</center>
<h2 class="subtitle has-text-centered">
Visualization on the generated samples with TiTok-L-32.
</h2>
Expand Down

0 comments on commit a3aaa41

Please sign in to comment.