Skip to content

Latest commit

 

History

History
 
 

Car Detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Car Detection

Car detection and tracking in Python using OpenCV and [Haar Cascade Classifier]. You can download the classifier here --> haarcascade_car.xml

Prerequisites

- Python

- OpenCV

- Numpy

Steps to use this project:

1. [Clone](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) this repo.

2. Go to the directory of this repo cloned onto your local machine and open cmd.  

3. Install the prerequisites by running `pip install requirements.txt` in cmd.

5. Run the python files of your choice by typing the file name in the cmd as `car_detection_img.py` or `car_detection_vid.py`

Here are some snippets

In a video

car_detection

In an image

car_detection2

Author Name

ADITYA GANDHAMAL