This is pretty cool and a great use case for a DeepLens. Since the DeepLens can do the inference on the machine it would save a ton of bandwidth and you could even make it play a sound when a spot opens up, so it would work disconnected from the internet.
Do you live in London? It has been said, without too much digging on my part, that London has more cameras than anywhere in the world.... (or is closely behind Beijing).
Yes. And yes, it's not news that there are loads of cameras. But the reality of actually seeing them all there on that page like that, for all to see. Knowing that anyone could easily watch my commute tomorrow, that's still a bit weird. Does that make sense?
There are local Facebook groups I'm in where people ask for cam footage after their car parked on the street gets damaged and there always seems to be at least one video offered.
Cool. Can we add infrared detection to determine if the car is just standing rather than parked, so you can eliminate the cases where a car is not in a parking spot, but would appear parked to this detector?
I'm a user of Mask R-CNN. While the masks it generates are great, I find too many false positives. So in applications like this, the alerts you get may not be what you think. Actual available parking spot may not be there.
Have you experimented with having confidence level filters on your detections and further training the model with more data on the types of object you are trying to detect in the environments that they appear? Depending on what you are doing, it might just be a case where some fine-tuning of the model would solve your accuracy problem.
Sorry if this is an obvious suggestion and you've already tried all that.