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.05k stars 1.34k forks source link

About downloading the face detection CNN #104

Closed Peter-beeler closed 6 years ago

Peter-beeler commented 6 years ago

I have never installed a face detection CNN before, so I run the code given in the ReadMe, the program shows that "Downloading the face detection CNN. Please wait...". However, the program was just stuck here(I'm sure my wifi works well). It seems that the CNN is downloaded from your website, I can visit your website in a browser. So, what can be the problem? Thanks. @1adrianb

1adrianb commented 6 years ago

Hi @Peter-beeler ,

I am sorry for this, could you please try downloading it manually and copy it to the expected location? You can find the link and the expected location for it here: https://github.com/1adrianb/face-alignment/blob/3750f83b4d7bf3f4ba6318e40a4292e1aeb241a4/face_alignment/detection/sfd/sfd_detector.py#L38

Let me know if it works.