arunponnusamy/cvlib

Is there a way of using face recognition?

Closed this issue · 0 comments

Hi, I'm working in a project using face-recognition package but in cpu it's really slow so instead of doing the face detection with that I wanted to use this one buuut now I don't know how to compare the faces.

  • So far my code used face_recognition to load the saved faces
  • Then cvlib is used to face detection using the camera
  • And this is where I can't make it work, comparing the "saved_faces" from face_recognition and "faces" from cvlib

face_recognition.compare_faces(saved_faces, faces, tolerance)

So this is where I use the cvlib detection and compare using face_recognition but never makes a positive.
I'm really new with this, so I anyone could help me understand how to or even if I could make it work