ageitgey / face_recognition

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

[Need information] - Has this been tested against some datasets #986

Open navyakanu opened 4 years ago

navyakanu commented 4 years ago

Hi, Could not find any information if this is already tested against some standard face datasets?( Face detection or recognizion) When someone tries to use this package in project ,on particular cases like below

Is there any data on what kind of faces does this package work? Or we need it to try it for ourself on the required datasets and mark it in known_faces by ourselves and see the results?

alessiosavi commented 4 years ago

Using an higher jitter value (that increase the distortion of the photos), i've never found an issue with this magical package.

Try to hack the library using my little face recognition tool, that use a Multi Layer perceptron neural network in order to execute face recognition.

Train the data with some know faces, than use it against a photos that match some cases like the one that you mentioned.