Skip to content

A Summer Internship Project in ELCITA company as a part of academic program. It is a video analytics prject whic detects the vehicles passed from a certain point and monitor them.

Notifications You must be signed in to change notification settings

PRAJWLSHETTY/AUTOMATIC-TRAFFIC-DETECTION-AND-MONITORING

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Summer Internship Project in ELCITA company as a part of academic program. It is a video analytics prject whic detects the vehicles passed from a certain point and monitor them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages