Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dlib

Attributeerror: 'module' Object Has No Attribute 'get_frontal_face_detector'

I was trying to use python's dlib library to detect the facial landmarks. I was using the examp… Read more Attributeerror: 'module' Object Has No Attribute 'get_frontal_face_detector'

How To Solve Issue Related To Installation Of Dlib On Windows 10?

I am trying to install dlib for face-recognition for python 3.7 on windows 10, I explored few ways … Read more How To Solve Issue Related To Installation Of Dlib On Windows 10?

Dlib Is Not Installing In Pythonanywhere Virtualenv

I am trying to recognize faces in an image using 'face_recognition' library,to use it we ha… Read more Dlib Is Not Installing In Pythonanywhere Virtualenv

How To Install Dlib On Ubuntu Vps On Digital Ocean

I have created a ubuntu vps which has below specs: Linux ubuntu-sh5tb8912admin 4.15.0-66-generic #7… Read more How To Install Dlib On Ubuntu Vps On Digital Ocean

Circleci: Pip Install Dlib Fails

I have a python project that requires dlib. I am trying to setup CircleCI and wrote my config.yml a… Read more Circleci: Pip Install Dlib Fails