Skip to content

computervisionpro/Counting-Cars-in-Real-Time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counting Cars in Real Time

This project uses OpenVINO and centroid tracking algorithm to count cars in Real Time

Video Demo

Video_Demo

Requirements:

  • OpenCV
  • OpenVINO

Steps to run the program:

  1. Go to installed location of OpenVINO and find the bin folder
  2. Run the command setupvars.bat in the command prompt, which will initilaize the OpenVINO environment
  3. Go to the project location and run the command: python cars_count.py -v test_video.mp4 -b ./FP32/vehicle-detection-adas-0002.bin -x ./FP32/vehicle-detection-adas-0002.xml

Note that the bin & xml files here are according to version 2019, which may not be compatible with your version of OpenVINO. For more info, refer this blog that I wrote for this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages