Skip to content

Commit

Permalink
message
Browse files Browse the repository at this point in the history
  • Loading branch information
hg-chung committed Apr 13, 2024
1 parent 58bd347 commit 6c8414f
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h2 class="title has-text-centered">Novel View Synthesis of Multi-view Multi-lig
</div>
<div class="item">
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/videos/nvs_reading_1.mp4"
<source src="./static/videos/nvs_cow_1.mp4"
type="video/mp4">
</video>
</div>
Expand All @@ -300,13 +300,13 @@ <h2 class="title has-text-centered">Novel View Synthesis of Multi-view Multi-lig
</div>
<div class="item">
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/videos/nvs_cow_1.mp4"
<source src="./static/videos/nvs_bear_1.mp4"
type="video/mp4">
</video>
</div>
<div class="item">
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/videos/nvs_bear_1.mp4"
<source src="./static/videos/nvs_reading_1.mp4"
type="video/mp4">
</video>
</div>
Expand All @@ -325,31 +325,31 @@ <h2 class="title is-3">Relighting of Multi-view Multi-light Dataset</h2>
<div id="results-carousel" class="carousel results-carousel">
<div class="item">
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/videos/nvs_relighting_horse.mp4"
<source src="./static/videos/all_relighting_buddha_1.mp4"
type="video/mp4">
</video>
</div>
<div class="item">
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/videos/nvs_relighting_dragon.mp4"
<source src="./static/videos/all_relighting_cow_1.mp4"
type="video/mp4">
</video>
</div>
<div class="item">
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/videos/nvs_relighting_head.mp4"
<source src="./static/videos/all_relighting_pot2_1.mp4"
type="video/mp4">
</video>
</div>
<div class="item">
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/videos/nvs_relighting_maneki.mp4"
<source src="./static/videos/all_relighting_bear_1.mp4"
type="video/mp4">
</video>
</div>
<div class="item">
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="./static/videos/nvs_relighting_maneki.mp4"
<source src="./static/videos/all_relighting_reading_1.mp4"
type="video/mp4">
</video>
</div>
Expand Down
2 changes: 1 addition & 1 deletion static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ body {
margin: 0;
}
.results-carousel .item.active {
display: block; /* 활성 아이템만 표시 */
display: block;
}


Expand Down
Binary file added static/videos/all_relighting_bear_1.mp4
Binary file not shown.
Binary file added static/videos/all_relighting_buddha_1.mp4
Binary file not shown.
Binary file added static/videos/all_relighting_cow_1.mp4
Binary file not shown.
Binary file added static/videos/all_relighting_pot2_1.mp4
Binary file not shown.
Binary file added static/videos/all_relighting_reading_1.mp4
Binary file not shown.
Binary file modified static/videos/nvs_bear_1.mp4
Binary file not shown.
Binary file modified static/videos/nvs_buddha_1.mp4
Binary file not shown.
Binary file modified static/videos/nvs_cow_1.mp4
Binary file not shown.
Binary file modified static/videos/nvs_pot2_1.mp4
Binary file not shown.
Binary file modified static/videos/nvs_reading_1.mp4
Binary file not shown.
Binary file removed static/videos/relighting_bear_1.mp4
Binary file not shown.
Binary file removed static/videos/relighting_buddha_1.mp4
Binary file not shown.
Binary file removed static/videos/relighting_cow_1.mp4
Binary file not shown.
Binary file removed static/videos/relighting_pot2_1.mp4
Binary file not shown.
Binary file removed static/videos/relighting_reading_1.mp4
Binary file not shown.

0 comments on commit 6c8414f

Please sign in to comment.