cleardusk/3DDFA

The meaning of roi in the label of 300w-lp

QcQcM opened this issue · 1 comments

QcQcM commented

Thank you for your outstanding work and willingness to make the code public. I want to use 300w-lp to train my network, but I need to know the face area in the picture. I noticed that there is a roi field in the .mat tag. Is it a face bounding box calibration? If so, there is a negative value, how to restore the coordinates of the face bounding box corresponding to the image?

Face bounding box can be parsed by parse_roi_box_from_landmark .
pts parameter is the reconstructed 68 3D landmarks.