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

ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host #194

Closed Psyden57 closed 4 years ago

Psyden57 commented 4 years ago

While trying to use it, i got the error while it was downloading 3DFAN4-7835d9f11d.pth.tar to the torch cache I should also clarify that it downloads at 7-20kbps, and the error happens at around 60%

1adrianb commented 4 years ago

I am really sorry that you are experiencing this. While I don't know your location, researchers from China previously reported similar issues. Unfortunately there is not much that I can do without having a mirroring server there. Please see #62 for an workaround.

Psyden57 commented 4 years ago

I ended up having to download them manually from the browser one by one at around 3:00 am here, so the download was around 300kbps, enough to finish it and then moved it to the torch cache. Thanks for your answer tho!