You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 ofFace_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.
The text was updated successfully, but these errors were encountered: