Skip to content

Latest commit

 

History

History
 
 

Motion Detection and Tracking

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Motion detection and tracking

The above Python script tracking.py detects motion of people moving in a videoframe vid.mp4 and tracks their movement.

Prerequisites

- Python>=3.7
- OpenCV
- Numpy

Steps to use this project

1. [Clone](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) this repo

2. Go to the directory of this repo cloned onto your local machine and open cmd.

3. Intsall the prerequisites by running `pip install requirements.txt` in the cmd

4. Run the python file `tracking.py` in the cmd.

Here's a snippet of what you will get after running the python file:

motion_detection_tracking

Author Name

ADITYA GANDHAMAL