Skip to content
#

car-detection

Here are 40 public repositories matching this topic...

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 Jul 10, 2024
  • Python

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 Nov 1, 2024
  • Python

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