/face_pose_estimate

Estimate the pose of face, detect the human face by ssd and 68 landmarks by caffe model, use pnp to get result.

Primary LanguageC++

face_pose_estimate

Estimate the pose of face

how to estimate the pose of face?

  • Detect the face by ssd, using caffe model
  • Detect 68 landmarks of face, using caffe model
  • Calculate the camera external parameter matrix using pnp

Environment

  • Tengine
  • opencv
  • C++

Result