Project: Automated visual surveillance system

Fork Download
View on GitHub

The main goal of this project is to develop an automated visual surveillance system (AVSS) consisting of a motion detection and tracking system among the various components.

The AVSS must eventually satisfy the following characteristics:

Right now, only a simple Python-based motion detection and tracking system has been implemented using two basic background substitution models:

The Python code implementation for these two background models are based from Adrian Rosebrock's tutorials @ www.pyimagesearch.com

You can find more information about this simple motion detection system @ README.md There you will find instructions on how to install and use the system.

gif of first frame background model
First frame background model: only the first 300 first frames are shown, @ 4x normal speed



gif of background model
Weighted average background model: only the first 300 first frames are shown, @ 4x normal speed