wqvbjhc / face-landmark-localization

cnn network predict face landmarks (68 points) and head pose (3d pose, yaw,roll,pitch).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face-landmark-localization

This is a project predict face landmarks (68 points) and head pose (3d pose, yaw,roll,pitch).

Install

  • caffe
  • dlib face detector

    cd your dlib folder

    cd python_example

    ./compile_dlib_python_module.bat

    add dlib.so to the python path

  • opencv

Usage

  • Command : python landmarkPredict.py predictImage testList.txt

    (testList.txt is a file contain the path of the images.)

Model

  • You can download the pre-trained model from here

Result

About

cnn network predict face landmarks (68 points) and head pose (3d pose, yaw,roll,pitch).


Languages

Language:Python 100.0%