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.88k stars 1.33k forks source link

Problem because of getaddrinfo #261

Closed meherabhi closed 3 years ago

meherabhi commented 3 years ago

Downloading: "https://www.adrianbulat.com/downloads/python-fan/s3fd-619a316812.pth" to /home/mtech/kmeher/.cache/torch/hub/checkpoints/s3fd-619a316812.pth

for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -2] Name or service not known

How to solve this issue?

1adrianb commented 3 years ago

It looks that there are some network access issues, thought the endpoint is up. You can bypass this by manually downloading this file and place it in the expected location (i.e. /home/mtech/kmeher/.cache/torch/hub/checkpoints/s3fd-619a316812.pth).