Skip to content
#

car-detection

Here are 74 public repositories matching this topic...

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.

  • Updated Jul 4, 2024
  • Python

This repository contains an object detection tutorial to detect swimming pools and cars using YOLOv4-tiny with satellite imagery. The project includes training scripts, dataset configurations, and instructions for running the model on Google Colab.

  • Updated May 22, 2024
  • Python

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.

  • Updated May 1, 2024
  • Python

This repository contains a car detection and tracking software implemented using YOLOv8 for object recognition and classification, along with DeepSORT for tracking. The model is capable of detecting cars, buses, trucks, and trains in real-time video streams. This model combines state-of-the-art object detection and tracking techniques.

  • Updated Mar 6, 2024
  • Jupyter Notebook

This application is designed using Flutter and Dart. This application will ask the user i.e., traffic police to choose any one out of these given options. It will represent information regarding vehicles which either have crossed the zebra crossing or not, at the traffic signal.

  • Updated Jun 24, 2023
  • Dart

使用OpenCV部署HybridNets,同时处理车辆检测、可驾驶区域分割、车道线分割,三项视觉感知任务,包含C++和Python两种版本的程序实现。本套程序只依赖opencv库就可以运行, 彻底摆脱对任何深度学习框架的依赖。

  • Updated May 19, 2023
  • C++

Improve this page

Add a description, image, and links to the car-detection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the car-detection topic, visit your repo's landing page and select "manage topics."

Learn more