Ask Your Question

Revision history [back]

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!

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() cv2.face.LBPHFisherFaceRecognizer() Method train: face_recognizer.train(faces, np.array(labels))

Thank you!