Skip to content

Counting cars on highway from footage using MobileNetSSD, Dlib and OpenCV

License

Notifications You must be signed in to change notification settings

quangnhat185/Car_counting_MobileNetSSD

Repository files navigation

Car counting with OpenCV and Deep Learning

Set up environment

cd Car_counting_MobileNetSSD
.\env\Scripts\activate.bat
pip install -r requirements.txt

Run the script

Without saving processed footage:

python car_counting.py -v test_video.mp4

Saving processed footage:

python car_counting.py -v test_video.mp4 -s True

Usages

optional arguments:
  -h, --help            show this help message and exit
  -v VIDEO, --video VIDEO
                        Path to input video
  -c CONFIG, --config CONFIG
                        Path to the input configuration file
  -s SAVE, --save SAVE  Save processed video (True/False)

Credit

Adrian Rosebrok - Pyimagesearch: OpenCV Vehicle Detection, Tracking, and Speed Estimation

License

License

MIT License

About

Counting cars on highway from footage using MobileNetSSD, Dlib and OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages