vehicle-detection topic

List vehicle-detection repositories

YOLO-Object-Counting-API

203
Stars
56
Forks
Watchers

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

vehicle-detection

628
Stars
243
Forks
Watchers

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

Vehicle_Detection_Recognition

200
Stars
83
Forks
Watchers

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 Dataset:http://ai.stanford.edu/~jkrause/ca...

Vehicle-Detection-YOLO-ver

133
Stars
58
Forks
Watchers

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

WS3D

121
Stars
11
Forks
Watchers

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

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.

VehicleDetection

51
Stars
31
Forks
Watchers

Detect and track vehicles in video

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++.