The project is about checking whether parking space are available or not. Also, we count the number of vacant and occupied spaces.
- Download the repository.
- Install dependencies OpenCV and CVZone
- Fire up a terminal inside the repo and run python main.py
Our approach is purely based on traditional computer vision techniques, sometimes simple approaches outperform deep learning techniques
- First of all we are defining the no of parking spaces in the parking garage and saving them in pickle format
- Then checking pixel intensity in each lot thereby we can find a threshold to distinguish whether the car is present or not