Skip to content

Commit f907da8

Browse files
committed
init stamo
1 parent 47405cb commit f907da8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

StaMo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ <h2 class="title is-3 has-text-centered">Interpolation</h2>
272272
<img src="./static/images/interpolation-1.png" alt="Omni-R1 Model Architecture"
273273
style="width: 100%; max-width: 1200px;" />
274274
<p class="has-text-grey">
275-
<b>Reconstruction, Motion Interpolation and Motion Transfer.</b>
275+
<b>Visual reconstruction results from the same episode..</b>The first and last frames are reconstructed from ground-truth images using the StaMo encoder, while the intermediate frames are generated by linearly interpolating between the latent state tokens of the two endpoints. The transitions show that both the robotic arm and the objects move in a continuous and smooth manner.
276276
</p>
277277
</div>
278278
</div>
@@ -289,7 +289,7 @@ <h2 class="title is-3 has-text-centered">Motion Transfer</h2>
289289
<img src="./static/images/appen-1.png" alt="Omni-R1 Model Architecture"
290290
style="width: 100%; max-width: 1200px;" />
291291
<p class="has-text-grey">
292-
<b>Reconstruction, Motion Interpolation and Motion Transfer.</b>
292+
<b>Transfer linear interpolation experiment with the StaMo encoder.</b>The left and right panels illustrate different task scenarios, where reconstructions are obtained by tokens(3) + tokens(2) – tokens(1), demonstrating the linear interpolation property of latent representations during transfer.
293293
</p>
294294
</div>
295295
</div>

StaMo/static/css/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ body {
115115
}
116116

117117
.results-carousel .item {
118-
margin: 5px;
118+
margin: 2px;
119119
overflow: hidden;
120120
border: 1px solid #bbb;
121-
border-radius: 7px;
121+
border-radius: 5px;
122122
padding: 0;
123123
font-size: 0;
124124
}

0 commit comments

Comments
 (0)