The problem statement is to track the arrival and departure of vehicles at a location using Computer Vision. The use cases are :-
• Can be used in warehouses for detection and verification of loading vehicles.
• Can be used for detecting the entry of any vehicle in the premises.
• Parking spaces can be pre-booked and assigned a slot digitally and the parking charges can be calculated on the basis of arrival and departure time of vehicles.
• Vehicles can be verified during the entry without any human efforts.
The major challenge that we faced was OCR detection as there were accuracy issues which we overcame using better image preprocessing. Also real time detection was a bit slow which was resolved by analysing 1frame/second.
Discussion