I implemented a custom DeepStack model to alert me when the mail is delivered because my mailbox is down the street from my home. I'm using a camera mounted near the street that also detects people and vehicles (including ALPR).
The post truck detection works but will fail if the event is preceded by another event. For example, a jogger triggered an alert at 11:18:29 which then masked the mail delivery 6 seconds later at 11:18:35. Is there a way to ensure sequential alerts fire?
The post truck detection works but will fail if the event is preceded by another event. For example, a jogger triggered an alert at 11:18:29 which then masked the mail delivery 6 seconds later at 11:18:35. Is there a way to ensure sequential alerts fire?