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

something wrong with run.sh #42

Closed caozhenxiang-kouji closed 6 years ago

caozhenxiang-kouji commented 6 years ago

./run.sh: line 24: th: command not found ls: cannot access '.txt': No such file or directory ./run.sh: line 78: th: command not found ls: cannot access '.raw': No such file or directory Do you have any idea about these problems?

AaronJackson commented 6 years ago

You have not installed Torch, or you haven't activated Torch (i.e. put it in your PATH). Please read the README file.

caozhenxiang-kouji commented 6 years ago

Thanks for the reply!!! I 've read your paper, but I 'm new in this field, so I can't catch your idea. Do you recover the 3D model pixel to pixel from the 2D photo?