Skip to content

mnett0/hightway-traffic-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hightway-traffic-count

The aim of the project is to count the number of cars passing in both directions on the Millau viaduct in France, from a live video broadcast here: Viewsurf

Then to display the collected data on a dashboard.

The master branch uses the background subtraction method with OpenCV library. While the yolo branch, uses the YOLOv3 (or v4) library it allows to differentiate the type of vehicles but is very heavy to execute. Also, it allows to count the vehicles in both directions.

The architecture of the project:

Live video <-- Python script (OpenCV) --> Prometheus <-- Grafana