Skip to content

Commit 8d16057

Browse files
committed
added videos
1 parent 97523f9 commit 8d16057

9 files changed

Lines changed: 48 additions & 4 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.mov
2+
*.mp4

index.html

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h1 class="title is-1 publication-title"><span class="gradient-text">DAGDiff</sp
142142
<div class="container is-max-desktop">
143143
<div class="columns has-text-centered">
144144
<div class="column is-full-width">
145-
<!-- <h2 class="title is-3">Model Architecture</h2> -->
145+
<h2 class="title is-3">Model Architecture</h2>
146146
<img src="./static/images/teaser_icra2025.svg" width="70%">
147147
<!-- <div class="content has-text-justified my-4">
148148
<b>Overview of the proposed method</b>: <b>(a)</b> Given an object point cloud P , our network
@@ -250,7 +250,7 @@ <h2 class="title is-3">Model Architecture</h2>
250250
</div>
251251
</div>
252252
</section>
253-
253+
<!--
254254
<section class="section" style="background-color: rgb(252, 252, 252);">
255255
<div class="container is-max-desktop">
256256
<div class="columns has-text-centered">
@@ -259,9 +259,51 @@ <h2 class="title is-3">Results (Coming soon)</h2>
259259
</div>
260260
</div>
261261
</div>
262+
</section> -->
263+
264+
<section class="section" style="background-color: rgb(252, 252, 252);">
265+
<div class="container is-max-desktop">
266+
<div class="columns has-text-centered">
267+
<div class="column is-full-width">
268+
<h2 class="title is-3">Real Life Results</h2>
269+
<div class="columns is-multiline is-centered">
270+
<div class="column is-one-third">
271+
<video autoplay loop muted poster="" preload="none" style="width:100%;">
272+
<source src="./static/videos/real_life_bucket.webm">
273+
</video>
274+
<h4 class="title is-5">Bucket</h4>
275+
</div>
276+
<div class="column is-one-third">
277+
<video autoplay loop muted poster="" preload="none" style="width:100%;">
278+
<source src="./static/videos/real_life_tray.webm">
279+
</video>
280+
<h4 class="title is-5">Tray</h4>
281+
</div>
282+
<div class="column is-one-third">
283+
<video autoplay loop muted poster="" preload="none" style="width:100%;">
284+
<source src="./static/videos/real_life_drone.webm">
285+
</video>
286+
<h4 class="title is-5">Drone</h4>
287+
</div>
288+
<div class="column is-one-third">
289+
<video autoplay loop muted poster="" preload="none" style="width:100%;">
290+
<source src="./static/videos/real_life_frypan.webm">
291+
</video>
292+
<h4 class="title is-5">Frypan</h4>
293+
</div>
294+
<div class="column is-one-third">
295+
<video autoplay loop muted poster="" preload="none" style="width:100%;">
296+
<source src="./static/videos/real_life_saucepan.webm">
297+
</video>
298+
<h4 class="title is-5">Saucepan</h4>
299+
</div>
300+
</div>
301+
</div>
302+
</div>
303+
</div>
262304
</section>
263305

264-
<section class="section" id="BibTeX" style="margin-bottom: 1rem;">
306+
<!-- <section class="section" id="BibTeX" style="margin-bottom: 1rem;">
265307
<div class="container is-max-desktop content">
266308
<h2 class="title">BibTeX</h2>
267309
<pre><code>@misc{dagdiff2025,
@@ -271,7 +313,7 @@ <h2 class="title">BibTeX</h2>
271313
journal={}
272314
}</code></pre>
273315
</div>
274-
</section>
316+
</section> -->
275317

276318
<footer class="footer">
277319
<div class="container">

static/videos/real_life.webm

3.01 MB
Binary file not shown.

static/videos/real_life_2.webm

3.02 MB
Binary file not shown.
577 KB
Binary file not shown.

static/videos/real_life_drone.webm

541 KB
Binary file not shown.
592 KB
Binary file not shown.
694 KB
Binary file not shown.

static/videos/real_life_tray.webm

810 KB
Binary file not shown.

0 commit comments

Comments
 (0)