Skip to content

Commit d2901dd

Browse files
author
Manuel Stoiber
committed
chore(readme): add video oral presentation
1 parent 61c8ec2 commit d2901dd

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

dlr_thumbnail_video_oral.png

91.3 KB
Loading

readme.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
## A Sparse Gaussian Approach to Region-Based 6DoF Object Tracking
44
Manuel Stoiber, Martin Pfanne, Klaus H. Strobl, Rudolph Triebel, and Alin Albu-Schäffer
5+
Best Paper Award, ACCV 2020
56

6-
Accepted paper at ACCV 2020: [paper](https://openaccess.thecvf.com/content/ACCV2020/papers/Stoiber_A_Sparse_Gaussian_Approach_to_Region-Based_6DoF_Object_Tracking_ACCV_2020_paper.pdf), [supplementary](https://openaccess.thecvf.com/content/ACCV2020/supplemental/Stoiber_A_Sparse_Gaussian_ACCV_2020_supplemental.zip)
7+
[paper](https://openaccess.thecvf.com/content/ACCV2020/papers/Stoiber_A_Sparse_Gaussian_Approach_to_Region-Based_6DoF_Object_Tracking_ACCV_2020_paper.pdf), [supplementary](https://openaccess.thecvf.com/content/ACCV2020/supplemental/Stoiber_A_Sparse_Gaussian_ACCV_2020_supplemental.zip)
78

89
## Overview
910
![](dlr_rbgt_visualization.png)
@@ -12,11 +13,11 @@ Accepted paper at ACCV 2020: [paper](https://openaccess.thecvf.com/content/ACCV2
1213
We propose a novel, highly efficient sparse approach to region-based 6DoF object tracking that requires only a monocular RGB camera and the 3D object model. The key contribution of our work is a probabilistic model that considers image information sparsely along correspondence lines. For the implementation, we provide a highly efficient discrete scale-space formulation. In addition, we derive a novel mathematical proof that shows that our proposed likelihood function follows a Gaussian distribution. Based on this information, we develop robust approximations for the derivatives of the log-likelihood that are used in a regularized Newton optimization. In multiple experiments, we show that our approach outperforms state-of-the-art region-based methods in terms of tracking success while being about one order of magnitude faster.
1314

1415
### Videos
15-
<a href="https://www.youtube.com/watch?v=TkS0Wkd_0lA&ab_channel=DLRRMC">
16+
<a href="https://www.youtube.com/watch?v=Y-nFAuElE1I&ab_channel=DLRRMC">
1617
<p align="center">
17-
<img src="dlr_thumbnail_video_rbot.png" height=300>
18+
<img src="dlr_thumbnail_video_oral.png" height=300>
1819
<br>
19-
<em>Approach and Evaluation on RBOT Dataset</em>
20+
<em>Oral Presentation ACCV 2020</em>
2021
</p>
2122
</a>
2223

@@ -28,6 +29,14 @@ We propose a novel, highly efficient sparse approach to region-based 6DoF object
2829
</p>
2930
</a>
3031

32+
<a href="https://www.youtube.com/watch?v=TkS0Wkd_0lA&ab_channel=DLRRMC">
33+
<p align="center">
34+
<img src="dlr_thumbnail_video_rbot.png" height=300>
35+
<br>
36+
<em>Approach and Evaluation on RBOT Dataset</em>
37+
</p>
38+
</a>
39+
3140
### Description of Content
3241
This repository contains everything necessary to reproduce the results presented in our paper. This includes the evaluation on the RBOT dataset, the ablation study presented in the supplementary, and the real-world experiments shown in the video. Source files for the `rbgt` library are stored in `src` and `include/rbgt`. Source files for the executables are stored in `examples`. For the evaluation on the RBOT dataset and the ablation study, the code in `evaluate_rbot_dataset.cpp` and `evaluate_ablation_study.cpp` was used. To reproduce our experiments, please download the [RBOT dataset](http://cvmr.info/research/RBOT/) and adjust the `dataset_path` in the source code. Note that model files (e.g. `ape_model.bin` and `ape_model.txt`) will be created automatically and are stored in the same folder as the `.obj` files of each object.
3342

0 commit comments

Comments
 (0)