face_recognition icon indicating copy to clipboard operation
face_recognition copied to clipboard

Regarding unknown persons in face recognition

Open sivaparvathi555 opened this issue 5 years ago • 8 comments

Is it possible when the unknown person is came ,it detects unknown and generating Id for him/her. If again same that unknown person will come,It have to show previous generated Id .

If possible please resolve my issue.Thanks in advance

sivaparvathi555 avatar Apr 10 '19 07:04 sivaparvathi555

https://34.74.72.210:9888/ is where you find the exact demo. You detect unknown face and map that person's encoding with an auto generated id. Later if the person comes again, the encoding will match the same index. See the compare_face method.

manishm123 avatar Jun 20 '19 10:06 manishm123

@manishm123 Do you know who made that? (or how can one do that?)

vinaywadhwa avatar Jul 03 '19 12:07 vinaywadhwa

@manishm123 Do you know who made that? (or how can one do that?)

@vinaywadhwa Its made by me. :) Cheers !!

manishm123 avatar Jul 03 '19 13:07 manishm123

@vinaywadhwa Link didn't open. mind sharing ?

netrosec avatar Sep 19 '19 13:09 netrosec

@vinaywadhwa Link didn't open. mind sharing ?

I put it down as now it will be one of the application to be hosted at demo server. What information do you need please let me know.

manishm123 avatar Sep 19 '19 14:09 manishm123

@vinaywadhwa I am also facing the same problem. I want to identify unknown person also with the known person. As of now face_recognition only recognize trained persons. but what about people who are there in the video but not recognized. how can i give them an ID and save the image ?

hunaidkhan2000 avatar Feb 03 '20 06:02 hunaidkhan2000

I have the same problem, could you share the compare_face method again please

manelmelaouhi avatar Mar 30 '20 09:03 manelmelaouhi

Hello, I have the same one, help me please

LOANPIA avatar Aug 02 '22 09:08 LOANPIA