Skip to content

Commit 10de061

Browse files
committed
Fix videos and images.
1 parent 48aa464 commit 10de061

263 files changed

Lines changed: 16 additions & 16 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h1 class="title is-1 publication-title">Nerfies: Deformable Neural Radiance Fie
179179
<div class="container is-max-desktop">
180180
<div class="hero-body">
181181
<video id="teaser" autoplay muted loop playsinline height="100%">
182-
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/teaser.mp4"
182+
<source src="./static/videos/teaser.mp4"
183183
type="video/mp4">
184184
</video>
185185
<h2 class="subtitle has-text-centered">
@@ -198,49 +198,49 @@ <h2 class="subtitle has-text-centered">
198198
<div id="results-carousel" class="carousel results-carousel">
199199
<div class="item item-steve">
200200
<video poster="" id="steve" autoplay controls muted loop playsinline height="100%">
201-
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/steve.mp4"
201+
<source src="./static/videos/steve.mp4"
202202
type="video/mp4">
203203
</video>
204204
</div>
205205
<div class="item item-chair-tp">
206206
<video poster="" id="chair-tp" autoplay controls muted loop playsinline height="100%">
207-
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/chair-tp.mp4"
207+
<source src="./static/videos/chair-tp.mp4"
208208
type="video/mp4">
209209
</video>
210210
</div>
211211
<div class="item item-shiba">
212212
<video poster="" id="shiba" autoplay controls muted loop playsinline height="100%">
213-
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/shiba.mp4"
213+
<source src="./static/videos/shiba.mp4"
214214
type="video/mp4">
215215
</video>
216216
</div>
217217
<div class="item item-fullbody">
218218
<video poster="" id="fullbody" autoplay controls muted loop playsinline height="100%">
219-
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/fullbody.mp4"
219+
<source src="./static/videos/fullbody.mp4"
220220
type="video/mp4">
221221
</video>
222222
</div>
223223
<div class="item item-blueshirt">
224224
<video poster="" id="blueshirt" autoplay controls muted loop playsinline height="100%">
225-
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/blueshirt.mp4"
225+
<source src="./static/videos/blueshirt.mp4"
226226
type="video/mp4">
227227
</video>
228228
</div>
229229
<div class="item item-mask">
230230
<video poster="" id="mask" autoplay controls muted loop playsinline height="100%">
231-
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/mask.mp4"
231+
<source src="./static/videos/mask.mp4"
232232
type="video/mp4">
233233
</video>
234234
</div>
235235
<div class="item item-coffee">
236236
<video poster="" id="coffee" autoplay controls muted loop playsinline height="100%">
237-
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/coffee.mp4"
237+
<source src="./static/videos/coffee.mp4"
238238
type="video/mp4">
239239
</video>
240240
</div>
241241
<div class="item item-toby">
242242
<video poster="" id="toby" autoplay controls muted loop playsinline height="100%">
243-
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/toby2.mp4"
243+
<source src="./static/videos/toby2.mp4"
244244
type="video/mp4">
245245
</video>
246246
</div>
@@ -318,7 +318,7 @@ <h2 class="title is-3">Visual Effects</h2>
318318
would be impossible without nerfies since it would require going through a wall.
319319
</p>
320320
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
321-
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/dollyzoom-stacked.mp4"
321+
<source src="./static/videos/dollyzoom-stacked.mp4"
322322
type="video/mp4">
323323
</video>
324324
</div>
@@ -335,7 +335,7 @@ <h2 class="title is-3">Matting</h2>
335335
samples that fall outside of a bounding box during rendering.
336336
</p>
337337
<video id="matting-video" controls playsinline height="100%">
338-
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/matting.mp4"
338+
<source src="./static/videos/matting.mp4"
339339
type="video/mp4">
340340
</video>
341341
</div>
@@ -361,7 +361,7 @@ <h3 class="title is-4">Interpolating states</h3>
361361
</div>
362362
<div class="columns is-vcentered interpolation-panel">
363363
<div class="column is-3 has-text-centered">
364-
<img src="https://homes.cs.washington.edu/~kpar/nerfies/images/interpolate_start.jpg"
364+
<img src="./static/images/interpolate_start.jpg"
365365
class="interpolation-image"
366366
alt="Interpolate start reference image."/>
367367
<p>Start Frame</p>
@@ -375,7 +375,7 @@ <h3 class="title is-4">Interpolating states</h3>
375375
step="1" min="0" max="100" value="0" type="range">
376376
</div>
377377
<div class="column is-3 has-text-centered">
378-
<img src="https://homes.cs.washington.edu/~kpar/nerfies/images/interpolate_end.jpg"
378+
<img src="./static/images/interpolate_end.jpg"
379379
class="interpolation-image"
380380
alt="Interpolation end reference image."/>
381381
<p class="is-bold">End Frame</p>
@@ -399,7 +399,7 @@ <h3 class="title is-4">Re-rendering the input video</h3>
399399
preload
400400
playsinline
401401
width="75%">
402-
<source src="https://homes.cs.washington.edu/~kpar/nerfies/videos/replay.mp4"
402+
<source src="./static/videos/replay.mp4"
403403
type="video/mp4">
404404
</video>
405405
</div>
@@ -458,7 +458,7 @@ <h2 class="title">BibTeX</h2>
458458
<div class="container">
459459
<div class="content has-text-centered">
460460
<a class="icon-link"
461-
href="https://homes.cs.washington.edu/~kpar/nerfies/videos/nerfies_paper.pdf">
461+
href="./static/videos/nerfies_paper.pdf">
462462
<i class="fas fa-file-pdf"></i>
463463
</a>
464464
<a class="icon-link" href="https://github.com/keunhong" class="external-link" disabled>

static/images/interpolate_end.jpg

110 KB
114 KB
4 KB
Binary file not shown.
125 KB
125 KB
125 KB
125 KB
125 KB
126 KB

0 commit comments

Comments
 (0)