Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 718 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 718 Bytes

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