Closed
Description
I work on a project with 15 cameras, where each is on a neighbouring bit of space.
We send a notification to the client the first time we see an object. Normally an object will only appear in one of those cameras, but it would be nice to protect against a case where it moves across all 15, and prevent sending 15 notifications. How could we go about implementing this?
I can't really workout how to think about it. Re-identification is key, but how do we share a kind of re-identification pool over all of the streams.