face-alignment icon indicating copy to clipboard operation
face-alignment copied to clipboard

pretrained models

Open Yingying6 opened this issue 4 years ago • 1 comments

if readers want to leverage the architecture of FAN network, where can we download the pre-trained models? Many thanks.

Yingying6 avatar Sep 16 '21 06:09 Yingying6

For traced model you can find the links here: https://github.com/1adrianb/face-alignment/blob/c49ca6fef8ffa95a0ac7ce698e0b752ac91f6d42/face_alignment/api.py#L31

For normal weights you can find the links here: https://github.com/1adrianb/face-alignment/blob/ffc8bb499598c9076b28c3a2dc706b24c648b183/face_alignment/api.py#L39 and the corresponding model files here: https://github.com/1adrianb/face-alignment/blob/ffc8bb499598c9076b28c3a2dc706b24c648b183/face_alignment/models/fan.py

1adrianb avatar Sep 17 '21 13:09 1adrianb