Search found 64 matches

by juan11perez
Tue Nov 30, 2021 5:55 pm
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1302133

Re: neo-ZMES - Public Beta

Good day, apologies for the delay.
currently moving house, so my setup is in pieces :)
As with the "standard" zmes, i'd like to be able to pull camera, object (person, dog), confidence level, face (recognition), confidence.

Thank you
by juan11perez
Sat Nov 27, 2021 1:58 am
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1302133

Re: neo-ZMES - Public Beta

@tsp84 Good day. Are you passing mqtt to homeassistant to send HA notifications? if yes can you share your automation? I was using the below with the oringinal zm and the json was parsing fine, but it's not doing the job with neozm - id: notify_person_detected alias: Notify person detected # initial...
by juan11perez
Tue Nov 23, 2021 11:45 am
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1302133

Re: neo-ZMES - Public Beta

Thank you for all your support. I have replaced pyzm and it now detects face with frame_strategy: first
by juan11perez
Sun Nov 21, 2021 9:28 am
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1302133

Re: neo-ZMES - Public Beta

yessss !!! it works..... and following the model_sequence : object, face but frame_strategy: most needs to be like this. if set to first it doesnt work root@UNRAID:/var/lib/zmeventnotification# sudo -u www-data /var/lib/zmeventnotification/bin/zm_detect.py --config /etc/zm/objectconfig.yml --debug -...
by juan11perez
Sun Nov 21, 2021 4:29 am
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1302133

Re: neo-ZMES - Public Beta

ok, made the changes.
also noticed that objectconfig.yml has frame_strategy: '{{frame_strategy}}' but it's not defined like in mlapi.

no detection. this is mlapi.log
https://pastebin.com/5KmfHh9C
by juan11perez
Sun Nov 21, 2021 3:49 am
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1302133

Re: neo-ZMES - Public Beta

Ok, so that fixed it. no errors. Sorry about that, but i couldn't work out that the pushover user/pass is used for the custom script as well. root@UNRAID:/config/hook# sudo -u www-data /var/lib/zmeventnotification/bin/zm_detect.py --config /etc/zm/objectconfig.yml --debug --eventid 140 encrypted_dat...
by juan11perez
Sat Nov 20, 2021 1:00 pm
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1302133

Re: neo-ZMES - Public Beta

i found the error in my gotify config. I've moved it several times so I missed something.

i dont have a 'view_only_username' , I only the default admin and juan

the view_only user is on your config screenshot. maybe it's hardcoded somewhere?
by juan11perez
Sat Nov 20, 2021 12:16 pm
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1302133

Re: neo-ZMES - Public Beta

I've given that user full privileges (up to edit where applicable). So it should get the token
by juan11perez
Sat Nov 20, 2021 12:03 pm
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1302133

Re: neo-ZMES - Public Beta

stll error at the end root@UNRAID:/var/lib/zmeventnotification# sudo -u www-data /var/lib/zmeventnotification/bin/zm_detect.py --config /etc/zm/objectconfig.yml --debug --eventid 314 encrypted_data = {'gAAAAABhmOO-rh5ZSDmeG_Eu7AhoDpakEVrsli0_vLR4K3N_WpZK5Zl6wGn6lfRdnG8hvMzt8AN-pyoSzI4CA70rC-A134kyjg...
by juan11perez
Sat Nov 20, 2021 11:48 am
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1302133

Re: neo-ZMES - Public Beta

it's throwing this error root@UNRAID:/var/lib/zmeventnotification# sudo -u www-data /var/lib/zmeventnotification/bin/zm_detect.py --config /etc/zm/objectconfig.yml --debug --eventid 228 encrypted_data = {'gAAAAABhmOAoggyHLvqU5XvJyX5ijxtFYQmN5YYNmvLn9uC7BUeNNvzlO7RfLUQlHwlID1LAvcuTKeNqsuVuhgcf84xc1BV...
by juan11perez
Sat Nov 20, 2021 11:28 am
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1302133

Re: neo-ZMES - Public Beta

thank you. that works and it completed training. now to activate face recognition, i tried (in objectconfig and mlapi) model_sequence : object, face and in face face: general: face_detection_pattern: '{{face_detection_pattern}}' # combine results below same_model_sequence_strategy: 'union' sequence:...
by juan11perez
Sat Nov 20, 2021 9:33 am
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1302133

Re: neo-ZMES - Public Beta

Apologies. Still some errors root@UNRAID:/config/hook# python3 ./zm_train_faces.py 11/20/21 13:31:37.624475 zmes_face_train[4644] DBG1 new_yaml.py:242->[config:init: the supplied config file exists -> '/etc/zm/objectconfig.yml'] 11/20/21 13:31:37.712563 zmes_face_train[4644] DBG1 new_yaml.py:265->[c...
by juan11perez
Sat Nov 20, 2021 5:22 am
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1302133

Re: neo-ZMES - Public Beta

Thank you. now this

Code: Select all

root@UNRAID:/config/hook# python3 ./zm_train_faces.py 
Traceback (most recent call last):
  File "./zm_train_faces.py", line 34, in <module>
    g.config = zmesc.config
AttributeError: 'tuple' object has no attribute 'config'
root@UNRAID:/config/hook# 
by juan11perez
Sat Nov 20, 2021 4:29 am
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1302133

Re: neo-ZMES - Public Beta

Good day trying to get face recognition running it throughs the following error: root@UNRAID:/config/hook# python3 ./zm_train_faces.py Traceback (most recent call last): File "./zm_train_faces.py", line 32, in <module> zmesc = proc_conf(args=args, conf_globals=g) TypeError: process_config(...
by juan11perez
Thu Nov 18, 2021 8:39 pm
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1302133

Re: neo-ZMES - Public Beta

yes I see it. thank you.
I'll build nvidia and give a test.