The above Python script tracking.py
detects motion of people moving in a videoframe vid.mp4
and tracks their movement.
- Python>=3.7
- OpenCV
- Numpy
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.
ADITYA GANDHAMAL