I try to make app with python to be able recognition face, recently use cv2+dlib and face_recognition module for recognition, but i have two problems:
- have 3 or 4 second delay
- low accuracy
That's why I decided to use another library, after so many search, find MediaPipe, this library is very fast (real time) and find this example for face detection, but I need face recognition! but not found any example for face recognition Is there a solution?