ageitgey / face_recognition

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

How to get all face images' encoding embedding rather than some face images' are None? #1210

Open Piaoyyt opened 4 years ago

Piaoyyt commented 4 years ago

I need to get 1000 face images encoding embedding, but some face images's embedding what I get using this library face_recognition is None. Is it needed to be trained again?What should I do to successfully encode all the 1000 face images in my own database.In other words, are the recognized face images limited?

What I Did

benhaspalace commented 3 years ago

Could you ellaborate a little on how you use the library that produces this behaviour?