Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 920 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 920 Bytes

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.