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!