lcosicnus / CMS

Vehicle detection and tracking and speed estimation using opencv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Vehicle detection and tracking and speed estimation using opencv


Languages

Language:Python 100.0%