Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbohg authored May 28, 2017
1 parent ab88cab commit de2e9e4
Showing 1 changed file with 30 additions and 10 deletions.
40 changes: 30 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,40 @@

The core of this library are two probabilistic tracker
* A Non-Parametric Tracker Based on Rao-Blackwellized Coordinate Descent Particle Filter

[M. Wuthrich, P. Pastor, M. Kalakrishnan, J. Bohg, and S. Schaal. Probabilistic Object Tracking using a Range Camera IEEE Intl Conf on Intelligent Robots and Systems, 2013]

http://arxiv.org/abs/1505.00241

This tracker can run on a pure CPU system or optionally run on GPU using CUDA 6.5 or later

http://arxiv.org/abs/1505.00241

This tracker can run on a pure CPU system or optionally run on GPU using CUDA 6.5 or later

* A Parametric Tracker Based on Robust Multi-Sensor Gaussian Filter Tracker
```
inproceedings{wuthrich-iros-2013,
title = {Probabilistic Object Tracking Using a Range Camera},
author = {W{\"u}thrich, M. and Pastor, P. and Kalakrishnan, M. and Bohg, J. and Schaal, S.},
booktitle = {IEEE/RSJ International Conference on Intelligent Robots and Systems},
pages = {3195-3202},
publisher = {IEEE},
month = nov,
year = {2013},
month_numeric = {11}
}
```

[J. Issac, M. Wuthrich, C. Garcia Cifuentes, J. Bohg, S. Trimpe, S. Schaal
Depth-Based Object Tracking Using a Robust Gaussian Filter
IEEE Intl Conf on Robotics and Automation, 2016]
* A Parametric Tracker Based on Robust Multi-Sensor Gaussian Filter Tracker

http://arxiv.org/abs/1602.06157

```
@inproceedings{jan_ICRA_2016,
title = {Depth-based Object Tracking Using a Robust Gaussian Filter},
author = {Issac, Jan and W{\"u}thrich, Manuel and Garcia Cifuentes, Cristina and Bohg, Jeannette and Trimpe, Sebastian and Schaal, Stefan},
booktitle = {Proceedings of the IEEE International Conference on Robotics and Automation (ICRA) 2016},
publisher = {IEEE},
month = may,
year = {2016},
url = {http://arxiv.org/abs/1602.06157},
month_numeric = {5}
}
```

All trackers require mesh models of the tracked objects in Wavefront (.obj) format.

Expand Down

0 comments on commit de2e9e4

Please sign in to comment.