Search found 8 matches

by mjalafoo
Sat Apr 10, 2021 10:14 pm
Forum: ZoneMinder 1.34.x
Topic: Import PYZM.ml.face_train as train - module not found
Replies: 4
Views: 1198

Re: Import PYZM.ml.face_train as train - module not found

Then I updated the setting file to allow confidence level below 0.3 (even though it should not pick up this model, at least as per my understanding of the configuration since I have "use_sequence=yes"), and restarted the system. It looks like it picked up the change, and now the “IGNORING”...
by mjalafoo
Sat Apr 10, 2021 10:09 pm
Forum: ZoneMinder 1.34.x
Topic: Import PYZM.ml.face_train as train - module not found
Replies: 4
Views: 1198

Re: Import PYZM.ml.face_train as train - module not found

So I upgraded to the master of zmeventnotification following the guide in the ES FAQ. Then followed the troubleshooting guide to dig deeper, and enabled the logging as instructed. As I looked in the debugging logs, I noticed the following: The system is detecting objects but ignoring them with low c...
by mjalafoo
Thu Apr 08, 2021 9:51 pm
Forum: ZoneMinder 1.34.x
Topic: Video Quality and Resolution for successful Object Detection
Replies: 1
Views: 486

Video Quality and Resolution for successful Object Detection

Hi,

Is there any guide on video quality details for the object detection to work smoothly.

Maybe a guide on minimum specs for the video feed:
- FPS
- Frame resolution
- Bitrate

Any thoughts?
by mjalafoo
Thu Apr 08, 2021 8:23 pm
Forum: ZoneMinder 1.34.x
Topic: Import PYZM.ml.face_train as train - module not found
Replies: 4
Views: 1198

Re: Import PYZM.ml.face_train as train - module not found

Thank you very much. I applied the fix to the ZM_TRAIN_FACES.PY and that fixed the problem, but now the process ends with a KILL as below: INF [zm_train_faces] [Setting up signal handler for logs] INF [zm_train_faces] [Switching global logger to ZMLog] INF [zm_train_faces] [Ignoring monitor specific...
by mjalafoo
Thu Apr 08, 2021 8:21 pm
Forum: ZoneMinder 1.34.x
Topic: Machine Learning Hooks - Object Detection & Face Detection
Replies: 3
Views: 2303

Re: Machine Learning Hooks - Object Detection & Face Detection

This seems to be a bug in the zm_train_face.py already captured by the developer. That's a bug. Please update to master of zmeventnotification (commit fix: https://github.com/pliablepixels/zmeven ... 6d09d1d070) However, now after applying the bug fix (I haven't updated to master, I just applied the...
by mjalafoo
Wed Apr 07, 2021 11:25 pm
Forum: ZoneMinder 1.34.x
Topic: Import PYZM.ml.face_train as train - module not found
Replies: 4
Views: 1198

Import PYZM.ml.face_train as train - module not found

Hi there, I am lost with my trials to rebuild the system and end up with the same error. I am trying to get Object Detection and Face Detection/Recognition to work, but I am unable to get the Hooks to send out result "0". If I train to train the Face Detection using the following command: ...
by mjalafoo
Wed Apr 07, 2021 10:32 am
Forum: ZoneMinder 1.34.x
Topic: Machine Learning Hooks - Object Detection & Face Detection
Replies: 3
Views: 2303

Re: Machine Learning Hooks - Object Detection & Face Detection

In case anyone asks about PYZM below is the status when sudo -H pip3 install pyzm is executed: Requirement already satisfied: pyzm in /usr/local/lib/python3.8/dist-packages (0.3.45) Requirement already satisfied: numpy>=1.13.3 in /usr/lib/python3/dist-packages (from pyzm) (1.17.4) Requirement alread...
by mjalafoo
Wed Apr 07, 2021 10:26 am
Forum: ZoneMinder 1.34.x
Topic: Machine Learning Hooks - Object Detection & Face Detection
Replies: 3
Views: 2303

Machine Learning Hooks - Object Detection & Face Detection

Hi There, I am facing a challenge with getting the OBJECT DETECTION and FACE DETECTION to function. I followed the guidelines documented and rebuilt the system multiple times without luck. I have the following versions installed: - ZoneMinder v1.34.23 - Event Server v6.1.19 - Python 3.8.5 - OpenCV v...