Repository navigation

#

vehicle-detection

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

Python
920
4 年前

Created vehicle detection pipeline with two approaches: (1) deep neural networks (YOLO framework) and (2) support vector machines ( OpenCV + HOG).

Python
663
1 年前

Vehicle Detection by Haar Cascades with OpenCV

C++
555
3 年前

Vehicle Detection, Tracking and Counting

C++
500
5 年前

Vehicle detection using YOLO in Keras runs at 21FPS

Jupyter Notebook
391
8 年前

Hobby project to track vehicles that are over speeding and violating red light

Python
303
4 年前

KITTI data processing and 3D CNN for Vehicle Detection

Python
286
6 年前

The code of the Object Counting API, implemented with the YOLO algorithm and with the SORT algorithm

Python
215
5 年前

This is a Matlab lesson design for vehicle detection and recognition. Using cifar-10Net to training a RCNN, and finetune AlexNet to classify. Thanks to Cars Datasethttp//ai.stanford.edu/~jkrause/cars/car_dataset.html

MATLAB
204
3 年前

OpenCV implementation of lane and vehicle tracking

C++
184
10 年前

The main objective of this project is to identify overspeed vehicles, using Deep Learning and Machine Learning Algorithms. After acquisition of series of images from the video, trucks are detected using Haar Cascade Classifier. The model for the classifier is trained using lots of positive and negative images to make an XML file. This is followed by tracking down the vehicles and estimating their speeds with the help of their respective locations, ppm (pixels per meter) and fps (frames per second). Now, the cropped images of the identified trucks are sent for License Plate detection. The CCA (Connected Component Analysis) assists in Number Plate detection and Characters Segmentation. The SVC model is trained using characters images (20X20) and to increase the accuracy, 4 cross fold validation (Machine Learning) is also done. This model aids in recognizing the segmented characters. After recognition, the calculated speed of the trucks is fed into an excel sheet along with their license plate numbers. These trucks are also assigned some IDs to generate a systematized database.

Python
167
3 年前

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

Python
156
5 年前

real-time Vehicle Detection( tiny YOLO ver) and HOG+SVM method

Python
141
8 年前

This is one of the best vehicle recognition applications. It can determine the car's license plate number, color, model, brand and year.

Java
127
7 个月前

Official version of 'Weakly Supervised 3D object detection from Lidar Point Cloud'(ECCV2020)

Python
125
5 年前

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

C++
119
8 年前

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

C++
98
8 年前