Giter Site home page Giter Site logo

human_tracker's Introduction

Human Detection and Tracking

This software is designed to detect and track humans using both an intensity image and a disparity image from either a pair of stereo cameras or from a structured lighting sensor such as the Xtion Pro from ASUS. The software first detects and then tracks people in the field of view of the sensors using machine learning techniques. The detection system is a cascade of successively more complex classifiers in the following order:

  1. Simple geometric consistency test
  2. Ada Boost Classifier using 174 Haar-like features on the intensity image
  3. Ada Boost Classifier using 174 Haar-like features on the disparity image
  4. Support Vector Machine using 174 Haar-like features on the intensity image
  5. Support Vector Machine using Histogram of Oriented Gradient features

The tracking software implements a particle filter in the x-y plane, and learns on-line using color histograms computed over vertical columns as features. A rudimentary graphical user interface is included which allows users to label collected imagery for re-training the system. Scripts, in the form of ROS launch files are included for all of the following:

  1. Collecting Data from either the ASUS sensor or a pair of Basler Ace Cameras.
  2. Dumping the Imagery to a directory for Labeling.
  3. Training each classifier using a directory filled with labeled imagery.
  4. Running the system from a ROS bag, from a directory or live.

human_tracker's People

Contributors

awesomebytes avatar drchrislewis avatar mmunaro avatar rboldu avatar shaun-edwards avatar

Watchers

 avatar  avatar  avatar

Forkers

v-lopez

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.