Skip to content

Commit c84ae3b

Browse files
committed
Added Teaser Video
1 parent 9e9b745 commit c84ae3b

2 files changed

Lines changed: 14 additions & 31 deletions

File tree

index.html

Lines changed: 14 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -138,30 +138,13 @@ <h1 class="title is-1 publication-title"><span class="gradient-text">DAGDiff</sp
138138
</div>
139139
</section> -->
140140

141-
<section class="section" style="background-color: rgb(252, 252, 252);">
141+
<section class="section" style="background-color: rgb(255, 255, 255);">
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> -->
146-
<img src="./static/images/teaser_icra2025.svg" width="70%">
147-
<!-- <div class="content has-text-justified my-4">
148-
<b>Overview of the proposed method</b>: <b>(a)</b> Given an object point cloud P , our network
149-
encodes
150-
geometric features into dense feature maps. Next,
151-
randomly initialized dual-arm grasps \(H\) are used to transform a fixed query cloud into query
152-
points, followed by feature sampling through bilinear interpolation. Conditioned on the noise
153-
step \(t\)
154-
these features are passed through \(F_{\theta}\), which predicts the SDF of the query points and
155-
a feature vector.
156-
This vector is then used by three output heads that predict energy \((E_\alpha)\), force-closure
157-
probability \((C_{\beta}^{\text{fc}})\) and
158-
collision probability \((C_{\gamma}^{\text{col}})\), jointly guiding the diffusion process. <b>(b)</b> At
159-
inference, denoising proceeds from random
160-
intialization \((t=250\)) to refine grasps \((t=0\)). The energy head drives the generative
161-
dynamics, while the force-closure and collision heads bias the generation until stable,
162-
collision-free dual-arm grasps emerge.
163-
164-
</div> -->
145+
<video autoplay loop muted poster="" preload="none" style="width:100%;">
146+
<source src="./static/videos/website-teaser.webm">
147+
</video>
165148
</div>
166149
</div>
167150
</div>
@@ -267,32 +250,32 @@ <h2 class="title is-3">Results (Coming soon)</h2>
267250
<div class="column is-full-width">
268251
<h2 class="title is-3">Real Life Results</h2>
269252
<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%;">
253+
<div class="column is-half">
254+
<video autoplay loop muted poster="" preload="none" style="width:100%; border: 2px solid #ddd; border-radius: 10px;">
272255
<source src="./static/videos/real_life_bucket.webm">
273256
</video>
274257
<h4 class="title is-5">Bucket</h4>
275258
</div>
276-
<div class="column is-one-third">
277-
<video autoplay loop muted poster="" preload="none" style="width:100%;">
259+
<div class="column is-half">
260+
<video autoplay loop muted poster="" preload="none" style="width:100%; border: 2px solid #ddd; border-radius: 10px;">
278261
<source src="./static/videos/real_life_tray.webm">
279262
</video>
280263
<h4 class="title is-5">Tray</h4>
281264
</div>
282-
<div class="column is-one-third">
283-
<video autoplay loop muted poster="" preload="none" style="width:100%;">
265+
<div class="column is-half">
266+
<video autoplay loop muted poster="" preload="none" style="width:100%; border: 2px solid #ddd; border-radius: 10px;">
284267
<source src="./static/videos/real_life_drone.webm">
285268
</video>
286269
<h4 class="title is-5">Drone</h4>
287270
</div>
288-
<div class="column is-one-third">
289-
<video autoplay loop muted poster="" preload="none" style="width:100%;">
271+
<div class="column is-half">
272+
<video autoplay loop muted poster="" preload="none" style="width:100%; border: 2px solid #ddd; border-radius: 10px;">
290273
<source src="./static/videos/real_life_frypan.webm">
291274
</video>
292275
<h4 class="title is-5">Frypan</h4>
293276
</div>
294-
<div class="column is-one-third">
295-
<video autoplay loop muted poster="" preload="none" style="width:100%;">
277+
<div class="column is-half">
278+
<video autoplay loop muted poster="" preload="none" style="width:100%; border: 2px solid #ddd; border-radius: 10px;">
296279
<source src="./static/videos/real_life_saucepan.webm">
297280
</video>
298281
<h4 class="title is-5">Saucepan</h4>

static/videos/website-teaser.webm

1.18 MB
Binary file not shown.

0 commit comments

Comments
 (0)