Skip to content
/ CMS Public

Vehicle detection and tracking and speed estimation using opencv

Notifications You must be signed in to change notification settings

lcosicnus/CMS

Repository files navigation

Vehicle Detection and Tracking for speed estimation.

Vehicle detection with cascade classifier. carDet.py script use cascade classifier only for detection.

Tracking algorithms are used in CMS.py and opencv_tracker.py. CMS script use dlib tracker for tracking multiple vehicles. opencv_tracker script use trackers which are define in opencv. Version of OpenCV 3.4.0.

To start script:
Linux:
python <name_of_script>.py, example python carDet.py
Widowns:
<name_of_script>.py, carDet.py

Releases

No releases published

Packages

No packages published

Languages