diff --git a/index.html b/index.html index 8e8a67a..3031180 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ - + @@ -76,7 +76,8 @@
-

Differentiable Point-based Inverse Rendering

+

Differentiable Point-based Inverse Rendering +

Hoon-Gyu Chung, @@ -150,10 +151,10 @@

Differentiable Point-based Inverse Rend
-
+
-

@@ -195,7 +196,7 @@

Video

- + / Paper video. -->

@@ -225,7 +226,7 @@

Differentiable Forward Rendering in DPIR

-
+ + + +
+
+
+
+

Novel View Synthesis of Multi-view Multi-light Dataset

+ +
+
+
+
- + +
+
+
+
+

Relighting of Multi-view Multi-light Dataset

+ +
+
+
+
+
+
+
+

Reconstruction Result of Photometric Dataset

+ +
+
+
+ + +

Applications

-
-
+
diff --git a/nvs_pot2_2.mp4 b/nvs_pot2_2.mp4 new file mode 100644 index 0000000..cab4727 Binary files /dev/null and b/nvs_pot2_2.mp4 differ diff --git a/static/css/index.css b/static/css/index.css index 21076ef..7fc1ad1 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -112,9 +112,14 @@ body { .results-carousel { overflow: hidden; + width: 100%; + display: block; + justify-content: center; + position: relative; } .results-carousel .item { + flex: 0 0 100%; margin: 5px; overflow: hidden; border: 1px solid #bbb; @@ -123,9 +128,12 @@ body { font-size: 0; } -.results-carousel video { +.results-carousel .video { margin: 0; } +.results-carousel .item.active { + display: block; /* 활성 아이템만 표시 */ +} .interpolation-panel { diff --git a/static/images/envmap_relighting.png b/static/images/envmap_relighting.png deleted file mode 100644 index 5114cfb..0000000 Binary files a/static/images/envmap_relighting.png and /dev/null differ diff --git a/static/images/envmap_relighting0.jpg b/static/images/envmap_relighting0.jpg new file mode 100644 index 0000000..94410d5 Binary files /dev/null and b/static/images/envmap_relighting0.jpg differ diff --git a/static/images/pipeline2.jpg b/static/images/pipeline2.jpg new file mode 100644 index 0000000..0e6e4ce Binary files /dev/null and b/static/images/pipeline2.jpg differ diff --git a/static/images/steve.webm b/static/images/steve.webm deleted file mode 100644 index 9017a1d..0000000 Binary files a/static/images/steve.webm and /dev/null differ diff --git a/static/js/index.js b/static/js/index.js index 8daed0c..f83629e 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -30,6 +30,15 @@ $(document).ready(function() { }); var options = { + slidesToScroll: 1, + slidesToShow: 1, + loop: true, + infinite: true, + autoplay: false, + autoplaySpeed: 3000, + } + + var options2 = { slidesToScroll: 1, slidesToShow: 3, loop: true, @@ -38,8 +47,10 @@ $(document).ready(function() { autoplaySpeed: 3000, } + // Initialize all div with carousel class var carousels = bulmaCarousel.attach('.carousel', options); + var carousels2 = bulmaCarousel.attach('.carousel2', options2); // Loop on each carousel initialized for(var i = 0; i < carousels.length; i++) { @@ -49,6 +60,13 @@ $(document).ready(function() { }); } + for(var i = 0; i < carousels2.length; i++) { + // Add listener to event + carousels2[i].on('before:show', state => { + console.log(state); + }); + } + // Access to bulmaCarousel instance of an element var element = document.querySelector('#my-element'); if (element && element.bulmaCarousel) { diff --git a/static/videos/nvs_bear_1.mp4 b/static/videos/nvs_bear_1.mp4 new file mode 100644 index 0000000..ac5ba57 Binary files /dev/null and b/static/videos/nvs_bear_1.mp4 differ diff --git a/static/videos/nvs_buddha_1.mp4 b/static/videos/nvs_buddha_1.mp4 new file mode 100644 index 0000000..f8415cc Binary files /dev/null and b/static/videos/nvs_buddha_1.mp4 differ diff --git a/static/videos/nvs_cow_1.mp4 b/static/videos/nvs_cow_1.mp4 new file mode 100644 index 0000000..459506d Binary files /dev/null and b/static/videos/nvs_cow_1.mp4 differ diff --git a/static/videos/nvs_pot2_1.mp4 b/static/videos/nvs_pot2_1.mp4 new file mode 100644 index 0000000..6016cd2 Binary files /dev/null and b/static/videos/nvs_pot2_1.mp4 differ diff --git a/static/videos/nvs_reading_1.mp4 b/static/videos/nvs_reading_1.mp4 new file mode 100644 index 0000000..5e8eb1d Binary files /dev/null and b/static/videos/nvs_reading_1.mp4 differ diff --git a/static/videos/nvs_relighting.mp4 b/static/videos/nvs_relighting.mp4 deleted file mode 100644 index 3b12ace..0000000 Binary files a/static/videos/nvs_relighting.mp4 and /dev/null differ diff --git a/static/videos/nvs_relighting_dragon.mp4 b/static/videos/nvs_relighting_dragon.mp4 new file mode 100644 index 0000000..752ee84 Binary files /dev/null and b/static/videos/nvs_relighting_dragon.mp4 differ diff --git a/static/videos/nvs_relighting_head.mp4 b/static/videos/nvs_relighting_head.mp4 new file mode 100644 index 0000000..1847dbd Binary files /dev/null and b/static/videos/nvs_relighting_head.mp4 differ diff --git a/static/videos/nvs_relighting_horse.mp4 b/static/videos/nvs_relighting_horse.mp4 new file mode 100644 index 0000000..6b8c4de Binary files /dev/null and b/static/videos/nvs_relighting_horse.mp4 differ diff --git a/static/videos/nvs_relighting_maneki.mp4 b/static/videos/nvs_relighting_maneki.mp4 new file mode 100644 index 0000000..5424a32 Binary files /dev/null and b/static/videos/nvs_relighting_maneki.mp4 differ diff --git a/static/videos/relighting_bear_1.mp4 b/static/videos/relighting_bear_1.mp4 new file mode 100644 index 0000000..6f54402 Binary files /dev/null and b/static/videos/relighting_bear_1.mp4 differ diff --git a/static/videos/relighting_buddha_1.mp4 b/static/videos/relighting_buddha_1.mp4 new file mode 100644 index 0000000..919e651 Binary files /dev/null and b/static/videos/relighting_buddha_1.mp4 differ diff --git a/static/videos/relighting_cow_1.mp4 b/static/videos/relighting_cow_1.mp4 new file mode 100644 index 0000000..1c86d8f Binary files /dev/null and b/static/videos/relighting_cow_1.mp4 differ diff --git a/static/videos/relighting_pot2_1.mp4 b/static/videos/relighting_pot2_1.mp4 new file mode 100644 index 0000000..d92b7dd Binary files /dev/null and b/static/videos/relighting_pot2_1.mp4 differ diff --git a/static/videos/relighting_reading_1.mp4 b/static/videos/relighting_reading_1.mp4 new file mode 100644 index 0000000..5ae4e1d Binary files /dev/null and b/static/videos/relighting_reading_1.mp4 differ