Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 631 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 631 Bytes

Requirements are :

  1. install Dlib

    For Windows

    • Inorder to install dilb on windows machines you need following: 😏

      • Visual Studio
      • Visual Studio Build Tools
      • Cmake

    pip install -r requirements.txt

    Linux or Mac OS

    • Just you need Cmake that all here on linux and Mac OS
    • install Dilb uisng Pip command

    pip install -r requirements.txt

  2. Install opencv-python pip install opencv-python for linux or Mac OS replacepip with pip3 and you are good to go... 😉

  3. Extract landmarks bunzip2 -k Predictor/shape_predictor_68_face_landmarks.dat.bz2