This is a project predict face landmarks (68 points) and head pose (3d pose, yaw,roll,pitch).
- caffe
- dlib face detector
you can down dlib18.17
cd your dlib folder
cd python_example
./compile_dlib_python_module.bat
add dlib.so to the python path
if using dlib18.18, you can follow the official instruction
- opencv
using anaconda2 by command ‘conda install -c menpo dlib’
- Command : python landmarkPredict.py predictImage testList.txt
(testList.txt is a file contain the path of the images.)