Open yjhong89 opened 2 years ago
For keypoint preparation.
For evaluation
Thanks for kind answers! I have another question.
When evaluating DECA from REALY benchmark images, how did you crop evaluation images before feed into DECA encoder ?
You can either resize the pre-processed images into 224x224 or set --iscrop as True (see https://github.com/yfeng95/DECA/blob/2d8864b34120d5a2c608dbce9aa5eec76e90cef9/demos/demo_reconstruct.py#L101). Since I notice some results from DECA tend to be wrong when I set iscrop as True, I set it as False for reconstruction and evaluation.
Hi. Thanks for sharing great works! I am YJHong and currently developing my own 3d face reconstruction based on DECA.
After I've read evaluation protocol written in README, I have following questions for evaluating my model to REALY.
data/FLAME.obj
is quite different from FLAME used in DECA. So should I place the DECA template file instead of using uploaded FLAME obj in this repo ?metrical_scale
file means ? Are they generally used across 3dmm models ?template_mask
argument is set to None, but FLAME has vertex mask representing face region. Haven't you used this mask when evaluating DECA ?Thank you. YJHong.