face_recognition
face_recognition copied to clipboard
Regarding unknown persons in face recognition
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
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 Do you know who made that? (or how can one do that?)
@manishm123 Do you know who made that? (or how can one do that?)
@vinaywadhwa Its made by me. :) Cheers !!
@vinaywadhwa Link didn't open. mind sharing ?
@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.
@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 ?
I have the same problem, could you share the compare_face method again please
Hello, I have the same one, help me please