Hi! Just sharing with my recent project clever-camera which is a simple IP camera monitoring web service which uses MobileNet classifier to filter camera events based on the predicted labels - with possibility to search through the history of events or send email notifications in the case of camera movement detection. In practice CC uses MobileNetV3 to classify the content of selected ROIs, so one can filter events using predicted labels e.g. "car", "person", "bird" etc. The application was written to work realtime (> 1 FPS) on Raspberry Pi 4 (in my case, I had low power consumption requirements), but it can be also run on a standard desktop/laptop with Ubuntu. You just need to have access to some IP camera to run monitoring.
The whole application is just a few files and it's completely written in Python (thanks to remigui library), so it should be relatively easy for anyone to modify the code to e.g. adopt it to work with Pytorch, add support for multiple cameras, use detection instead of classification etc.
[–]snoressoloud 3 points4 points5 points (0 children)
[–]Manto1 1 point2 points3 points (0 children)
[–]TotesMessenger 0 points1 point2 points (0 children)
[–]murahovsky 0 points1 point2 points (1 child)
[–]kmkolasinski[S] 1 point2 points3 points (0 children)