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.51k stars 745 forks source link

ls: cannot access '*.raw': No such file or directory #109

Closed shliang0603 closed 5 years ago

shliang0603 commented 5 years ago

@AaronJackson I have runned the download.sh and downloaded the two model files.but the error is as follow. Can you tell me why ,thanks image

AaronJackson commented 5 years ago

You haven't installed torch. Read the readme.

shliang0603 commented 5 years ago

@AaronJackson I've already installed torch, as folllow my installing: image

AaronJackson commented 5 years ago

That's PyTorch. Like I said, please read the readme file. It explains all of this and gives an example of how to install the entire thing.