Skip to content

Commit b3ca11e

Browse files
committed
added video and poster
1 parent 1780833 commit b3ca11e

File tree

3 files changed

+39
-24
lines changed

3 files changed

+39
-24
lines changed

_data/authors_internal.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abhisheksaroha:
1818
zhenzhangye:
1919
first_name: Zhenzhang
2020
last_name: Ye
21-
website: https://cvg.cit.tum.de/members/yez
21+
website: https://zhenzhang-ye.github.io/
2222
tarunyenamadra:
2323
first_name: Tarun
2424
last_name: Yenamandra
@@ -34,7 +34,7 @@ felixwimbauer:
3434
riccardomarin:
3535
first_name: Riccardo
3636
last_name: Marin
37-
website: https://cvg.cit.tum.de/members/mricc
37+
website: https://ricma.netlify.app/
3838
florianhofherr:
3939
first_name: Florian
4040
last_name: Hofherr

_publications/skeletondiffusion/content.html

Lines changed: 32 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,36 @@
1-
<!-- <section class="hero teaser">
2-
<div class="container is-max-desktop">
3-
<div class="hero-body">
4-
<video width="100%" autoplay muted loop>
5-
<source src="./assets/header_vid.mp4" type="video/mp4">
6-
Your browser does not support the video tag.
7-
</video>
8-
<p class="content has-text-justified">
9-
<i><b> Visual Odometry on KITTI. </b> Input image (top left), color-coded dense covariances (bottom left) and resulting trajectory (right). Color coding of the covariances is given by hue (size), orientation (color), and saturation (anisotropy). First sequence uses our supervised covariances, second sequence uses our unsupervised covariances.</i>
10-
</p>
11-
</div>
12-
</div>
13-
</section> -->
141
<section class="hero is-small">
152
<div class="hero-body">
163
<div class="container">
4+
<div class="video-container" style="margin: 1em 0;">
5+
<iframe src="https://www.youtube.com/embed/W9GzdDXN41M" allowfullscreen style="width: 560px; height: 315px;"></iframe>
6+
</div>
177
<div class="columns is-centered has-text-centered">
18-
<div class="column is-five-fifths">
19-
<p class="content has-text-justified">
20-
<img width="100%" src="./assets/teaser_image.png" />
21-
<br><br>
22-
<!-- a) We propose a symetric extension of the <a href="https://arxiv.org/abs/2204.02256" target="_blank">Probabiltistic Normal Epipolar Constraint</a>() (PNEC) to more accurately model the geometry of relative pose estimation with uncertain feature positions.
23-
<br>
24-
b) We propose a learning strategy to minimize the relative pose error by learning feature position uncertainty through differentiable nonlinear least squares (DNLS). This learning strategy can be combined with any feature extraction algorithm. We evaluate our learning framework with synthetic experiments and on real-world data in a visual odometry setting. We show that our framework is able to generalize to different feature extraction algorithms such as SuperPoint and feature tracking approaches. -->
25-
</p>
8+
<div>
9+
<style>
10+
.video-container {
11+
display: flex;
12+
justify-content: center;
13+
align-items: center;
14+
width: 100%;
15+
margin: 2em 0;
16+
}
17+
.video-container iframe {
18+
width: 800px;
19+
height: 450px;
20+
max-width: 100%;
21+
border: none;
22+
}
23+
@media (max-width: 900px) {
24+
.video-container iframe {
25+
width: 100%;
26+
height: 56vw;
27+
min-height: 200px;
28+
}
29+
}
30+
</style>
31+
<!-- <div class="video-container">
32+
<iframe src="https://www.youtube.com/embed/W9GzdDXN41M" allowfullscreen></iframe>
33+
</div> -->
2634
</div>
2735
</div>
2836
</div>
@@ -56,4 +64,6 @@ <h2 class="title is-3">Coming Soon</h2>
5664
</div>
5765
</div>
5866
</div>
59-
</section>
67+
</section>
68+
69+
<!-- Probabilistic 3D human motion prediction aims to forecast multiple possible future movements from past observations. While current approaches often generate motions with undetected limb stretching and jitter. We introduce SkeletonDiffusion, a latent diffusion model that embeds an explicit inductive bias on the human body within its architecture and training. Our model is trained with a novel nonisotropic Gaussian diffusion formulation outperforming conventional isotropic alternatives. SkeletonDiffusion sets a new benchmark across multiple evaluation metrics and datasets. -->

_publications/skeletondiffusion/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ links:
4040
- name: Code
4141
link: https://github.com/Ceveloper/SkeletonDiffusion/tree/main
4242
style: "bi bi-github"
43+
- name: Video
44+
link: https://www.youtube.com/watch?v=W9GzdDXN41M
45+
style: "bi bi-youtube"
46+
- name: Poster
47+
link: https://cvpr.thecvf.com/virtual/2025/poster/33243
4348
# - name: Video
4449
# link: # after video was created
4550
# style: "bi bi-youtube"

0 commit comments

Comments
 (0)