FaceAlgorithm icon indicating copy to clipboard operation
FaceAlgorithm copied to clipboard

How to get 106 landmarks?

Open Tallisgo opened this issue 8 months ago • 0 comments

hi, I have some questions about generate the coordinates of keypoints. Why Face_Alignment_prob need to plus1 and then divide 2? What is the meaning of Face_Alignment_prob

alignmentface.landmarks[start]=int((Face_Alignment_prob[start]+1)*img.cols / 2); alignmentface.landmarks[start+1]=int((Face_Alignment_prob[start+1]+1)*img.cols / 2);

Thanks for your help.

Tallisgo avatar Jun 06 '24 07:06 Tallisgo