1adrianb / face-alignment

:fire: 2D and 3D Face alignment library build using pytorch
https://www.adrianbulat.com
BSD 3-Clause "New" or "Revised" License
7.03k stars 1.34k forks source link

pretrained models #293

Open Yingying6 opened 3 years ago

Yingying6 commented 3 years ago

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

1adrianb commented 3 years ago

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