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
when i perform the code, everything is ok. But i am confused that how to extract the face area( according to the standard 3d model) on frontalized face image
in other issue, the frontlization can be clipped into rectangular region according to: cropped_face = frontal_image[(d.left()):(d.right()), (d.top()):(d.bottom()), :] but now how to obtain the overall facial region
for example the red line :
The text was updated successfully, but these errors were encountered:
xiaoyun4
changed the title
How to obtain the face area on frontalized face image
How to obtain the overall facical area on frontalized face image
Dec 1, 2017
when i perform the code, everything is ok. But i am confused that how to extract the face area( according to the standard 3d model) on frontalized face image
![1](https://user-images.githubusercontent.com/20512673/33471557-e4df71b6-d6a8-11e7-8ccd-7c45aa1f056d.png)
in other issue, the frontlization can be clipped into rectangular region according to: cropped_face = frontal_image[(d.left()):(d.right()), (d.top()):(d.bottom()), :] but now how to obtain the overall facial region
for example the red line :
The text was updated successfully, but these errors were encountered: