DeepAlignmentNetwork
DeepAlignmentNetwork copied to clipboard
The first stage training average face shape
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
Hi,
The trainSet.initLandmarks consists of average shapes placed in the middle of the image so it is the same thing.
Marek