Solved face recognition install error | dlib install error

Описание к видео Solved face recognition install error | dlib install error

pip install face_recogniton

As it will always install the latest stable release, this is the preferred method for installing Face Recognition.
But this command ends up in error. face_recognition also needs dlib library and to install dlib command is as below.

pip install dlib

This ends up in error as well.

Hence we need valid versions of dlib to work with specific versions of python.

Download the dlib whl package and install it in an easy way.

dlib whl package Download Link:
https://bit.ly/3P3mdKR


Face Detection in Python OpenCV
   • Face Detection Using Python OpenCV | ...  

Комментарии

Информация по комментариям в разработке