Tencent / TFace

A trusty face analysis research platform developed by Tencent Youtu Lab
Apache License 2.0
1.31k stars 226 forks source link

The use of landmark #110

Open StrugglingForBetter opened 1 year ago

StrugglingForBetter commented 1 year ago

I found when training, it will read the image and get the label but didn't use landmark.

Is there anybody who can let me know the use of landmark?

wjxzju commented 1 year ago

landmark是制作训练数据集时,align+crop人脸图像使用的,训练过程中不会做在线crop

StrugglingForBetter commented 1 year ago

landmark是制作训练数据集时,align+crop人脸图像使用的,训练过程中不会做在线crop

但是我发现只有用TF records的时候才会align + crop,如果不用TFR, 只用training_list的话,似乎根本不需要align + crop,

如果训练的时候给图片做了align + crop的预处理,那推理的时候也要做align + crop的预处理吗?