Large Car-Parking companies operate buildings with thousand-cars capacity.
At least three types of problem can be addressed using computer vision:
1. Indicate to users when they enter which spots are empty (or allocate
spots): parking companies need to differentiate and being able to provide
extra service to their customers is valuable to them.
2. Prevent users to park their cars in inappropriate spots: using two spots
instead of one, using a forbidden spot.
3. Prevent cars from being stolen or broken into: human monitoring has its
limits and is costly, a computer system that would assist human monitoring by
alerting suspicious activity would be valuable.
The goal of this project is to solve problems 1-2 and attempt to solve 3.