DeepAlignmentNetwork icon indicating copy to clipboard operation
DeepAlignmentNetwork copied to clipboard

The first stage training average face shape

Open auroua opened this issue 7 years ago • 1 comments

The paper said The first stage only takes the input image as the initial landmarks are always assumed to be the average face shape S0 located in the middle, but the code in FaceAlignmentTraining.py sames doesn't using the average face shape. In the first stage training the code just choose the first landmark in trainSet.initLandmarks. https://github.com/MarekKowalski/DeepAlignmentNetwork/blob/27ccabc779a3628ea22c599e86f20b6ed820749c/DeepAlignmentNetwork/FaceAlignmentTraining.py#L174

auroua avatar Jan 15 '18 11:01 auroua

Hi,

The trainSet.initLandmarks consists of average shapes placed in the middle of the image so it is the same thing.

Marek

MarekKowalski avatar Jan 15 '18 12:01 MarekKowalski