You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
3
3
## A Sparse Gaussian Approach to Region-Based 6DoF Object Tracking
4
4
Manuel Stoiber, Martin Pfanne, Klaus H. Strobl, Rudolph Triebel, and Alin Albu-Schäffer
5
+
Best Paper Award, ACCV 2020
5
6
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)
@@ -12,11 +13,11 @@ Accepted paper at ACCV 2020: [paper](https://openaccess.thecvf.com/content/ACCV2
12
13
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.
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.
0 commit comments