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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
lcosicnus
Apr 20, 2018
5b81b39 · Apr 20, 2018

History

28 Commits
Jan 9, 2018
Jan 17, 2018
Feb 20, 2018
Mar 20, 2018
Apr 3, 2018
Feb 20, 2018
Jan 9, 2018
Apr 3, 2018
Jan 9, 2018
Mar 20, 2018
Apr 20, 2018
Jan 9, 2018

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