Open testy-rgb opened 4 years ago
Basically I got multiple images of 1 person. What's the best way to store its face? Things I have thought of:
Thanks in advance! :)
You can use this example face_recognition_knn.py In this example is k-nearest neighbors classifier is used. This way you can classify large numbers of people quickly. But before that it needs to be trained.
Basically I got multiple images of 1 person. What's the best way to store its face? Things I have thought of:
Thanks in advance! :)