ageitgey / face_recognition

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

How to recall the miss detected face? #1581

Open lucasjinreal opened 2 months ago

lucasjinreal commented 2 months ago

Is there any threshold?

A face detection library with 51.1k stars can fail to detect some obvious faces in an image without providing a threshold?

phantomwork commented 2 months ago

I think we could set threshold at the predict function so that it could not be failed to recognize certain person.