
This project implements a vehicle speed estimation system using computer vision techniques. It leverages the YOLOv4 object detection model and the deepSORT tracking algorithm to detect and track vehicles in video footage, calculating their speeds based on positional changes over time.
git clone https://github.com/Anish713/Vehicle-Speed-Estimation.git
Install the required dependencies:
pip install -r requirements.txt if available to install the necessary packages, else, manually install required packages.Navigate to directory code and Run the command python app.py in the terminal (install missing packages if any and retry).
Upload the video using web app.
Mark 4 points in video for homography transformation.
Provide real world distance between those points.
Click Submit and Done.