Skip to content

Simple vehicle counting and tracking using both manual and yolo pre-trained model.

Notifications You must be signed in to change notification settings

DimaMirana/Vehicle-Tracker-and-Counter

Repository files navigation

Vehicle-Tracker-and-Counter

Tried to detect the number of car in a video.

1.Object detection without yolo use background substraction to detect blob from image and count a blob as an object if it crossed a certain line in the frame. If the object doesn't cross the line then it won't be counted. the-output-video

2.To run the count-with-yolo.ipnyb file , need to download the yolov3.weights from yolo website. put that yolov3.weights file in yolo folder and then run the file. The object detection and tracking centeroid algorithhm is based on pyImageSearch website. I am using tutorial from https://www.pyimagesearch.com/2018/11/12/yolo-object-detection-with-opencv/ to develop the implementation here. the-output-video

About

Simple vehicle counting and tracking using both manual and yolo pre-trained model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published