File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 11# Depth Based Object Tracking Library (dbot)
22
3- The core of this library are two probabilistic tracker
4- * A Non-Parametric Tracker Based on Rao-Blackwellized Coordinate Descent Particle Filter
5-
6- http://arxiv.org/abs/1505.00241
3+ This library implements two different object tracking algorithms:
4+ * A Particle Filter based Tracker (https://am.is.tuebingen.mpg.de/publications/wuthrich_iicirs_2013 )
75
86 This tracker can run on a pure CPU system or optionally run on GPU using CUDA 6.5 or later
97
@@ -20,9 +18,7 @@ The core of this library are two probabilistic tracker
2018 }
2119```
2220
23- * A Parametric Tracker Based on Robust Multi-Sensor Gaussian Filter Tracker
24-
25- http://arxiv.org/abs/1602.06157
21+ * A Gaussian Filter based Tracker (https://am.is.tuebingen.mpg.de/publications/jan_icra_2016 )
2622
2723```
2824 @inproceedings{jan_ICRA_2016,
@@ -37,7 +33,8 @@ The core of this library are two probabilistic tracker
3733 }
3834```
3935
40- All trackers require mesh models of the tracked objects in Wavefront (.obj) format.
36+ All trackers require mesh models of the tracked objects in Wavefront (.obj) format.
37+ To get started, we recommend that you follow the instructions at https://github.com/bayesian-object-tracking/getting_started .
4138
4239# Requirements
4340 * Ubuntu 14.04
You can’t perform that action at this time.
0 commit comments