ZoneMinder / pyzm

Python API, Log, Event Server and Memory wrapper for ZoneMinder
GNU General Public License v2.0
32 stars 21 forks source link

Fix face_model option name #28

Closed themoosman closed 3 years ago

themoosman commented 3 years ago

The library is pulling an invalid option so the debug log always shows 'hog' as the model. This occurs even when face_model is set to cnn. As in Initializing face recognition with model:hog upsample:1, jitters:0

This issue only affects the debug statement and not the running of the code.