Tolerance | Doujin_face_recognition face_recognition installation and application (with code)
Introduction: This article is compiled by the editor of Programming Notes# for you. It mainly introduces the knowledge related to the installation and application (with code) of face recognition—-face_recognition. I hope it has certain reference value for you. face_recognition claims to be the world’s simplest face recognition library based on python , is a well-known deep learning framework The integrated ,dlib model on dlib can have an accuracy rate of 99.38 in LFW (Labeled Faces in the Wild). In addition, face_recognition provides a corresponding command line tool , you can use the command line to perform face recognition on the picture folder , very cool , follow the steps before the article opens Okay! One, pip install dlib library ( suggest the second method) pip install Cmakepip install boost Attention :Generally you need to download VS2019(It is recommended not to use an older version&# xff01;)community edition is fine. After installation and configuration, go to the next step. Input pip install dlib Second, download whl file installation p> I use python3.8, if you need this file, please leave a message or download it by yourself,Please be sure to download the corresponding whl file according to the version. Open cmd and enter…