ageitgey / face_recognition

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

Hi, how should i cite you in .bib when i use you face_recognition library?? #684

Closed Lane565 closed 6 years ago

Lane565 commented 6 years ago

As the title suggests

ageitgey commented 6 years ago

You can just cite "face_recognition" and url of this repo I guess. The author is me, Adam Geitgey.

But if you are using face_recognition in your paper, it's worth also citing @davisking's dlib, the underlying ML library that this uses to do the heavy lifting. See http://dlib.net/faq.html#HowcanIcitedlib for that cite.

Lane565 commented 6 years ago

Yeah, that's exactly what I've done. And I found the detection function(face_recognition.face_locations()) in your face_recognition using CNNs is more robust than MTCNN.