fengju514 / Face-Pose-Net

Estimate 3D face pose (6DoF) or 11 parameters of 3x4 projection matrix by a Convolutional Neural Network
501 stars 109 forks source link

Question about landmark detection #17

Closed nicenice97 closed 6 years ago

nicenice97 commented 6 years ago

Hello, I'd like to know how to display photos marked with feature points. Best regards.

fengju514 commented 6 years ago

Our code does not provide the landmarks directly but 6 DoF 3D head poses and rendered images in specific poses. To get landmarks, you need the marked 3D landmarks and apply the projection matrix estimated by our code.