AaronJackson / vrn

:man: Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression"
http://aaronsplace.co.uk/papers/jackson2017recon/
MIT License
4.52k stars 742 forks source link

Cannot download vrn-unguided.t7 #36

Closed mneilly closed 6 years ago

mneilly commented 6 years ago

Hey Aaron, cool stuff. :)

I'm unable to download the vrn-unguided.t7 file in the download.sh script. The link seems to be dead or at least down for several days... Is there an alternate location for the download?

The following just hangs, times out, retires, repeat...

wget -O vrn-unguided.t7 http://cs.nott.ac.uk/~psxasj/download.php?file=vrn-unguided.t7                                                                                  
--2017-12-30 20:12:07--  http://cs.nott.ac.uk/~psxasj/download.php?file=vrn-unguided.t7
Resolving cs.nott.ac.uk (cs.nott.ac.uk)... 128.243.20.9, 128.243.21.19
Connecting to cs.nott.ac.uk (cs.nott.ac.uk)|128.243.20.9|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://www.cs.nott.ac.uk/~psxasj/download.php?file=vrn-unguided.t7 [following]
--2017-12-30 20:12:07--  http://www.cs.nott.ac.uk/~psxasj/download.php?file=vrn-unguided.t7
Resolving www.cs.nott.ac.uk (www.cs.nott.ac.uk)... 128.243.21.108
Connecting to www.cs.nott.ac.uk (www.cs.nott.ac.uk)|128.243.21.108|:80...failed: Connection timed out.
Retrying.

--2017-12-30 20:14:19--  (try: 2)  http://www.cs.nott.ac.uk/~psxasj/download.php?file=vrn-unguided.t7
Connecting to www.cs.nott.ac.uk (www.cs.nott.ac.uk)|128.243.21.108|:80... failed: Connection timed out.
Retrying.

--2017-12-30 20:16:31--  (try: 3)  http://www.cs.nott.ac.uk/~psxasj/download.php?file=vrn-unguided.t7
Connecting to www.cs.nott.ac.uk (www.cs.nott.ac.uk)|128.243.21.108|:80...
AaronJackson commented 6 years ago

Unfortunately we have had a power cut in the department and no one from technical services has been able to get in yet, with it being the holidays, to turn things back on. Should be up soon, I hope.

AaronJackson commented 6 years ago

Should be fine now. Sorry about that!

mneilly commented 6 years ago

Thanks!!!