Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 788 Bytes

File metadata and controls

19 lines (11 loc) · 788 Bytes

Face Pose Estimation

Human pose recognition in a ideal case is divided into two steps, known as human detection and human pose recognition and they are usually considered separately. There is an extensive literature in both detection and recognition but relatively few research consider the two stages together. In this project, I have targeted to recognize the human face pose using numerous algorithms and frameworks.

Required

  • Python 3.6
  • Numpy
  • Imutils
  • Dlib

Flow Chart

screenshot from 2017-04-26 23-26-35

Output

screenshot from 2017-04-18 14-38-22