tanay-bits / cvlib

Implementation of a few computer vision algorithms
15 stars 23 forks source link

Face FaceRecognition #3

Open vxman opened 7 years ago

vxman commented 7 years ago

This is not get exact response.

when will be face detect from camera this is "confidence = self.model.predict(face_resized)" and "person=self.names[confidence[0]]" . person name is different. i.e I front of camera (my name is rohit, I have face_data folder and also train data as 'rohit, vishal, pradeep etc) and face recognition person name is pradeep.

Can you give me some suggestion ?