vehicle-counting topic

List vehicle-counting repositories

vehicle_counting_tensorflow

865
Stars
360
Forks
Watchers

:oncoming_automobile: "MORE THAN VEHICLE COUNTING!" This project provides prediction for speed, color and size of the vehicles with TensorFlow Object Counting API.

This project imlements the following tasks in the project: 1. Vehicle counting, 2. Lane detection. 3.Lane change detection and 4.speed estimation

vehicle_counting

116
Stars
59
Forks
Watchers

Vehicle detection, tracking and counting by blob detection with OpenCV on c++.

tensorflow_object_counting_api

1.3k
Stars
543
Forks
Watchers

🚀 The TensorFlow Object Counting API is an open source framework built on top of TensorFlow and Keras that makes it easy to develop object counting systems!

Yolo-Vehicle-Counter

133
Stars
49
Forks
Watchers

This project aims to count every vehicle (motorcycle, bus, car, cycle, truck, train) detected in the input video using YOLOv3 object-detection algorithm.

Vehicle-Detection

190
Stars
41
Forks
Watchers

Vehicle Detection Using Deep Learning and YOLO Algorithm

vehicle_counting_hog_svm

96
Stars
36
Forks
Watchers

Vehicle detection, tracking and counting by SVM is trained with HOG features using OpenCV on c++.