car-detection
There are 79 repositories under car-detection topic.
ShreyAmbesh/Traffic-Rule-Violation-Detection-System
Hobby project to track vehicles that are over speeding and violating red light
jasur-2902/CarRecognition
This is one of the best vehicle recognition applications. It can determine the car's license plate number, color, model, brand and year.
ibaiGorordo/ONNX-HybridNets-Multitask-Road-Detection
Python scripts for performing road segemtnation and car detection using the HybridNets multitask model in ONNX.
Spidy20/Car_Detection_System
In this system you can detect cars from video or live webcam
math-silva/YOLO-Parking-Spot
In this project, we compared different YOLO models by training them on drone images from the Unifesp parking lot to detect cars. Our objective was to assess their performance and identify the most effective model for improving traffic flow and optimizing parking space utilization.
hpc203/hybridnets-opencv-dnn
使用OpenCV部署HybridNets,同时处理车辆检测、可驾驶区域分割、车道线分割,三项视觉感知任务,包含C++和Python两种版本的程序实现。本套程序只依赖opencv库就可以运行, 彻底摆脱对任何深度学习框架的依赖。
CREESTL/CarCounterYOLOv3
This app detects types of cars and counts cars using YOLOv3
CWLeonis/Car_detection_Deep_learning
detecting model and the name of the cars with deep neural networks like VGG-16 , YOLOv5 and YOLOv8
guanfuchen/object_detection_hog_svm
使用HOG和SVM进行目标检测
Kazuhito00/YOLOPv2-ONNX-Sample
YOLOPv2のPythonでのONNX推論サンプル
AsadiAhmad/Car-Detection
Car Detection with YoloV5 for Computer Vision Course
Farbod-Siahkali/Iranian-Vehicle-Tracking-and-Recognition
Iranian Vehicle Tracking and Recognition + License Plate Recognition Using Yolov5, OSNet
AmeyaWagh/Lyft_Perception_challenge
MASK-RCNN implementation for Lyft Perception Challenge
CREESTL/CarStopDetection
This program detects vehicles that are not moving
shukur-alom/Parking-Free-Space-Detection-Using-Computer-Vision
This project utilizes the custom object detection model to monitor parking spaces in a video feed. It identifies vehicles in the video and overlays polygons representing parking spaces on the frames. The program then calculates the number of occupied and free parking spaces based on the detected vehicles and the predefined parking space polygons.
affinis-lab/car-detection-module
Module for car detection
lewjiayi/Vehicle-Headlight-Tracker
A simple night time vehicle tracking algorithm via headlight
jungsoh/yolo-car-detection-for-autonomous-driving
Application of pre-trained YOLO object detection model to car detection for autonomous driving
KareimGazer/Perception-Stack
software pipeline to identify the lane boundaries and cars in a video for autonomous self-driving cars
ApurbaSengupta/Faster-R-CNN-and-Mask-R-CNN
Object classification and segmentation in images
bhaveshachhada/Car-and-Lane-Detection-using-openCV
This project is for learning computer vision using openCV and python.
kby-ai/Automatic-License-Plate-Recognition-Flutter
Flutter ALPR/ANPR Project: license plate recognition, vehicle number plate recognition, ALPR reader, ALPR scanner, license plate OCR, car number plate recognition
MarwanMashra/Carbon-VisionnAIre
🎖️1st prize from TotalEnergies for Technical Excellence (the best score) during a Hackathon. It's an AI solution for detecting a car in an image and estimating its CO2 emission.
NimaFakoor/Car-Detection-using-Raspberry-Pi
a prototype through raspberry pi shows whether the captured video consists of a car or not and counts them.
rajveersinghcse/Car-Detection-and-Car-Counter
🚙 This project merges YOLOv8l for precise car detection with SORT for streamlined car tracking, offering a comprehensive tool for real-time vehicle counting in designated areas.
saimj7/Autonomous-Driving
Building autonomous vehicles from the ground up!
yukitsuji/Fast_RCNN_tensorflow
Implemention of Fast RCNN by Tensorflow
ahsan-83/Machine-Learning-Projects
Machine Learning Projects
antonio-f/YOLO_car_detection
YOLO Car Detection
ashishraste/CarND-VehicleDetectionTracking
Vehicle detection and tracking
Daniyar1239/AI-car-parking
CNN-based real-time car parking lot classification
grogusbeskar/Autonomous-Car-Detection-Application
Autonomous car detection application using Convolutional Neural Network (CNN). YOLO model is used in this project
JananiSBabu/Autonomous_Driving_Car_Detection_YOLO_Tensorflow
Autonomous Driving Car Detection Application using YOLO algorithm
vn33/IndianVehicleLicensePlateDetection-using-Yolov8-and-EasyOCR
This project aims to detect vehicles and read license plates from video footage. It leverages YOLOv8 for object detection and the SORT algorithm for tracking vehicles across frames. The detected license plates are then processed using EasyOCR to extract the text, with a focus on Indian license plate formats.