Tencent/TFace

The use of landmark

Opened this issue · 2 comments

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?

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

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

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

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