Spaces:
Running
Running
adaptive
Browse files- static/js/index.js +4 -2
static/js/index.js
CHANGED
|
@@ -92,10 +92,12 @@ $(document).ready(function() {
|
|
| 92 |
preloadInterpolationImages();
|
| 93 |
|
| 94 |
$('.interpolation-slider').on('input', function(event) {
|
| 95 |
-
console.log(this.name)
|
| 96 |
setInterpolationImage(this.name, this.value);
|
| 97 |
});
|
| 98 |
-
setInterpolationImage(0);
|
|
|
|
|
|
|
|
|
|
| 99 |
$('.interpolation-slider').prop('max', NUM_INTERP_FRAMES - 1);
|
| 100 |
|
| 101 |
bulmaSlider.attach();
|
|
|
|
| 92 |
preloadInterpolationImages();
|
| 93 |
|
| 94 |
$('.interpolation-slider').on('input', function(event) {
|
|
|
|
| 95 |
setInterpolationImage(this.name, this.value);
|
| 96 |
});
|
| 97 |
+
setInterpolationImage('c10', 0);
|
| 98 |
+
// setInterpolationImage('c100', 0);
|
| 99 |
+
setInterpolationImage('imgnet', 0);
|
| 100 |
+
|
| 101 |
$('.interpolation-slider').prop('max', NUM_INTERP_FRAMES - 1);
|
| 102 |
|
| 103 |
bulmaSlider.attach();
|