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

main.lua missing #110

Closed miladm closed 5 years ago

miladm commented 5 years ago

I do not find main.lua in the repository. Is there anything I must do to generate the file perhaps?

>> luajit: cannot open main.lua: No such file or directory
stack traceback:
    [C]: in function 'dofile'
    ...jani/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
    [C]: at 0x0100c90360

I am running on a macOS.

AaronJackson commented 5 years ago

Did you recursively clone the repo? See readme.

miladm commented 5 years ago

Thanks! Saw your older posts. All is good now 👍