GithubHelp home page GithubHelp logo

landzs / tracking_multiple_objects_in_surveillance_cameras Goto Github PK

View Code? Open in Web Editor NEW
44.0 5.0 18.0 151.54 MB

Automatic detection and tracking of moving vehicles in a video from a surveillance camera

MATLAB 100.00%
particle-filter kalman-filter surveillance-video vehicle-tracking vehicle-detection vehicle-detection-and-tracking

tracking_multiple_objects_in_surveillance_cameras's Introduction

Tracking_Multiple_Objects_In_Surveillance_Cameras

Description

This is project for course EL2320 Applied Estimation. It is base on Motion-Based Multiple Object Tracking. This project performs automatic detection and tracking of moving vehicles in a video from a surveillance camera. Generally, the program contains 2 parts: 1)Detecting moving objects in each frame , 2) Associating the detections corresponding to the same object over time. The motion of each track is estimated by a particle filter.
You can find more details in Report

How to execute

Tracking_Cars('Data/SampleX.mp4') (X is number form 1 to 9)

Experimental results

image Tracking Car By Particle Filter 1
Tracking Car By Particle Filter 2

tracking_multiple_objects_in_surveillance_cameras's People

Contributors

landzs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

tracking_multiple_objects_in_surveillance_cameras's Issues

Description of Weights

I have studied your paper and your code, but I could not understand why have you described about the dimension of particles as 100x2. I could understand this that 100 represents the number of particle, but what 2 represent in it?
Kindly elaborate this concept for me.
Thanks in advance

there is a problem when running

Improper assignment with rectangular empty matrix.

Error in detectionToTrackAssignment (line 19)
cost(i, :) = distance(mean(tracks(i).particles), centroids);

Error in Tracking_Cars (line 22)
[assignments, unassignedTracks, unassignedDetections] = ...

Error in Untitled (line 1)
Tracking_Cars('Data/Sample9.mp4') %(X is number form 1 to 9)

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.