Face Recognition

Hi ,

I am trying to create a attendance system using face recognition system in jetson nano but i am able to get any acuurate model .
Can any one help me on this ?

Which recogintion model are you using?
How many samples of each face to be recognized did you use for training?

I used the one of face recognition tutorial by Pyimage Search . In which opencv frontal face xml is used crop the face and encode the facial features in 128 vectors and train and store it in a pickle file and use it compare with the input faces.
I use 20 images for each face

Hi,

Sorry that we don’t have an example for face recognition.
You can try some third-party library like dlib or face_recognition:

Thanks.