Face recognition without deep learning on gpu?
Hello!
I am currently working on a project where we have to build a model which can detect and recognize faces in video. Can I train the face recognizer on gpu?
Face Recognizer: face_recognizer = cv2.face.LBPHFisherFaceRecognizer()
Method train: face_recognizer.train(faces, np.array(labels))
Thank you!
For OpenCV 3.x and 4.x
face_recognizer = cv2.face.LBPHFaceRecognizer_create()
OpenCV 4.1.1
Sorry ignore my first comment. I used OpenCV 4.3.0