Skip to content

Commit b71e21a

Browse files
committed
morpheus3d, update 20250919
1 parent 610d8d2 commit b71e21a

File tree

10 files changed

+9
-156
lines changed

10 files changed

+9
-156
lines changed

Morpheus3D.html

Lines changed: 9 additions & 156 deletions
Original file line numberDiff line numberDiff line change
@@ -145,79 +145,6 @@ <h1 class="title is-1 publication-title">Single Image to Textured 3D Object Gene
145145
</div>
146146
</section>
147147

148-
<!-- <section class="hero teaser">
149-
<div class="container is-max-desktop">
150-
<div class="hero-body">
151-
<video id="teaser" autoplay muted loop playsinline height="100%">
152-
<source src="./assets/Morpheus3D/videos/comp_others/teaser.mp4"
153-
type="video/mp4">
154-
</video>
155-
<h2 class="subtitle has-text-centered">
156-
<span class="dnerf">Morpheus3D</span> reconstruct high-quality 3D object from any single unposed image in the wild with effectively suppressing the unrealistic geometry, lacking high-frequency and color deviation problem.
157-
</h2>
158-
</div>
159-
</div>
160-
</section> -->
161-
162-
163-
<!-- <section class="hero is-light is-small">
164-
<div class="hero-body">
165-
<div class="container">
166-
<div id="results-carousel" class="carousel results-carousel">
167-
<div class="item item-steve">
168-
<video poster="" id="steve" autoplay controls muted loop playsinline height="100%">
169-
<source src="./assets/Morpheus3D/videos/comp_others/steve.mp4"
170-
type="video/mp4">
171-
</video>
172-
</div>
173-
<div class="item item-chair-tp">
174-
<video poster="" id="chair-tp" autoplay controls muted loop playsinline height="100%">
175-
<source src="./assets/Morpheus3D/videos/comp_others/chair-tp.mp4"
176-
type="video/mp4">
177-
</video>
178-
</div>
179-
<div class="item item-shiba">
180-
<video poster="" id="shiba" autoplay controls muted loop playsinline height="100%">
181-
<source src="./assets/Morpheus3D/videos/comp_others/shiba.mp4"
182-
type="video/mp4">
183-
</video>
184-
</div>
185-
<div class="item item-fullbody">
186-
<video poster="" id="fullbody" autoplay controls muted loop playsinline height="100%">
187-
<source src="./assets/Morpheus3D/videos/comp_others/fullbody.mp4"
188-
type="video/mp4">
189-
</video>
190-
</div>
191-
<div class="item item-blueshirt">
192-
<video poster="" id="blueshirt" autoplay controls muted loop playsinline height="100%">
193-
<source src="./assets/Morpheus3D/videos/comp_others/blueshirt.mp4"
194-
type="video/mp4">
195-
</video>
196-
</div>
197-
<div class="item item-mask">
198-
<video poster="" id="mask" autoplay controls muted loop playsinline height="100%">
199-
<source src="./assets/Morpheus3D/videos/comp_others/mask.mp4"
200-
type="video/mp4">
201-
</video>
202-
</div>
203-
<div class="item item-coffee">
204-
<video poster="" id="coffee" autoplay controls muted loop playsinline height="100%">
205-
<source src="./assets/Morpheus3D/videos/comp_others/coffee.mp4"
206-
type="video/mp4">
207-
</video>
208-
</div>
209-
<div class="item item-toby">
210-
<video poster="" id="toby" autoplay controls muted loop playsinline height="100%">
211-
<source src="./assets/Morpheus3D/videos/comp_others/toby2.mp4"
212-
type="video/mp4">
213-
</video>
214-
</div>
215-
</div>
216-
</div>
217-
</div>
218-
</section> -->
219-
220-
221148
<section class="section">
222149
<div class="container is-max-desktop">
223150
<!-- Abstract. -->
@@ -229,69 +156,13 @@ <h2 class="title is-3">Abstract</h2>
229156
</div>
230157
</div>
231158
</div>
232-
<!--/ Abstract. -->
233-
234-
<!-- Paper video. -->
235-
<!-- <div class="columns is-centered has-text-centered">
236-
<div class="column is-four-fifths">
237-
<h2 class="title is-3">Generated Textured Meshes</h2>
238-
<div class="publication-video">
239-
<iframe src="https://www.youtube.com/embed/MrKrnHhk8IA?rel=0&amp;showinfo=0"
240-
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
241-
</div>
242-
</div>
243-
</div> -->
244-
245-
<!-- <div class="columns is-centered has-text-centered">
246-
<div class="column is-four-fifths">
247-
<h2 class="title is-3">Generated Textured Meshes</h2>
248-
<video id="matting-video" controls playsinline height="100%">
249-
<source src="./assets/Morpheus3D/videos/comp_others/matting.mp4"
250-
type="video/mp4">
251-
</video>
252-
</div>
253-
</div> -->
254-
255-
<!--/ Paper video. -->
256159
</div>
257160
</section>
258161

259162

260163
<section class="section">
261164
<div class="container is-max-desktop">
262165

263-
<!-- <div class="columns is-centered">
264-
<div class="column">
265-
<div class="content">
266-
<h2 class="title is-3">Visual Effects</h2>
267-
<p>
268-
Using <i>nerfies</i> you can create fun visual effects. This Dolly zoom effect
269-
would be impossible without nerfies since it would require going through a wall.
270-
</p>
271-
<video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
272-
<source src="./assets/Morpheus3D/videos/comp_others/dollyzoom-stacked.mp4"
273-
type="video/mp4">
274-
</video>
275-
</div>
276-
</div>
277-
<div class="column">
278-
<h2 class="title is-3">Matting</h2>
279-
<div class="columns is-centered">
280-
<div class="column content">
281-
<p>
282-
As a byproduct of our method, we can also solve the matting problem by ignoring
283-
samples that fall outside of a bounding box during rendering.
284-
</p>
285-
<video id="matting-video" controls playsinline height="100%">
286-
<source src="./assets/Morpheus3D/videos/comp_others/matting.mp4"
287-
type="video/mp4">
288-
</video>
289-
</div>
290-
291-
</div>
292-
</div>
293-
</div> -->
294-
295166
<!-- Animation. -->
296167
<div class="columns is-centered">
297168
<div class="column is-full-width">
@@ -305,22 +176,13 @@ <h3 class="title is-4">Comparison with other methods</h3>
305176
</p>
306177
</div>
307178
<div class="content has-text-centered">
308-
<!-- <video id="replay-video"
309-
controls
310-
muted
311-
preload
312-
playsinline
313-
width="100%">
314-
<source src="./assets/Morpheus3D/videos/comp_others/grapes_0.mp4"
315-
type="video/mp4">
316-
</video> -->
317179
<video id="replay-video"
318180
controls
319181
muted
320182
preload
321183
playsinline
322184
width="100%">
323-
<source src="./assets/Morpheus3D/videos/comp_others/bird_1.mp4"
185+
<source src="./assets/Morpheus3D/videos/comp_others_20250919/bird_1.mp4"
324186
type="video/mp4">
325187
</video>
326188
<video id="replay-video"
@@ -329,7 +191,7 @@ <h3 class="title is-4">Comparison with other methods</h3>
329191
preload
330192
playsinline
331193
width="100%">
332-
<source src="./assets/Morpheus3D/videos/comp_others/teddy_0.mp4"
194+
<source src="./assets/Morpheus3D/videos/comp_others_20250919/teddy_0.mp4"
333195
type="video/mp4">
334196
</video>
335197
<video id="replay-video"
@@ -338,7 +200,7 @@ <h3 class="title is-4">Comparison with other methods</h3>
338200
preload
339201
playsinline
340202
width="100%">
341-
<source src="./assets/Morpheus3D/videos/comp_others/cat_statue.mp4"
203+
<source src="./assets/Morpheus3D/videos/comp_others_20250919/cat_statue.mp4"
342204
type="video/mp4">
343205
</video>
344206
<video id="replay-video"
@@ -347,7 +209,7 @@ <h3 class="title is-4">Comparison with other methods</h3>
347209
preload
348210
playsinline
349211
width="100%">
350-
<source src="./assets/Morpheus3D/videos/comp_others/fish_real_nemo.mp4"
212+
<source src="./assets/Morpheus3D/videos/comp_others_20250919/fish_real_nemo.mp4"
351213
type="video/mp4">
352214
</video>
353215
<video id="replay-video"
@@ -356,7 +218,7 @@ <h3 class="title is-4">Comparison with other methods</h3>
356218
preload
357219
playsinline
358220
width="100%">
359-
<source src="./assets/Morpheus3D/videos/comp_others/bird_3.mp4"
221+
<source src="./assets/Morpheus3D/videos/comp_others_20250919/bird_3.mp4"
360222
type="video/mp4">
361223
</video>
362224
<video id="replay-video"
@@ -365,7 +227,7 @@ <h3 class="title is-4">Comparison with other methods</h3>
365227
preload
366228
playsinline
367229
width="100%">
368-
<source src="./assets/Morpheus3D/videos/comp_others/frog_0.mp4"
230+
<source src="./assets/Morpheus3D/videos/comp_others_20250919/frog_0.mp4"
369231
type="video/mp4">
370232
</video>
371233
<video id="replay-video"
@@ -374,7 +236,7 @@ <h3 class="title is-4">Comparison with other methods</h3>
374236
preload
375237
playsinline
376238
width="100%">
377-
<source src="./assets/Morpheus3D/videos/comp_others/statue_2.mp4"
239+
<source src="./assets/Morpheus3D/videos/comp_others_20250919/statue_2.mp4"
378240
type="video/mp4">
379241
</video>
380242
<video id="replay-video"
@@ -383,7 +245,7 @@ <h3 class="title is-4">Comparison with other methods</h3>
383245
preload
384246
playsinline
385247
width="100%">
386-
<source src="./assets/Morpheus3D/videos/comp_others/statue_3.mp4"
248+
<source src="./assets/Morpheus3D/videos/comp_others_20250919/statue_3.mp4"
387249
type="video/mp4">
388250
</video>
389251
<video id="replay-video"
@@ -392,7 +254,7 @@ <h3 class="title is-4">Comparison with other methods</h3>
392254
preload
393255
playsinline
394256
width="100%">
395-
<source src="./assets/Morpheus3D/videos/comp_others/stone_dragon_statue.mp4"
257+
<source src="./assets/Morpheus3D/videos/comp_others_20250919/stone_dragon_statue.mp4"
396258
type="video/mp4">
397259
</video>
398260
</div>
@@ -709,15 +571,6 @@ <h2 class="title">BibTeX</h2>
709571

710572
<footer class="footer">
711573
<div class="container">
712-
<!-- <div class="content has-text-centered">
713-
<a class="icon-link"
714-
href="./assets/Morpheus3D/videos/comp_others/nerfies_paper.pdf">
715-
<i class="fas fa-file-pdf"></i>
716-
</a>
717-
<a class="icon-link" href="https://github.com/keunhong" class="external-link" disabled>
718-
<i class="fab fa-github"></i>
719-
</a>
720-
</div> -->
721574
<div class="columns is-centered">
722575
<div class="column is-8">
723576
<div class="content">
6.49 MB
Binary file not shown.
5.78 MB
Binary file not shown.
14.2 MB
Binary file not shown.
12.1 MB
Binary file not shown.
15.1 MB
Binary file not shown.
14.4 MB
Binary file not shown.
18.6 MB
Binary file not shown.
Binary file not shown.
20.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)