Skip to content

Python3 program to detect cars in a video using OpenCV and a already trained car detection model.

Notifications You must be signed in to change notification settings

ch4tic/Car-Detection-OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Car-Detection-OpenCV

Script made to detect cars in a video using a pretrained car detection model.

Utilized a Haar cascade classifier to draw blue rectangles around detected cars.

How to run?

  1. Go into src/
  2. Install all needed packages: python3 -m pip install -r requirements.txt
  3. Run the program! python3 main.py

Pro tip: press Q to break out of the program!

About

Python3 program to detect cars in a video using OpenCV and a already trained car detection model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages