This project aims to detect whether a spot is clear to park a car or it is already filled.
To use this module
- run the main.py
in the asset folder
- select the rectancle spots by clicking the four corner of it which spot you want to observe
- if want to go to the initial stage press r
- if you make any mistake in selecting the spots , again select the box over the incorrect box.
the last box you draw will be consider as final box for that the spot .
- if you done with selecting the spots press q
and just chill
- right now we detect whether there is a car or not by just taking the average of the pixel . in future i want to crop the spots and pass to some classifier so that we can correctly detect car on the spots .