Code Monkey home page Code Monkey logo

vid_fussion's Introduction

Pedestrian Tracking from stationary camera

** Target detection **

Three different methods have been explored to detect targets from a video. They are all based on difference between frames.

  • Simple frame difference, where two different frames are compared, and the difference is considered a target.
  • Average frame difference, where a sequence of frames is averaged, and that is considered background, everything else is considered foreground
  • Mixture of Gaussians (MOG), where the distribution of color for each pixel is modeled using a mixture of gaussians, and any deviation from the model, is considered foreground

** Target tracking **

Tracking deals with the ability to match the targets across multiple video frames. This has been acomplished by using a Kalman filter for each target, and predicting it's position in the next frame. Neighrest neighbour has been used to further match the targets.

The program is modular and split in different classes, making it easy to test different settings and algorithms.

** Baysian Optimiation **

An attempt at tuning the Kalman filter automatically was done by manually counting the expected number of targets, and choosing paramers using a Baysian optimiation framework in order for the result to match the ground truth. Results can be improved, if the ground truth for each timestamp was counted, and more featured were taken into account.

** Results on benchmark video

Video

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.