DinoMan / speech-driven-animation

949 stars 289 forks source link

Problem because of getaddrinfo #65

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?

DinoMan commented 3 years ago

This seems to be an issue with the facial-alignment library used to align the face in the provided image. I can't say how to solve it since the problem is with the other library and not sda. You can raise an issue in that repo: https://github.com/1adrianb/face-alignment. Alternatively, you can align the face in your image to the example yourself using whatever method you want. Then you can run the animator with aligned=True and it will work.