Search found 1451 matches
- Fri Dec 04, 2020 10:16 am
- Forum: Feature Requests
- Topic: zmeventnotification make it to analyze not only snapshot and bestmatch
- Replies: 7
- Views: 844
Re: zmeventnotification make it to analyze not only snapshot and bestmatch
Short hack: See https://github.com/pliablepixels/zmeventnotification/issues/313 The longer term/better performant/more options way: Feel free to follow the work going on here pyzm is the core part that does all this. I am currently running a version of the detection framework that is doing what you ...
- Mon Nov 30, 2020 1:48 am
- Forum: Mobile Apps
- Topic: ZMNinja without Google Play?
- Replies: 2
- Views: 392
Re: ZMNinja without Google Play?
Ah wait. I misread your post. If you have already purchased the software you should be able to make a backup or extract the apk and install in your other device. However I don’t believe you can continue to update it
- Sun Nov 29, 2020 9:22 pm
- Forum: Mobile Apps
- Topic: ZMNinja without Google Play?
- Replies: 2
- Views: 392
- Sat Nov 21, 2020 4:10 pm
- Forum: ZoneMinder 1.34.x
- Topic: zmevennotification object detection on edge tpu
- Replies: 40
- Views: 4638
Re: zmevennotification object detection on edge tpu
So do you think possible on mlapi to use YoloVx only after MobileNetSSDV2 if MobileNetSSDV2 return nothing or no patern filter [objectfirst] [objectsecond]only if first failed Thanks Not yet, but the plumbing is already in place. The new version of pyzm allows you to: a) chain models and fallback t...
- Mon Nov 16, 2020 10:18 pm
- Forum: ZoneMinder 1.35.x
- Topic: Coral edgetpu on ubuntu 20.04.1 LTS zm 1.35.10
- Replies: 11
- Views: 1660
Re: Coral edgetpu on ubuntu 20.04.1 LTS zm 1.35.10
Unfortunately, that is not an area of I would have any idea about (VM pass throughs and associated challenges). Note that the google coral github repo is very helpful as well. There are docker related issues there as well https://github.com/google-coral/edgetpu/issues/166 I read someone else post ab...
- Mon Nov 16, 2020 2:45 am
- Forum: ZoneMinder 1.35.x
- Topic: Coral edgetpu on ubuntu 20.04.1 LTS zm 1.35.10
- Replies: 11
- Views: 1660
Re: Coral edgetpu on ubuntu 20.04.1 LTS zm 1.35.10
Try updating pyzm to the latest version.
- Sun Nov 08, 2020 9:46 pm
- Forum: ZoneMinder 1.35.x
- Topic: Coral edgetpu on ubuntu 20.04.1 LTS zm 1.35.10
- Replies: 11
- Views: 1660
Re: Coral edgetpu on ubuntu 20.04.1 LTS zm 1.35.10
You'll have to read the logs. There are many items: 1. Time the ES takes to detect the event 2. time in wait (specified by wait parameter) 3. time to download images 4. time to detect 5. time to send 6. time your phone receives it 1 is around 5 seconds. You can change it 2. is immediate unless there...
- Tue Nov 03, 2020 1:10 pm
- Forum: Mobile Apps
- Topic: zmeventnotification - Different confidence for different cameras or times?
- Replies: 3
- Views: 553
Re: zmeventnotification - Different confidence for different cameras or times?
Oh really!? I thought it was global, excellent, thanks! Unrelated to your question - but you should also be on ES 6 Thanks for pointing this out, but looking at the change log, I don't think there's a reason to update to be honest. Everything's working fine for me. I only use this to tag if there w...
- Tue Nov 03, 2020 12:19 pm
- Forum: Mobile Apps
- Topic: zmeventnotification - Different confidence for different cameras or times?
- Replies: 3
- Views: 553
Re: zmeventnotification - Different confidence for different cameras or times?
You can specify difference confidences per monitor. Any attribute in objectconfig can be overridden on a per monitor basis. All you need to do is add it to that monitor section.
Unrelated to your question - but you should also be on ES 6 - the attribute is now called object_min_confidence.
Unrelated to your question - but you should also be on ES 6 - the attribute is now called object_min_confidence.
- Sun Oct 25, 2020 9:23 pm
- Forum: Mobile Apps
- Topic: ES update fails
- Replies: 6
- Views: 1192
Re: ES update fails
I do fear this version tag will be a pain for me later.
I suspect many people will just hand tweak their configs and never update the version.
I suspect many people will just hand tweak their configs and never update the version.
- Sun Oct 25, 2020 1:21 am
- Forum: Mobile Apps
- Topic: ES update fails
- Replies: 6
- Views: 1192
Re: ES update fails
When you updated to Es 6.0 you did not update the version. It should be 1.0
- Sat Oct 24, 2020 2:11 am
- Forum: ZoneMinder 1.35.x
- Topic: Cant get mp4/gif animation to work
- Replies: 1
- Views: 710
Re: Cant get mp4/gif animation to work
Hard to understand as you posted a 1 line log. Please post debug logs.
- Sat Oct 17, 2020 8:39 pm
- Forum: ZoneMinder 1.34.x
- Topic: zmevennotification object detection on edge tpu
- Replies: 40
- Views: 4638
Re: zmevennotification object detection on edge tpu
https://coral.ai/docs/accelerator/get-started/Greg_Talyor wrote: ↑Sat Oct 17, 2020 5:48 pmSorry for chipping in. I got a kit (Coral Edge TPU USB Accelerator), but don't know where to start. Any guidance for dummies is welcomed. Ta.
- Sat Oct 17, 2020 1:52 pm
- Forum: ZoneMinder 1.34.x
- Topic: zmevennotification object detection on edge tpu
- Replies: 40
- Views: 4638
Re: zmevennotification object detection on edge tpu
Do you find it to have the same accuracy as YOLO? Which models are you using? MobileNetSSDV2 is not as accurate as YoloVx when we are using full yolo weights. It is however, far more accurate than Yolo with tiny weights. I'll echo Magic919's comment: for me, it hasn't yet missed objects I care abou...
- Sat Oct 17, 2020 12:22 pm
- Forum: Mobile Apps
- Topic: ES 6.0 push notifications: Update on how things work
- Replies: 0
- Views: 2062
ES 6.0 push notifications: Update on how things work
With ES 6.0, your pushes now use FCMv1 - a newer protocol that (eventually) will offer better features. Android users should already see the benefits with ES 6.0 in terms of reliable vibrations/sounds. This also required me to change how things work and your pushes now route through an intermediary ...