arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.
http://arunponnusamy.com/cvlib/
MIT License
647 stars 127 forks source link

Is there a way of using face recognition? #43

Closed ronkeyx5 closed 3 years ago

ronkeyx5 commented 3 years ago

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.

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