Search found 1552 matches

by asker
Sun Jun 13, 2021 12:01 pm
Forum: Mobile Apps and Event Server
Topic: Face recognition config question
Replies: 4
Views: 7425

Re: Face recognition config question

I had read all the guides I could find and they were very helpful but a time a little confusing / contradictory - however I now seem to have face recognition working based on these results: If you have time, please specifically point out which parts are contradictory and I'll see if it needs fixing...
by asker
Sat Jun 12, 2021 2:58 pm
Forum: Mobile Apps and Event Server
Topic: Face recognition config question
Replies: 4
Views: 7425

Re: Face recognition config question

1. Don't know if you are missing anything. You've posted logs for training, not for detection. Is face recognition being invoked for detection?
2. Make sure you have read this completely and are using use_sequence=yes. ml_sequence is key here.
by asker
Sat Jun 05, 2021 4:23 pm
Forum: Mobile Apps and Event Server
Topic: zm event notification server problem
Replies: 7
Views: 6449

Re: zm event notification server problem

Answer to question 2 - tried that no joy Then you need to solve that problem. If you can't access it using your web user acct. then it won't work. chown it 2. In the secrets.ini I get confused by what is meant by PORTAL - is this the external FQDN or the internal IP address of the server ? I actual...
by asker
Sat Jun 05, 2021 10:49 am
Forum: Mobile Apps and Event Server
Topic: Mlapi start as a service
Replies: 2
Views: 4111

Re: Mlapi start as a service

mlapi doesn't come with a generic service activation. You'll have to write or customize your own. The mlapi.service file I provide is one that works for me (Ubuntu 20) and the install_as_service.sh script set its up (which explains the disclaimer in the script). So I am not sure how you have defined...
by asker
Fri Jun 04, 2021 8:28 pm
Forum: Mobile Apps and Event Server
Topic: zm event notification server problem
Replies: 7
Views: 6449

Re: zm event notification server problem

Sounds good, if it works, please post details on what you did to make things work so I can add it to the FAQ
If it doesn't work, please go back to my questions and answer them precisely (questions 1-3).
by asker
Fri Jun 04, 2021 11:41 am
Forum: Mobile Apps and Event Server
Topic: MLAPI weird polygon drawing
Replies: 7
Views: 5373

Re: MLAPI weird polygon drawing

That's fine.

I've committed a fix, if you'd like to test.
https://github.com/pliablepixels/zmeven ... f3ae2a3803
by asker
Fri Jun 04, 2021 11:10 am
Forum: Mobile Apps and Event Server
Topic: zm event notification server problem
Replies: 7
Views: 6449

Re: zm event notification server problem

1. Does /etc/letsencrypt/live/PORTAL/fullchain.pem exist? 2. If it does exist, does sudo -u www-data ls -l /etc/letsencrypt/live/PORTAL/fullchain.pem work? (replace www-data with your web user) 3. What is the exact command you used to start the ES manually and does it work in daemon mode? (i.e. when...
by asker
Wed Jun 02, 2021 12:56 am
Forum: Mobile Apps and Event Server
Topic: MLAPI weird polygon drawing
Replies: 7
Views: 5373

Re: MLAPI weird polygon drawing

OR, we could do the smart thing and look at the code that draws the polygons, where we see that: a) there is no relevant logging around the code that draws the polygons on the image (pyzm/helpers/utils.py draw_bbox, or the place in zm_detect.py it is called from) b) you get the newh,neww of the ima...
by asker
Mon May 31, 2021 2:24 pm
Forum: Mobile Apps and Event Server
Topic: MLAPI weird polygon drawing
Replies: 7
Views: 5373

Re: MLAPI weird polygon drawing

Yup so it seems. As always, logs.
by asker
Sat May 29, 2021 8:44 pm
Forum: ZoneMinder 1.36.x
Topic: New install of ZM 1.36 not using entire disk space
Replies: 9
Views: 2319

Re: New install of ZM 1.36 not using entire disk space

For future reference, when you install Ubuntu 20, it automatically enables LVM unless you choose to disable it. When it is enabled, it is by default not configured to take up full disk space. In your case, it is 200G and that is then where ZM is installed, so it sees a total of 200GB. I found out th...
by asker
Sat May 29, 2021 8:02 pm
Forum: Mobile Apps and Event Server
Topic: Zmninja issue with new install of zoneminder
Replies: 1
Views: 3508

Re: Zmninja issue with new install of zoneminder

Meeko wrote: Sat May 29, 2021 8:11 am
Where do I start looking?
The logs files when this issue occurs. Both in zmNinja and ZM logs.
https://zmninja.readthedocs.io/en/lates ... ort-errors
by asker
Sat May 29, 2021 11:32 am
Forum: Mobile Apps and Event Server
Topic: Odd MLAPI detection behavior after upgrade
Replies: 8
Views: 5182

Re: Odd MLAPI detection behavior after upgrade

Okay, I think I've fixed it now - I did a few runs by invoking zm_detect with and without '--reason' as well as different values - and looks like the original polygons are being reset now at each invocations on the mlapi side. (https://github.com/pliablepixels/mlapi/commit/845cf704a2f3ba221cd6a2bd09...
by asker
Fri May 28, 2021 9:31 am
Forum: Mobile Apps and Event Server
Topic: Odd MLAPI detection behavior after upgrade
Replies: 8
Views: 5182

Re: Odd MLAPI detection behavior after upgrade

Thanks for the detailed logs. I think I know what is going on. When your reason is "Motion porch" and your zone name is "porch", I am replacing the reason with "Motion_porch" and then looking for a whole word "porch" in it, which will fail (as I just removed t...
by asker
Wed May 26, 2021 12:09 am
Forum: Mobile Apps and Event Server
Topic: Odd MLAPI detection behavior after upgrade
Replies: 8
Views: 5182

Re: Odd MLAPI detection behavior after upgrade

Compare mlapi debug logs between the version that reports nothing vs. the one that does.