fengju514 / Expression-Net

Deep 3DMM facial expression parameter extraction
517 stars 122 forks source link

what is the meaning of 'FACE_X'? #8

Open Archer666 opened 5 years ago

Archer666 commented 5 years ago

hello and thanks for the code! I want to know the means of 'FACE_X' ,'FACE_y' ,'WIDTH' and 'HEIGHT'

danindiana commented 5 years ago

Those are coordinates for a "face box" to describe the values the net should use when processing an image. You may need to use a face detection package such as rustface, rustface-py, or dlib.

Some of the details that may shed light on this question are found in the readme, however that is not nearly exhaustive. Git maintainer should close this issue out as the same question has been asked via different iterations in several other issues for this git.