1adrianb / face-alignment

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

EOFError #181

Closed wuxiaolianggit closed 4 years ago

wuxiaolianggit commented 4 years ago

Traceback (most recent call last): File "face_ali.py", line 5, in fa = face_alignment.FaceAlignment(face_alignment.LandmarksType._2D, face_detector='sfd') File "/home/wuxiaoliang/anaconda3/envs/wuxl27/lib/python2.7/site-packages/face_alignment/api.py", line 66, in init self.face_detector = face_detector_module.FaceDetector(device=device, verbose=verbose) File "/home/wuxiaoliang/anaconda3/envs/wuxl27/lib/python2.7/site-packages/face_alignment/detection/sfd/sfd_detector.py", line 44, in init self.face_detector.load_state_dict(torch.load(path_to_detector)) File "/home/wuxiaoliang/anaconda3/envs/wuxl27/lib/python2.7/site-packages/torch/serialization.py", line 267, in load return _load(f, map_location, pickle_module) File "/home/wuxiaoliang/anaconda3/envs/wuxl27/lib/python2.7/site-packages/torch/serialization.py", line 410, in _load magic_number = pickle_module.load(f) EOFError

could you tell me how to solve the problem? @siarez

1adrianb commented 4 years ago

@wuxiaolianggit
I assume you are downloading this from china? There seams to be an issue unfortunately with the speed/connection between the servers (located in UK) and the users/researchers accessing it from there... Please see: https://github.com/1adrianb/face-alignment/issues/62

If anyone knows a place where I can host them there, i am happy to do so.

wuxiaolianggit commented 4 years ago

Thank you very much for your reply @1adrianb