Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.04 KB

File metadata and controls

19 lines (15 loc) · 1.04 KB

Traffic-survelliance

The system takes video footage from a video as input and provides statistics like the count of vehicles and an average estimated speed of vehicles on the highway.

The system internally uses YOLO object detection algorithm for vehicle detection, followed by, Centroid Tracking algorithm for tracking the detected vehicles. The above project is referred from (https://github.com/azhartalha/Traffic-Survalance-with-Computer-Vision-and-Deep-Learning)


Instructions for running the project

  1. Download the model weights from: Model weights
  2. Place it in the directory "model_data"(create a folder called model_data )
  3. Run main.py

Packages used

  1. Tensorflow
  2. Keras
  3. OpenCV
  4. Numpy