Closed mikevador02 closed 3 years ago
Hi, your logs show faces are not detected by the model which means dlib (the library I use) is not finding a face. That would usually mean the image doesn't have a recognizable face. You could try increasing the size of the input image, and some other tricks mentioned in https://github.com/ageitgey/face_recognition/wiki/Face-Recognition-Accuracy-Problems
Hi, your logs show faces are not detected by the model which means dlib (the library I use) is not finding a face. That would usually mean the image doesn't have a recognizable face. You could try increasing the size of the input image, and some other tricks mentioned in https://github.com/ageitgey/face_recognition/wiki/Face-Recognition-Accuracy-Problems
Hello, Thanks it's working with adapted parameters .
Could you share your adapted parameters? Might help if I recorded it somewhere incase others have the same problem
Event Server version V: 6.0.6r
Hooks version (if you are using Object Detection) hooks:6.0.6 pyzm:0.2.8
The version of ZoneMinder you are using: 1.34.22
nature of your issue No face detection or recognition but objects are detected
Details I have installed today from git clone zmeventnotification Folow tutorials and offical documentation
Running on debian V10 on VM machine 8vcpu, 16GB ram, swap 8GB, 90GB SSD storage no GPU in CPU mode
work fine with object detection person are detected , but not face detection or recognition
I put also known faces on /var/lib/zmeventnotification/known_faces/the_name_of_know_person/..jpeg files
Tried on hog, and cnn
i run sudo -u www-data /var/lib/zmeventnotification/bin/zm_detect.py --config /etc/zm/objectconfig.ini --eventid 8 --monitorid 1 --debug --eventpath ''
i have good value from yolo for objects detection [a] detected:person:93% --SPLIT--[{"type": "object", "label": "person", "box": [262, 226, 322, 378], "confidence": "93.38%"}]
When i tried only a face on captured video from ZM, the return value is empty
Debug Logs
Thanks for help and this good working solution for objects detection with ZM