guozhongluo / head-pose-estimation-and-face-landmark

head pose estimation
247 stars 99 forks source link

face-landmark-localization

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

Install

Usage for images

Usage for usb camera

This sctpt enables you to see intractive results for this face-landmark-localization.

usage: landmarkPredict_video.py uvcID

Model

Train

Result


class based rewrite for the landmarkPredict.

facePos.py: FacePosePredictor class is defined.

librect.py: helper functions for rectangles.

landmarkPredict_video.py uses this class version.