libfaceid icon indicating copy to clipboard operation
libfaceid copied to clipboard

libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition...

Results 19 libfaceid issues
Sort by recently updated
recently updated
newest added

Livensess.py throws the following error. Error, check if models and trained dataset models exists! Training.py throws the error - "Invalid parameter". Raspberry 4B 4GM RAM - Unable to install Tensorflow....

I have followed this for realtime face-recognition using flask. I am capturing the image from frontend and accessing it in backend for recognizing. It is not displaying the face id...

How to use PiCamera instead of webcam?

I cloned your code and installed all packages from your requirements.txt. Tried "testing_webcam_livenessdetection" from your sample and getting following error: ``` F:\libfaceid-master\libfaceid-master>python testing_webcam_livenessdetection.py --detector 0 --encoder 0 --liveness 0 --webcam...

errors in printing the eyes_closed and eyes_ratio variable

Issue fixed. File updated to use FaceLivenessModels. _Originally posted by @richmondu in https://github.com/richmondu/libfaceid/issues/20#issuecomment-524522903_ Thanks sir, By changing this in the code we got other errors. The code in Liveness.py is...

I executed `agegenderemotion_webcam.py` and I got the following error message: Using TensorFlow backend. Warning, check if models and trained dataset models exists! Traceback (most recent call last): File "/home/omar/eclipse-workspace/libfaceid/agegenderemotion_webcam.py", line...

``` (cv) pi@gateway:~/libfaceid $ python3 agegenderemotion_webcam.py --detector 4 --webcam 0 --resolution 0 ImportError: numpy.core.multiarray failed to import Traceback (most recent call last): File "agegenderemotion_webcam.py", line 3, in import cv2 File...

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.8.0 to 2.9.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...

dependencies