Deactivate findface-liveness-api installed with FindFace Multi
If you don’t utilize the findface-liveness-api service installed with FindFace Multi and the face-based authentication does not apply to your system, we recommend deactivating findface-liveness-api.
Do the following:
Stop the
findface-liveness-apiservice and disable its autostart by executing:sudo systemctl stop findface-liveness-api.service && sudo systemctl disable findface-liveness-api.service
Open the
/etc/findface-extraction-api.iniconfiguration file.sudo vi /etc/findface-extraction-api.ini
Disable the neural network model used by the
findface-liveness-apiservice. To do so, pass the empty value""to theface_livenessparameter.Note
Do not remove the parameter itself. Otherwise, the system will be searching for the default model.
extractors: models: ... face_liveness: "" ...
Restart
findface-extraction-api.sudo systemctl restart findface-extraction-api