Skip to content

Commit 9a42a73

Browse files
author
Manuel Stoiber
committed
feat(mb-icg): update readme with links to video and preprint
1 parent fed8c43 commit 9a42a73

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

Mb-ICG/dlr_mb_icg_real_world.png

267 KB
Loading

Mb-ICG/dlr_mb_icg_rtb.png

293 KB
Loading

Mb-ICG/readme.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,29 @@
44
A Multi-body Tracking Framework - From Rigid Objects to Kinematic Structures
55
Manuel Stoiber, Martin Sundermeyer, Wout Boerdijk, Rudolph Triebel
66
Submitted to IEEE Transactions on Pattern Analysis and Machine Intelligence
7+
[Preprint](https://arxiv.org/pdf/2208.01502.pdf)
78

89

910
## Abstract
1011
Kinematic structures are very common in the real world. They range from simple articulated objects to complex mechanical systems. However, despite their relevance, most model-based 3D tracking methods only consider rigid objects. To overcome this limitation, we propose a flexible framework that allows the extension of existing 6DoF algorithms to kinematic structures. Our approach focuses on methods that employ Newton-like optimization techniques, which are widely used in object tracking. The framework considers both tree-like and closed kinematic structures and allows a flexible configuration of joints and constraints. To project equations from individual rigid bodies to a multi-body system, Jacobians are used. For closed kinematic chains, a novel formulation that features Lagrange multipliers is developed. In a detailed mathematical proof, we show that our constraint formulation leads to an exact kinematic solution and converges in a single iteration. Based on the proposed framework, we extend ICG, which is a state-of-the-art rigid object tracking algorithm, to multi-body tracking. For the evaluation, we create a highly-realistic synthetic dataset that features a large number of sequences and various robots. Based on this dataset, we conduct a wide variety of experiments that demonstrate the excellent performance of the developed framework and our multi-body tracker.
1112

1213

14+
## Videos
15+
<a href="https://youtu.be/0ORZvDDbDjA?t=12">
16+
<p align="center">
17+
<img src="dlr_mb_icg_real_world.png" height=300>
18+
<br>
19+
<em>Real-World Experiments</em>
20+
</p>
21+
</a>
22+
23+
<a href="https://youtu.be/0ORZvDDbDjA?t=166">
24+
<p align="center">
25+
<img src="dlr_mb_icg_rtb.png" height=300>
26+
<br>
27+
<em>The Robot Tracking Benchmark (RTB)</em>
28+
</p>
29+
</a>
30+
31+
1332
Code and dataset coming soon ...

0 commit comments

Comments
 (0)