allenhzy commited on
Commit
bffd14d
·
1 Parent(s): 870cc69
Files changed (1) hide show
  1. index.html +23 -9
index.html CHANGED
@@ -472,18 +472,32 @@
472
  </div>
473
  </div>
474
 
475
-
476
  <div class="columns is-centered">
477
- <div class="column">
478
- <div class="content">
479
- <h2 class="title is-4">Performance against Adaptive Attacks</h2>
 
 
 
 
 
 
 
 
480
  </div>
481
- <div class="column">
482
- <div class="content">
483
- <h2 class="title is-4">Contribution of Representation Similarity & Label Con-
484
- sistency against Adaptive Attacks</h2>
 
 
 
 
 
 
485
  </div>
486
- </div>
 
487
 
488
  </div>
489
  </div>
 
472
  </div>
473
  </div>
474
 
 
475
  <div class="columns is-centered">
476
+ <div class="column is-full-width">
477
+ <h2 class="title is-4">Performance of BEYOND against Adaptive Attacks</h2>
478
+
479
+ <!-- Interpolating. -->
480
+ <h3 class="title is-4">Interpolating states</h3>
481
+ <div class="content has-text-justified">
482
+ <p>
483
+ We can also animate the scene by interpolating the deformation latent codes of two input
484
+ frames. Use the slider here to linearly interpolate between the left frame and the right
485
+ frame.
486
+ </p>
487
  </div>
488
+ <div class="columns is-vcentered interpolation-panel">
489
+
490
+ <div class="column interpolation-video-column">
491
+ <div id="interpolation-image-wrapper">
492
+ Loading...
493
+ </div>
494
+ <input class="slider is-fullwidth is-large is-info"
495
+ id="interpolation-slider"
496
+ step="1" min="0" max="100" value="0" type="range">
497
+ </div>
498
  </div>
499
+ <br/>
500
+
501
 
502
  </div>
503
  </div>