Skip to content

Commit

Permalink
fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gynjn committed Apr 7, 2024
1 parent 4f28a7e commit 0edda7c
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 21 deletions.
43 changes: 24 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,23 +92,16 @@ <h1 class="title is-1 publication-title">CodecNeRF: Toward Fast Encoding and Dec

<section class="hero is-light is-small">
<div class="hero-body">
<div class="container-large">
<div class="container">
<div class=" has-text-centered">
<h2 class="title is-3">PLZ Choose one Upper or Lower</h2>
<h2 class="title is-3">Performance Comparison on Objaverse Dataset</h2>
<div id="results-carousel" class="carousel results-carousel">
<div class="item item-steve">
<video poster="" id="steve" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/t2.mp4"
<source src="./static/videos/t1.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-chair-tp">
<video poster="" id="chair-tp" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/t2.mp4"
type="video/mp4">
</video>
</div>
</div>
<div class="item item-shiba">
<video poster="" id="shiba" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/t2.mp4"
Expand All @@ -117,16 +110,28 @@ <h2 class="title is-3">Performance Comparison on Objaverse Dataset</h2>
</div>
<div class="item item-fullbody">
<video poster="" id="fullbody" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/t2.mp4"
<source src="./static/videos/t3.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-blueshirt">
<video poster="" id="blueshirt" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/t2.mp4"
<source src="./static/videos/t4.mp4"
type="video/mp4">
</video>
</div>
</div>
<div class="item item-blueshirt">
<video poster="" id="blueshirt" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/t5.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-blueshirt">
<video poster="" id="blueshirt" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/t6.mp4"
type="video/mp4">
</video>
</div>
</div>
</div>
</div>
Expand All @@ -140,37 +145,37 @@ <h2 class="title is-3">Performance Comparison on ShapeNet Dataset</h2>
<div id="results-carousel" class="carousel results-carousel">
<div class="item item-steve">
<video poster="" id="steve" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/t200.mp4"
<source src="./static/videos/c1.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-chair-tp">
<video poster="" id="chair-tp" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/t200.mp4"
<source src="./static/videos/cc1.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-shiba">
<video poster="" id="shiba" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/t200.mp4"
<source src="./static/videos/c2.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-fullbody">
<video poster="" id="fullbody" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/t200.mp4"
<source src="./static/videos/cc2.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-toby">
<video poster="" id="toby" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/t200.mp4"
<source src="./static/videos/c3.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-toby">
<video poster="" id="toby" autoplay controls muted loop playsinline height="100%">
<source src="./static/videos/t200.mp4"
<source src="./static/videos/cc3.mp4"
type="video/mp4">
</video>
</div>
Expand Down
5 changes: 3 additions & 2 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,10 @@ body {
} */

.results-carousel .item {
margin: 5px;
margin: 7px;
overflow: hidden;
border: 10px solid #FFFFFF;
border: 5px solid #FFFFFF;
outline: 3px solid #bbb;
border-radius: 10px;
padding: 0;
font-size: 0;
Expand Down
Binary file added static/videos/c1.mp4
Binary file not shown.
Binary file added static/videos/c2.mp4
Binary file not shown.
Binary file added static/videos/c3.mp4
Binary file not shown.
Binary file removed static/videos/car1.mp4
Binary file not shown.
Binary file removed static/videos/car2.mp4
Binary file not shown.
Binary file removed static/videos/car3.mp4
Binary file not shown.
Binary file added static/videos/cc1.mp4
Binary file not shown.
Binary file added static/videos/cc2.mp4
Binary file not shown.
Binary file added static/videos/cc3.mp4
Binary file not shown.
Binary file removed static/videos/chair1.mp4
Binary file not shown.
Binary file removed static/videos/chair2.mp4
Binary file not shown.
Binary file removed static/videos/chair3.mp4
Binary file not shown.
Binary file removed static/videos/obj1.mp4
Binary file not shown.
Binary file removed static/videos/objaverse11.mp4
Binary file not shown.
Binary file removed static/videos/objaverse22.mp4
Binary file not shown.
Binary file removed static/videos/objaverse33.mp4
Binary file not shown.
Binary file removed static/videos/objaverse44.mp4
Binary file not shown.
Binary file removed static/videos/objaverse55.mp4
Binary file not shown.
Binary file modified static/videos/t1.mp4
Binary file not shown.
Binary file modified static/videos/t2.mp4
Binary file not shown.
Binary file removed static/videos/t200.mp4
Binary file not shown.
Binary file added static/videos/t3.mp4
Binary file not shown.
Binary file added static/videos/t4.mp4
Binary file not shown.
Binary file added static/videos/t5.mp4
Binary file not shown.
Binary file added static/videos/t6.mp4
Binary file not shown.

0 comments on commit 0edda7c

Please sign in to comment.