Search found 1552 matches

by asker
Sat Jul 10, 2021 12:46 pm
Forum: Mobile Apps and Event Server
Topic: zmNinja, ES+ML support discontinuation notice (in advance) : EOY 2021
Replies: 59
Views: 2150470

Re: zmNinja, ES+ML support discontinuation notice (in advance) : EOY 2021

I've just made zmNinja free in iOS and Android app/play stores.
by asker
Sat Jul 10, 2021 12:30 pm
Forum: Mobile Apps and Event Server
Topic: zmNinja, ES+ML support discontinuation notice (in advance) : EOY 2021
Replies: 59
Views: 2150470

zmNinja, ES+ML support discontinuation notice (in advance) : EOY 2021

(Note: This is an end of life notice for zmNinja and the Event Server+Machine learning work. It is NOT RELATED to ZoneMinder. ZoneMinder is still very actively supported by Isaac and others and has nothing to do with my stopping support for my tools and apps) Hey folks, I wanted to let everyone kno...
by asker
Wed Jul 07, 2021 11:27 am
Forum: Mobile Apps and Event Server
Topic: zmNinja and multiple Event Notification servers
Replies: 2
Views: 6915

Re: zmNinja and multiple Event Notification servers

zmN doesn't support multiserver today
by asker
Thu Jul 01, 2021 11:13 am
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 57586

Re: zmevennotification object detection on edge tpu

1. The most important thing is "match_patch_detections" as specified is just a variable. It also needs to be part of the general section of ml_sequence - a 'yes' or 'no' there is what actually matters. This section covers it, but I know its confusing. This is because when I first started, ...
by asker
Thu Jul 01, 2021 11:07 am
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 57586

Re: zmevennotification object detection on edge tpu

Cheers, finally have it spewing: Jul 01 2021 12:41:56.718392 [DBG 1] Hashes are correct: password matched Jul 01 2021 12:41:56.723684 [DBG 1] Monitor ID not specified, or not found in mlapi config, using zm_detect overrides <deleted> So if you look at your mlapi logs, there are no mentions of match...
by asker
Thu Jul 01, 2021 1:44 am
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 57586

Re: zmevennotification object detection on edge tpu

I don’t know. You are using someone’s docker image. You’ll have to ask them where they are storing it. I saw the dockerfile and it looks like they are just running it as is without debug logs. If so I doubt debug is stored anywhere but the docker author would know or fix their invocation so it’s sto...
by asker
Tue Jun 29, 2021 11:40 pm
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 57586

Re: zmevennotification object detection on edge tpu

mlapi logs. Not ZM detect.
by asker
Tue Jun 29, 2021 11:09 am
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 57586

Re: zmevennotification object detection on edge tpu

Mlapi logs and debug. Not INF.
Run manually with —debug or take a look at the docs (or my signature) on links for debug logging.
by asker
Tue Jun 29, 2021 1:57 am
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 57586

Re: zmevennotification object detection on edge tpu

Let’s have a look at mlapi debug logs. Configs look ok.
by asker
Mon Jun 28, 2021 2:26 am
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 57586

Re: zmevennotification object detection on edge tpu

This happens only for snapshots in mlapi. That is because mlapi detects on the frame that is the latest snapshot at that point of time. When the detections finish zmdetect gets the results from mlapi and draws boxes around the frame called snapshot then. In that difference in time snapshot may have ...
by asker
Sat Jun 26, 2021 6:06 pm
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 57586

Re: zmevennotification object detection on edge tpu

Ok: installed opencv with cuda and no change. Is there a specific gpu install for face recognition? more testing........ It's confirmed, the face recognition task is responsible for the entire spike. If I turn it off with 'name':'Face Recognition (Dlib)', # optional 'enabled': 'no' mlapi hardly mov...
by asker
Sat Jun 19, 2021 5:00 pm
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 57586

Re: zmevennotification object detection on edge tpu

Check your logs, make sure TPU is actually being used. Also, use mlapi - if you are loading models on each run, it might cause spikes. In my case, CPU goes from 10%-17% when a detection happens on TPU
by asker
Thu Jun 17, 2021 10:40 am
Forum: Mobile Apps and Event Server
Topic: How to ask for help: zmNinja and EventServer
Replies: 0
Views: 19804

How to ask for help: zmNinja and EventServer

Step 1: Read the docs Step 2: Search the forum for past issues similar to yours Step 3: Post debug logs, always (I may choose not to respond, if you don't follow this request) These links are also part of my signature: How to set up logging properly How to troubleshoot and report - ES How to trouble...
by asker
Thu Jun 17, 2021 10:34 am
Forum: Mobile Apps and Event Server
Topic: Event Notification Server error
Replies: 1
Views: 4835

Re: Event Notification Server error

1. You will see a link in my signature that points to how to configure logs. Please follow that, enable debug logs 2. You will also see a link in my signature that points to how to report logs, also please take a look. Now, looking at what you posted: When the ES is trying to log into ZM, it is erro...
by asker
Wed Jun 16, 2021 10:05 am
Forum: Mobile Apps and Event Server
Topic: ZMeventnotification - cannot convert float NaN to integer
Replies: 5
Views: 5685

Re: ZMeventnotification - cannot convert float NaN to integer

_b,_l,_c,_m = m.detect(image=frame) File "/usr/local/lib/python3.8/site-packages/pyzm/ml/object.py", line 58, in detect b,l,c,_model_names = self.model.detect(image) File "/usr/local/lib/python3.8/site-packages/pyzm/ml/yolo.py", line 191, in detect center_x = int(detection[0] * ...