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

URLError: <urlopen error EOF occurred in violation of protocol (_ssl.c:777)> #86

Closed xiaoyun4 closed 6 years ago

xiaoyun4 commented 6 years ago

Hi,@1adrianb when i am trying the code 'fa = face_alignment.FaceAlignment(face_alignment.LandmarksType._2D, enable_cuda=True, flip_input=False)' I came cross an error: URLError: <urlopen error EOF occurred in violation of protocol (_ssl.c:777)>. The reason is that I cannot access to the alignment network(FAN) url. Moreover, I also find the error in https://github.com/1adrianb/face-alignment/issues/37 According to the solution, How can i download it manually? what is the url?

I am running python3.6.0 in ubuntu 16.04 How can I solve it? Thanks a lot

xiaoyun4 commented 6 years ago

I has solve this issue~~~