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 747 forks source link

MATLAB unable to find/run lua script #129

Closed spiketg closed 4 years ago

spiketg commented 4 years ago

Hi there,

I've been trying to install your program for a week or so now. I haven't been able to find a solution to this issue despite reinstalling and checking other issues (Such as MATLAB being unable to find th on OSX). Any advice you could give me would be appreciated, MATLAB seems to be finding all of the related torch/lua dirs and files but still fails.

Tommy

device =

    'gpu'

/bin/bash: line 0: cd: face-alignment: No such file or directory
/home/tommy/usr/local/torch/install/bin/luajit: cannot open main.lua: No such file or directory
stack traceback:
    [C]: in function 'dofile'
    ...ocal/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
    [C]: at 0x561da231b570
Error using run (line 40)
Failed to run Torch7 script.
AaronJackson commented 4 years ago

Looks like you might not have checked out the repository recursively / initialised the submodules. Please read the instructions.

Aaron

spiketg writes:

Hi there,

I've been trying to install your program for a week or so now. I haven't been able to find a solution to this issue despite reinstalling and checking other issues (Such as MATLAB being unable to find th on OSX). Any advice you could give me would be appreciated, MATLAB seems to be finding all of the related torch/lua dirs and files but still fails.

Tommy

device =

    'gpu'

/bin/bash: line 0: cd: face-alignment: No such file or directory
/home/tommy/usr/local/torch/install/bin/luajit: cannot open main.lua: No such file or directory
stack traceback:
  [C]: in function 'dofile'
  ...ocal/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
  [C]: at 0x561da231b570
Error using run (line 40)
Failed to run Torch7 script.

-- Aaron Jackson - M6PIU http://aaronsplace.co.uk/

spiketg commented 4 years ago

Thanks for the quick reply, I followed all of the instructions in the readme fully but will attempt a reinstall agian in case I missed anything.