Git Product home page Git Product logo

dbot's Introduction

Depth Based Object Tracking Library (dbot)

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

  • A Parametric Tracker Based on Robust Multi-Sensor Gaussian Filter Tracker

    [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]

    http://arxiv.org/abs/1602.06157

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

Requirements

  • Ubuntu 14.04
  • C++11 Compiler (gcc-4.7 or later)
  • CUDA 6.5 or later (optional)

Dependecies

Compiling

The cmake package uses Catkin. If you have installed ROS groovy or later, then you most likely have catkin installed already.

 $ cd $HOME
 $ mkdir -p projects/tracking/src  
 $ cd projects/tracking/src
 $ git clone [email protected]:filtering-library/fl.git
 $ git clone [email protected]:bayesian-object-tracking/dbot.git
 $ cd ..
 $ catkin_make -DCMAKE_BUILD_TYPE=Release -DDBOT_BUILD_GPU=On

If no CUDA enabled device is available, you can deactivate the GPU implementation via

 $ catkin_make -DCMAKE_BUILD_TYPE=Release -DDBOT_BUILD_GPU=Off

How to use dbot

Checkout the ros nodes of each tracker in dbot_ros package for exact usage of the filters.

dbot's People

Contributors

cassinaj avatar wumanu avatar claudilein avatar

Watchers

James Cloos avatar  avatar

Forkers

dexception

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.