Search found 3 matches

by russellhq
Sat Sep 28, 2019 9:35 am
Forum: Feature Requests
Topic: Machine learning video detection
Replies: 10
Views: 17912

Re: Machine learning video detection

I came across this GitHub which I think might make it easy to integrate machine learning into Zoneminder. https://github.com/robmarkcole/coral-pi-rest-server/ It runs on a Pi and detection speeds can be sped up significantly by plugging in a Coral USB Accelerator which has a processor designed just ...
by russellhq
Thu Jul 11, 2019 8:11 pm
Forum: User Contributions
Topic: Instant notification on alarm + machine learning object detection
Replies: 35
Views: 71446

Re: Instant notification on alarm + machine learning object detection

Thanks, I gave that a go and MUTT gave an error: Fcc to an IMAP mailbox is not supported in batch mode I used this guide to configure mutt to use Gmail: https://lifehacker.com/how-to-use-the-fast-and-powerful-mutt-email-client-with-5574557 Turns out the following configuration works (copied below) a...
by russellhq
Sun Jul 07, 2019 9:09 pm
Forum: User Contributions
Topic: Instant notification on alarm + machine learning object detection
Replies: 35
Views: 71446

Re: Instant notification on alarm

I have ditched my perl script and switched to a Python script that uses the API. Inspired by asker's zmeventserver, I have also added object detection with OpenCV + YOLO v3 to eliminate false notifications, which is working really well. This method also has the benefit of not reading the shared mem...