Search found 15 matches
- Fri Nov 12, 2021 8:06 pm
- Forum: Mobile Apps and Event Server
- Topic: Event Server Object Detection not working
- Replies: 31
- Views: 60964
Re: Event Server Object Detection not working
Same deal with FP16 enable. I guess it is time to throw in the towel until I can find some better hardware. I work for an MSP so we have hardware flowing through all the time that will end up in recycling so hopefully something will turn up soon. I may just grab a 1050TI off ebay as they are around ...
- Fri Nov 12, 2021 7:45 pm
- Forum: Mobile Apps and Event Server
- Topic: Event Server Object Detection not working
- Replies: 31
- Views: 60964
Re: Event Server Object Detection not working
Good call man. I've reinstalled so many times it's hard to remember what I have and haven't done at this point. Checked OPT_USE_AUTH and now I am getting the stupid 'convolve' error again which I believe earlier you attributed to the old video card and possibly switching to fp16 instead of fp32. A ...
- Fri Nov 12, 2021 7:01 pm
- Forum: Mobile Apps and Event Server
- Topic: Event Server Object Detection not working
- Replies: 31
- Views: 60964
Re: Event Server Object Detection not working
No dice :) This is not a very fast system BTW. I threw it together from the junk we had in the back at work. i5-2310 CPU @ 2.90GHz 2x4Gb DDR3 1333 512Gb Samsung Evo 850 SSD 2x4TB Seagate Constellation 7200rpm in Raid 1 NVIDIA GeForce GT 730 2GB Video Card root@NVR:/var/lib/zmeventnotification/bin ...
- Fri Nov 12, 2021 4:59 pm
- Forum: Mobile Apps and Event Server
- Topic: Event Server Object Detection not working
- Replies: 31
- Views: 60964
Re: Event Server Object Detection not working
Awesome, I'll wait for your reply. I'm running on bare metal with nothing else running on it so that may be the difference.
- Fri Nov 12, 2021 4:03 pm
- Forum: Mobile Apps and Event Server
- Topic: Event Server Object Detection not working
- Replies: 31
- Views: 60964
Re: Event Server Object Detection not working
OK, so I was able to get to the point of running the debug on MLAPI and it seems to be working but I am not getting any detection. I tried it on 4 different recordings that clearly have a woman and a child in them. I've looked over the entire article a few times again and I'm pretty sure I have ...
- Fri Nov 12, 2021 12:51 pm
- Forum: Mobile Apps and Event Server
- Topic: Event Server Object Detection not working
- Replies: 31
- Views: 60964
Re: Event Server Object Detection not working
GMail likes to decide for me what is important and what is not so I never got notified on your response. Let me pull everything again and see were I land.
- Thu Nov 11, 2021 3:19 pm
- Forum: Mobile Apps and Event Server
- Topic: Event Server Object Detection not working
- Replies: 31
- Views: 60964
Re: Event Server Object Detection not working
I have played around with python a bit but would consider myself rookie status at best. I decided to start over one more time and attempt to follow every step of your article and report any issues along the way rather than trying myself to resolve them. The first issue I ran into was when installing ...
- Tue Nov 09, 2021 12:53 am
- Forum: Mobile Apps and Event Server
- Topic: Event Server Object Detection not working
- Replies: 31
- Views: 60964
Re: Event Server Object Detection not working
The video card I am using is quite old and I'm starting to wonder if maybe the error that was thrown has something to do with that.
NVIDIA GeForce GT 730 with CUDA compute 3.5
Let me know if I need to provide anything else. I have scoured the internet looking for the error to no avail.
NVIDIA GeForce GT 730 with CUDA compute 3.5
Let me know if I need to provide anything else. I have scoured the internet looking for the error to no avail.
- Mon Nov 08, 2021 7:17 pm
- Forum: Mobile Apps and Event Server
- Topic: Event Server Object Detection not working
- Replies: 31
- Views: 60964
Re: Event Server Object Detection not working
OK so I went ahead and did a clean install following your article and it definitely seems like I am making headway. root@NVR:/var/lib/zmeventnotification/bin# ./zm_detect.py --config /etc/zm/objectconfig.ini --eventid 1 --monitorid 1 --debug 11/08/21 14:11:34 zmesdetect_m1[100298] INF ZMLog.py:292 ...
- Fri Nov 05, 2021 6:40 pm
- Forum: Mobile Apps and Event Server
- Topic: Event Server Object Detection not working
- Replies: 31
- Views: 60964
Re: Event Server Object Detection not working
You were definitely on the money with that one. I am missing a bunch of dependencies before I can build the newer version and it is going to take some time. I'm half tempted to start over using your tutorial because it seems to be more complete than the one I followed initially. I'll report back ...
- Fri Nov 05, 2021 5:45 pm
- Forum: Mobile Apps and Event Server
- Topic: Event Server Object Detection not working
- Replies: 31
- Views: 60964
Re: Event Server Object Detection not working
root@NVR:/etc/zm# python3
Python 3.8.10 (default, Sep 28 2021, 16:10:42)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> cv2.__version__
'4.2.0'
Python 3.8.10 (default, Sep 28 2021, 16:10:42)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> cv2.__version__
'4.2.0'
- Fri Nov 05, 2021 5:33 pm
- Forum: Mobile Apps and Event Server
- Topic: Event Server Object Detection not working
- Replies: 31
- Views: 60964
Re: Event Server Object Detection not working
root@NVR:/etc/zm# grep -nr '.* self.is_get_unconnected_api_list.*' /usr/local/lib/python3.8/dist-packages/pyzm/ml /usr/local/lib/python3.8/dist-packages/pyzm/ml/yolo.py:31: self.is_get_unconnected_api_list = False /usr/local/lib/python3.8/dist-packages/pyzm/ml/yolo.py:99: self.is_get_unconnected ...
- Fri Nov 05, 2021 5:14 pm
- Forum: Mobile Apps and Event Server
- Topic: Event Server Object Detection not working
- Replies: 31
- Views: 60964
Re: Event Server Object Detection not working
Seem to have the same issue. Here is my terminal output if that helps. root@NVR:~# sudo pip3 uninstall pyzm Found existing installation: pyzm 0.3.56 Uninstalling pyzm-0.3.56: Would remove: /usr/local/lib/python3.8/dist-packages/pyzm-0.3.56.dist-info/* /usr/local/lib/python3.8/dist-packages/pyzm ...
- Fri Nov 05, 2021 4:59 pm
- Forum: Mobile Apps and Event Server
- Topic: Event Server Object Detection not working
- Replies: 31
- Views: 60964
Re: Event Server Object Detection not working
Thanks! I realized right after I posted and was in the process of fixing. Let me know if there is anything additional that I can provide.
- Fri Nov 05, 2021 4:54 pm
- Forum: Mobile Apps and Event Server
- Topic: Event Server Object Detection not working
- Replies: 31
- Views: 60964
Event Server Object Detection not working
Facial recognition is working but object detection isn't. Ubuntu 20.04 Zoneminder v1.37.1 Followed the article here on setup https://zmeventnotification.readthedocs.io/en/latest/guides/hooks.html Using OpenCV with YOLOv4 with NVIDIA GPU support root@NVR:/etc/zm# sudo -u www-data /var/lib ...