Skip to content

Commit

Permalink
Fix videos and images.
Browse files Browse the repository at this point in the history
  • Loading branch information
keunhong committed Dec 17, 2022
1 parent 48aa464 commit 10de061
Show file tree
Hide file tree
Showing 263 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h1 class="title is-1 publication-title">Nerfies: Deformable Neural Radiance Fie
<div class="container is-max-desktop">
<div class="hero-body">
<video id="teaser" autoplay muted loop playsinline height="100%">
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/teaser.mp4"
<source src="./static/videos/teaser.mp4"
type="video/mp4">
</video>
<h2 class="subtitle has-text-centered">
Expand All @@ -198,49 +198,49 @@ <h2 class="subtitle has-text-centered">
<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="https://homes.cs.washington.edu/~kpar/nerfies/videos/steve.mp4"
<source src="./static/videos/steve.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="https://homes.cs.washington.edu/~kpar/nerfies/videos/chair-tp.mp4"
<source src="./static/videos/chair-tp.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-shiba">
<video poster="" id="shiba" autoplay controls muted loop playsinline height="100%">
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/shiba.mp4"
<source src="./static/videos/shiba.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-fullbody">
<video poster="" id="fullbody" autoplay controls muted loop playsinline height="100%">
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/fullbody.mp4"
<source src="./static/videos/fullbody.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-blueshirt">
<video poster="" id="blueshirt" autoplay controls muted loop playsinline height="100%">
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/blueshirt.mp4"
<source src="./static/videos/blueshirt.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-mask">
<video poster="" id="mask" autoplay controls muted loop playsinline height="100%">
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/mask.mp4"
<source src="./static/videos/mask.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-coffee">
<video poster="" id="coffee" autoplay controls muted loop playsinline height="100%">
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/coffee.mp4"
<source src="./static/videos/coffee.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-toby">
<video poster="" id="toby" autoplay controls muted loop playsinline height="100%">
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/toby2.mp4"
<source src="./static/videos/toby2.mp4"
type="video/mp4">
</video>
</div>
Expand Down Expand Up @@ -318,7 +318,7 @@ <h2 class="title is-3">Visual Effects</h2>
would be impossible without nerfies since it would require going through a wall.
</p>
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/dollyzoom-stacked.mp4"
<source src="./static/videos/dollyzoom-stacked.mp4"
type="video/mp4">
</video>
</div>
Expand All @@ -335,7 +335,7 @@ <h2 class="title is-3">Matting</h2>
samples that fall outside of a bounding box during rendering.
</p>
<video id="matting-video" controls playsinline height="100%">
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/matting.mp4"
<source src="./static/videos/matting.mp4"
type="video/mp4">
</video>
</div>
Expand All @@ -361,7 +361,7 @@ <h3 class="title is-4">Interpolating states</h3>
</div>
<div class="columns is-vcentered interpolation-panel">
<div class="column is-3 has-text-centered">
<img src="https://homes.cs.washington.edu/~kpar/nerfies/images/interpolate_start.jpg"
<img src="./static/images/interpolate_start.jpg"
class="interpolation-image"
alt="Interpolate start reference image."/>
<p>Start Frame</p>
Expand All @@ -375,7 +375,7 @@ <h3 class="title is-4">Interpolating states</h3>
step="1" min="0" max="100" value="0" type="range">
</div>
<div class="column is-3 has-text-centered">
<img src="https://homes.cs.washington.edu/~kpar/nerfies/images/interpolate_end.jpg"
<img src="./static/images/interpolate_end.jpg"
class="interpolation-image"
alt="Interpolation end reference image."/>
<p class="is-bold">End Frame</p>
Expand All @@ -399,7 +399,7 @@ <h3 class="title is-4">Re-rendering the input video</h3>
preload
playsinline
width="75%">
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/replay.mp4"
<source src="./static/videos/replay.mp4"
type="video/mp4">
</video>
</div>
Expand Down Expand Up @@ -458,7 +458,7 @@ <h2 class="title">BibTeX</h2>
<div class="container">
<div class="content has-text-centered">
<a class="icon-link"
href="https://homes.cs.washington.edu/~kpar/nerfies/videos/nerfies_paper.pdf">
href="./static/videos/nerfies_paper.pdf">
<i class="fas fa-file-pdf"></i>
</a>
<a class="icon-link" href="https://github.com/keunhong" class="external-link" disabled>
Expand Down
Binary file added static/images/interpolate_end.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/interpolate_start.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/._Icon
Binary file not shown.
Binary file added static/interpolation/stacked/000000.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000002.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000003.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000004.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000005.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000006.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000007.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000008.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000009.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000010.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000011.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000012.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000013.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000014.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000015.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000016.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000017.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000018.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000019.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000020.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000021.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000022.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/interpolation/stacked/000023.jpg
Binary file added static/interpolation/stacked/000024.jpg
Binary file added static/interpolation/stacked/000025.jpg
Binary file added static/interpolation/stacked/000026.jpg
Binary file added static/interpolation/stacked/000027.jpg
Binary file added static/interpolation/stacked/000028.jpg
Binary file added static/interpolation/stacked/000029.jpg
Binary file added static/interpolation/stacked/000030.jpg
Binary file added static/interpolation/stacked/000031.jpg
Binary file added static/interpolation/stacked/000032.jpg
Binary file added static/interpolation/stacked/000033.jpg
Binary file added static/interpolation/stacked/000034.jpg
Binary file added static/interpolation/stacked/000035.jpg
Binary file added static/interpolation/stacked/000036.jpg
Binary file added static/interpolation/stacked/000037.jpg
Binary file added static/interpolation/stacked/000038.jpg
Binary file added static/interpolation/stacked/000039.jpg
Binary file added static/interpolation/stacked/000040.jpg
Binary file added static/interpolation/stacked/000041.jpg
Binary file added static/interpolation/stacked/000042.jpg
Binary file added static/interpolation/stacked/000043.jpg
Binary file added static/interpolation/stacked/000044.jpg
Binary file added static/interpolation/stacked/000045.jpg
Binary file added static/interpolation/stacked/000046.jpg
Binary file added static/interpolation/stacked/000047.jpg
Binary file added static/interpolation/stacked/000048.jpg
Binary file added static/interpolation/stacked/000049.jpg
Binary file added static/interpolation/stacked/000050.jpg
Binary file added static/interpolation/stacked/000051.jpg
Binary file added static/interpolation/stacked/000052.jpg
Binary file added static/interpolation/stacked/000053.jpg
Binary file added static/interpolation/stacked/000054.jpg
Binary file added static/interpolation/stacked/000055.jpg
Binary file added static/interpolation/stacked/000056.jpg
Binary file added static/interpolation/stacked/000057.jpg
Binary file added static/interpolation/stacked/000058.jpg
Binary file added static/interpolation/stacked/000059.jpg
Binary file added static/interpolation/stacked/000060.jpg
Binary file added static/interpolation/stacked/000061.jpg
Binary file added static/interpolation/stacked/000062.jpg
Binary file added static/interpolation/stacked/000063.jpg
Binary file added static/interpolation/stacked/000064.jpg
Binary file added static/interpolation/stacked/000065.jpg
Binary file added static/interpolation/stacked/000066.jpg
Binary file added static/interpolation/stacked/000067.jpg
Binary file added static/interpolation/stacked/000068.jpg
Binary file added static/interpolation/stacked/000069.jpg
Binary file added static/interpolation/stacked/000070.jpg
Binary file added static/interpolation/stacked/000071.jpg
Binary file added static/interpolation/stacked/000072.jpg
Binary file added static/interpolation/stacked/000073.jpg
Binary file added static/interpolation/stacked/000074.jpg
Binary file added static/interpolation/stacked/000075.jpg
Binary file added static/interpolation/stacked/000076.jpg
Binary file added static/interpolation/stacked/000077.jpg
Binary file added static/interpolation/stacked/000078.jpg
Binary file added static/interpolation/stacked/000079.jpg
Binary file added static/interpolation/stacked/000080.jpg
Binary file added static/interpolation/stacked/000081.jpg
Binary file added static/interpolation/stacked/000082.jpg
Binary file added static/interpolation/stacked/000083.jpg
Binary file added static/interpolation/stacked/000084.jpg
Binary file added static/interpolation/stacked/000085.jpg
Binary file added static/interpolation/stacked/000086.jpg
Binary file added static/interpolation/stacked/000087.jpg
Binary file added static/interpolation/stacked/000088.jpg
Binary file added static/interpolation/stacked/000089.jpg
Binary file added static/interpolation/stacked/000090.jpg
Binary file added static/interpolation/stacked/000091.jpg
Binary file added static/interpolation/stacked/000092.jpg
Binary file added static/interpolation/stacked/000093.jpg
Binary file added static/interpolation/stacked/000094.jpg
Binary file added static/interpolation/stacked/000095.jpg
Binary file added static/interpolation/stacked/000096.jpg
Binary file added static/interpolation/stacked/000097.jpg
Binary file added static/interpolation/stacked/000098.jpg
Binary file added static/interpolation/stacked/000099.jpg
Binary file added static/interpolation/stacked/000100.jpg
Binary file added static/interpolation/stacked/000101.jpg
Binary file added static/interpolation/stacked/000102.jpg
Binary file added static/interpolation/stacked/000103.jpg
Binary file added static/interpolation/stacked/000104.jpg
Binary file added static/interpolation/stacked/000105.jpg
Binary file added static/interpolation/stacked/000106.jpg
Binary file added static/interpolation/stacked/000107.jpg
Binary file added static/interpolation/stacked/000108.jpg
Binary file added static/interpolation/stacked/000109.jpg
Binary file added static/interpolation/stacked/000110.jpg
Binary file added static/interpolation/stacked/000111.jpg
Binary file added static/interpolation/stacked/000112.jpg
Binary file added static/interpolation/stacked/000113.jpg
Binary file added static/interpolation/stacked/000114.jpg
Binary file added static/interpolation/stacked/000115.jpg
Binary file added static/interpolation/stacked/000116.jpg
Binary file added static/interpolation/stacked/000117.jpg
Binary file added static/interpolation/stacked/000118.jpg
Binary file added static/interpolation/stacked/000119.jpg
Binary file added static/interpolation/stacked/000120.jpg
Binary file added static/interpolation/stacked/000121.jpg
Binary file added static/interpolation/stacked/000122.jpg
Binary file added static/interpolation/stacked/000123.jpg
Binary file added static/interpolation/stacked/000124.jpg
Binary file added static/interpolation/stacked/000125.jpg
Binary file added static/interpolation/stacked/000126.jpg
Binary file added static/interpolation/stacked/000127.jpg
Binary file added static/interpolation/stacked/000128.jpg
Binary file added static/interpolation/stacked/000129.jpg
Binary file added static/interpolation/stacked/000130.jpg
Binary file added static/interpolation/stacked/000131.jpg
Binary file added static/interpolation/stacked/000132.jpg
Binary file added static/interpolation/stacked/000133.jpg
Binary file added static/interpolation/stacked/000134.jpg
Binary file added static/interpolation/stacked/000135.jpg
Binary file added static/interpolation/stacked/000136.jpg
Binary file added static/interpolation/stacked/000137.jpg
Binary file added static/interpolation/stacked/000138.jpg
Binary file added static/interpolation/stacked/000139.jpg
Binary file added static/interpolation/stacked/000140.jpg
Binary file added static/interpolation/stacked/000141.jpg
Binary file added static/interpolation/stacked/000142.jpg
Binary file added static/interpolation/stacked/000143.jpg
Binary file added static/interpolation/stacked/000144.jpg
Binary file added static/interpolation/stacked/000145.jpg
Binary file added static/interpolation/stacked/000146.jpg
Binary file added static/interpolation/stacked/000147.jpg
Binary file added static/interpolation/stacked/000148.jpg
Binary file added static/interpolation/stacked/000149.jpg
Binary file added static/interpolation/stacked/000150.jpg
Binary file added static/interpolation/stacked/000151.jpg
Binary file added static/interpolation/stacked/000152.jpg
Binary file added static/interpolation/stacked/000153.jpg
Binary file added static/interpolation/stacked/000154.jpg
Binary file added static/interpolation/stacked/000155.jpg
Binary file added static/interpolation/stacked/000156.jpg
Binary file added static/interpolation/stacked/000157.jpg
Binary file added static/interpolation/stacked/000158.jpg
Binary file added static/interpolation/stacked/000159.jpg
Binary file added static/interpolation/stacked/000160.jpg
Binary file added static/interpolation/stacked/000161.jpg
Binary file added static/interpolation/stacked/000162.jpg
Binary file added static/interpolation/stacked/000163.jpg
Binary file added static/interpolation/stacked/000164.jpg
Binary file added static/interpolation/stacked/000165.jpg
Binary file added static/interpolation/stacked/000166.jpg
Binary file added static/interpolation/stacked/000167.jpg
Binary file added static/interpolation/stacked/000168.jpg
Binary file added static/interpolation/stacked/000169.jpg
Binary file added static/interpolation/stacked/000170.jpg
Binary file added static/interpolation/stacked/000171.jpg
Binary file added static/interpolation/stacked/000172.jpg
Binary file added static/interpolation/stacked/000173.jpg
Binary file added static/interpolation/stacked/000174.jpg
Binary file added static/interpolation/stacked/000175.jpg
Binary file added static/interpolation/stacked/000176.jpg
Binary file added static/interpolation/stacked/000177.jpg
Binary file added static/interpolation/stacked/000178.jpg
Binary file added static/interpolation/stacked/000179.jpg
Binary file added static/interpolation/stacked/000180.jpg
Binary file added static/interpolation/stacked/000181.jpg
Binary file added static/interpolation/stacked/000182.jpg
Binary file added static/interpolation/stacked/000183.jpg
Binary file added static/interpolation/stacked/000184.jpg
Binary file added static/interpolation/stacked/000185.jpg
Binary file added static/interpolation/stacked/000186.jpg
Binary file added static/interpolation/stacked/000187.jpg
Binary file added static/interpolation/stacked/000188.jpg
Binary file added static/interpolation/stacked/000189.jpg
Binary file added static/interpolation/stacked/000190.jpg
Binary file added static/interpolation/stacked/000191.jpg
Binary file added static/interpolation/stacked/000192.jpg
Binary file added static/interpolation/stacked/000193.jpg
Binary file added static/interpolation/stacked/000194.jpg
Binary file added static/interpolation/stacked/000195.jpg
Binary file added static/interpolation/stacked/000196.jpg
Binary file added static/interpolation/stacked/000197.jpg
Binary file added static/interpolation/stacked/000198.jpg
Binary file added static/interpolation/stacked/000199.jpg
Binary file added static/interpolation/stacked/000200.jpg
Binary file added static/interpolation/stacked/000201.jpg
Binary file added static/interpolation/stacked/000202.jpg
Binary file added static/interpolation/stacked/000203.jpg
Binary file added static/interpolation/stacked/000204.jpg
Binary file added static/interpolation/stacked/000205.jpg
Binary file added static/interpolation/stacked/000206.jpg
Binary file added static/interpolation/stacked/000207.jpg
Binary file added static/interpolation/stacked/000208.jpg
Binary file added static/interpolation/stacked/000209.jpg
Binary file added static/interpolation/stacked/000210.jpg
Binary file added static/interpolation/stacked/000211.jpg
Binary file added static/interpolation/stacked/000212.jpg
Binary file added static/interpolation/stacked/000213.jpg
Binary file added static/interpolation/stacked/000214.jpg
Binary file added static/interpolation/stacked/000215.jpg
Binary file added static/interpolation/stacked/000216.jpg
Binary file added static/interpolation/stacked/000217.jpg
Binary file added static/interpolation/stacked/000218.jpg
Binary file added static/interpolation/stacked/000219.jpg
Binary file added static/interpolation/stacked/000220.jpg
Binary file added static/interpolation/stacked/000221.jpg
Binary file added static/interpolation/stacked/000222.jpg
Binary file added static/interpolation/stacked/000223.jpg
Binary file added static/interpolation/stacked/000224.jpg
Binary file added static/interpolation/stacked/000225.jpg
Binary file added static/interpolation/stacked/000226.jpg
Binary file added static/interpolation/stacked/000227.jpg
Binary file added static/interpolation/stacked/000228.jpg
Binary file added static/interpolation/stacked/000229.jpg
Binary file added static/interpolation/stacked/000230.jpg
Binary file added static/interpolation/stacked/000231.jpg
Binary file added static/interpolation/stacked/000232.jpg
Binary file added static/interpolation/stacked/000233.jpg
Binary file added static/interpolation/stacked/000234.jpg
Binary file added static/interpolation/stacked/000235.jpg
Binary file added static/interpolation/stacked/000236.jpg
Binary file added static/interpolation/stacked/000237.jpg
Binary file added static/interpolation/stacked/000238.jpg
Binary file added static/interpolation/stacked/000239.jpg
Empty file.
2 changes: 1 addition & 1 deletion static/js/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.HELP_IMPROVE_VIDEOJS = false;

var INTERP_BASE = "https://homes.cs.washington.edu/~kpar/nerfies/interpolation/stacked";
var INTERP_BASE = "./static/interpolation/stacked";
var NUM_INTERP_FRAMES = 240;

var interp_images = [];
Expand Down
Binary file added static/videos/._Icon
Binary file not shown.
Binary file added static/videos/blueshirt.mp4
Binary file not shown.
Binary file added static/videos/book.mp4
Binary file not shown.
Binary file added static/videos/chair-tp.mp4
Binary file not shown.
Binary file added static/videos/coffee.mp4
Binary file not shown.
Binary file added static/videos/dollyzoom-depth.mp4
Binary file not shown.
Binary file added static/videos/dollyzoom-stacked.mp4
Binary file not shown.
Binary file added static/videos/dollyzoom.mp4
Binary file not shown.
Binary file added static/videos/fullbody.mp4
Binary file not shown.
Binary file added static/videos/mask-nobg.mp4
Binary file not shown.
Binary file added static/videos/mask.mp4
Binary file not shown.
Binary file added static/videos/matting.mp4
Binary file not shown.
Binary file added static/videos/shiba.mp4
Binary file not shown.
Binary file added static/videos/steve.mp4
Binary file not shown.
Binary file added static/videos/teaser.mp4
Binary file not shown.
Binary file added static/videos/toby.mp4
Binary file not shown.
Binary file added static/videos/toby2.mp4
Binary file not shown.

0 comments on commit 10de061

Please sign in to comment.