zhuhao-nju / facescape

FaceScape (PAMI2023 & CVPR2020)
833 stars 94 forks source link

About benchmark evaluation for DECA model #82

Closed yjhong89 closed 2 years ago

yjhong89 commented 2 years ago

Dear author,

I am trying to evaluate my DECA model against released FACESCAPE evaluation dataset.

When preprocess image to 224x224 in DECA, there is a scale factor which controls size of center cropped image based on bbox. I wonder what a scale factor is used when preprocessing images in FACESCAPE evaluation dataset (1.6 in NoW (DECA official repo))

Thank you, Best regards, YJHong.

zhuhao-nju commented 2 years ago

Hi YJHong,

Considering that different methods use different preprocessing, we used default normalizing scale provided by each methods, then transform their result back to the original image coordinate for evaluation. The face scale of the original image is the same as the source images in CelebA and AFLW dataset.

yjhong89 commented 2 years ago

@zhuhao-nju That's why "tform" from estimate_transform is also saved, to result back to the original image coordinate.

Thanks for your reply!

yjhong89 commented 2 years ago

@zhuhao-nju

Sorry but have few questions ?

Thank you!

zhuhao-nju commented 2 years ago

@yjhong89

yjhong89 commented 2 years ago

@zhuhao-nju Thank you!