Voice-Authentication-and-Face-Recognition icon indicating copy to clipboard operation
Voice-Authentication-and-Face-Recognition copied to clipboard

Voice Biometrics Authentication using GMM and Face Recognition Using Facenet and Tensorflow

Results 3 Voice-Authentication-and-Face-Recognition issues
Sort by recently updated
recently updated
newest added

The add_user.py file runs successfully however, recognize.py has issues with recording a voice sample. `OSError: [Errno -9981] Input overflowed` The parameters are the same between the two files.

I am a grad student it is very helpful for my new project thanks sir

error occur in this line model = load_model('facenet_model/model.h5', custom_objects={'triplet_loss': triplet_loss}) can u plz tell me how can i resolve this error --------------------------------------------------------------------------- TypeError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_5848/2604218474.py in...