Problem with face training procedure

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
mgusen
Posts: 2
Joined: Sat Mar 07, 2020 7:11 pm

Problem with face training procedure

Post by mgusen »

Dear all,

I face a problem when executing the face training procedure. Please cf. the output below.

I am running ZoneMinder v1.34.5. I have already double-checked everything in the docs.

Your help is very much appreciated.

Thanks,
Markus

>> sudo -u www-data /var/lib/zmeventnotification/bin/zm_train_faces.py
Traceback (most recent call last):
File "/var/lib/zmeventnotification/bin/zm_train_faces.py", line 2, in <module>
import zmes_hook_helpers.face_train as train
File "/usr/local/lib/python3.6/dist-packages/zmes_hook_helpers/face_train.py", line 18, in <module>
g.logger.debug(
AttributeError: 'NoneType' object has no attribute 'debug'
User avatar
asker
Posts: 1553
Joined: Sun Mar 01, 2015 12:12 pm

Re: Problem with face training procedure

Post by asker »

Fixed.
I no longer work on zmNinja, zmeventnotification, pyzm or mlapi. I may respond on occasion based on my available time/interest.

Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
mgusen
Posts: 2
Joined: Sat Mar 07, 2020 7:11 pm

Re: Problem with face training procedure

Post by mgusen »

Thx for the quick fix. :D
Post Reply