ageitgey / face_recognition

The world's simplest facial recognition api for Python and the command line
MIT License
52.88k stars 13.43k forks source link

Does this algorithm used CNN? #677

Open AlvaroN1997 opened 5 years ago

AlvaroN1997 commented 5 years ago

I Just want to know if this Face Recognition usses CNN, and if it is the case, what kind of architecture you used?

ageitgey commented 5 years ago

The face encoder uses a ResNet CNN.

JavierRubio4U commented 5 years ago

Hi, is the face encoder CNN useing a ResNet of 152 or 101 layers?

Thanks in advance