Search found 227 matches

by tsp84
Fri Nov 12, 2021 7:49 pm
Forum: Mobile Apps and Event Server
Topic: Event Server Object Detection not working
Replies: 31
Views: 56252

Re: Event Server Object Detection not working

In the object options section of the objectconfig.yml or mlapiconfig.yml (whichever is using your GPU) there is an option to use fp16. uncomment that and also uncomment the section in ml_sequence that enables it inside the yolo sequence. # ** NOTE THIS IS EXPERIMENTAL ** #fp16_target: no uncomment a...
by tsp84
Fri Nov 12, 2021 7:16 pm
Forum: Mobile Apps and Event Server
Topic: Event Server Object Detection not working
Replies: 31
Views: 56252

Re: Event Server Object Detection not working

It seems to me that maybe the credentials are incorrect? Or maybe ZM isn't setup to authorize correctly? ZM is not replying with an auth token. Here are my logs for that section -> 11/12/21 12:10:18.525296 zmesdetect_m1[15366] DBG1 zm_detect.py:598 [perf:zmes: building the intial config took 0.24846...
by tsp84
Fri Nov 12, 2021 5:28 pm
Forum: Mobile Apps and Event Server
Topic: Event Server Object Detection not working
Replies: 31
Views: 56252

Re: Event Server Object Detection not working

I pushed just now, let me know if that does the trick. Im a bit slower for sure, older hardware and I am virtualized but still.... that's a big difference lol. 11/12/21 10:21:29.042393 zmesdetect_m1[3211] DBG1 zm_detect.py:596 [perf:zmes: building the intial config took 0.252425 ] If my suspicion is...
by tsp84
Fri Nov 12, 2021 4:45 pm
Forum: Mobile Apps and Event Server
Topic: Event Server Object Detection not working
Replies: 31
Views: 56252

Re: Event Server Object Detection not working

Err, actually I think I may know whats going on. Your system is hella faster than mine and the ZM API is not created by the time the remote detection si ready to be sent off. Ill fix this and push to repo ASAP.
by tsp84
Fri Nov 12, 2021 4:28 pm
Forum: Mobile Apps and Event Server
Topic: Event Server Object Detection not working
Replies: 31
Views: 56252

Re: Event Server Object Detection not working

Please open the zm_detect.py script in a text editor and goto line 798. Line 798 should be the "BASE EXCEPTION" line and add 1 line after it - -> Opening zm_detect.py -> sudo -u www-data nano /var/lib/zmeventnotification/bin/zm_detect.py print(f"BASE EXCEPTION-> {all_ex}") To -> ...
by tsp84
Fri Nov 12, 2021 4:21 pm
Forum: Mobile Apps and Event Server
Topic: Event Server Object Detection not working
Replies: 31
Views: 56252

Re: Event Server Object Detection not working

One moment i will review that section of code and see whats going on
by tsp84
Fri Nov 12, 2021 3:45 pm
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1326548

Re: neo-ZMES - Public Beta

zmeventnotification can not read YAML. You are feeding zm_secrets.yml into zmeventnotification.pl. zmeventnotification.pl needs zmeventnotfication.ini and secrets.ini to function. zmeventnotification.pl is the actual program that scans the memory looking for new events created by ZM. The object dete...
by tsp84
Fri Nov 12, 2021 3:43 pm
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1326548

Re: neo-ZMES - Public Beta

Theres a formatting error in zm_secrets.yml ? Im not sure as the logs provided don't really tell me much. Make sure that all the keys in zm_secrets are formatted properly. Sanitize the secrets file and post it to see if there are any formatting errors, I have tried to recreate that error and I cant,...
by tsp84
Fri Nov 12, 2021 2:49 pm
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1326548

Re: neo-ZMES - Public Beta

I cant get that error to reproduce on my end. Did you delete and re clone the repos and reinstall? Can you post more log output so I can see if there's any odd errors before this one. Some of the errors are just a one line message (in order to keep the detections going instead of failing outright). ...
by tsp84
Fri Nov 12, 2021 2:38 pm
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1326548

Re: neo-ZMES - Public Beta

I ran into hat error last night.... Thought it was fixed, one moment I'll hop on and take a look.
by tsp84
Fri Nov 12, 2021 2:18 pm
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1326548

Re: neo-ZMES - Public Beta

You need to sudo pip3 install pyyaml, that should of been in requirements (I'll add that today, I swear it was in the requirements though). The gotify.sh script is configurable in the objectconfig.yml file. The script can be named whatever you want, the main point is that whatever the script is name...
by tsp84
Fri Nov 12, 2021 4:55 am
Forum: Mobile Apps and Event Server
Topic: Event Server Object Detection not working
Replies: 31
Views: 56252

Re: Event Server Object Detection not working

Repos have been updated, I installed from scratch and got detections going with minimum configuration so I'm hoping things should be good now.
by tsp84
Fri Nov 12, 2021 4:49 am
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1326548

Re: neo-ZMES - Public Beta

Alright, I created a new virtualenv, deleted everything and installed from scratch. I fixed whatever errors I found along the way and got a detection using GPU without mlapi. I then ran mlapi and got a detection on the GPU so from what I can tell things are working. Check it out and let me know. One...
by tsp84
Thu Nov 11, 2021 11:32 pm
Forum: Mobile Apps and Event Server
Topic: neo-ZMES - Public Beta
Replies: 115
Views: 1326548

Re: neo-ZMES - Public Beta

Yeah I haven't installed from scratch and have my source configs on different disks. Using a new ide and for some reason it keeps doing strange things. Adding dependencies to the requirements file when I didn't configure it too and all sorts of goodies. Ill stop optimizing and take a moment to make ...
by tsp84
Thu Nov 11, 2021 7:55 pm
Forum: Mobile Apps and Event Server
Topic: Event Server Object Detection not working
Replies: 31
Views: 56252

Re: Event Server Object Detection not working

I'll hop on here shortly and try and walk you through installing the original repos. You have opencv compiled with GPU support? Edit the fork is not stable enough yet to be friendly. I've been making optimizations lately and haven't tested installing from scratch in awhile. I'll walk you through set...