Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 555 Bytes

ReadMe.md

File metadata and controls

20 lines (12 loc) · 555 Bytes

Vehicle Counter from high speed road using image processing methods only running in real time

The requirements for this task are namely: - numpy - scipy - opencv 3.4.5

Install the requiremnts in tour environment using the following command pip install -r imageRequirements.txt

Run the vehicle counter script and pass the video to begin the detection along with the proper avi output file name path.

python3.6 vehicleCounter input_vide.avi output_video.avi