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 #106

Closed OswaldoBornemann closed 5 years ago

OswaldoBornemann commented 5 years ago

i am new to this repo, when i installed the requirements in download.sh and ran ./run.sh, the error is below:

vrn$ ./run.sh
Scanning directory for data...
Found 5 images
5 images require a face detector
Initialising python libs...
Initialising detector...
~/torch/install/bin/luajit: cannot open <2D-FAN-300W.t7> in mode r  at ~/torch/pkg/torch/lib/TH/THDiskFile.c:673
stack traceback:
        [C]: at 0x7f491d643460
        [C]: in function 'DiskFile'
        ~/torch/install/share/lua/5.1/torch/File.lua:405: in function 'load'
        main.lua:30: in main chunk
        [C]: in function 'dofile'
        ...wild/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
        [C]: at 0x00405d50
ls: cannot access '*.txt': No such file or directory
ls: cannot access '*.raw': No such file or directory
AaronJackson commented 5 years ago

Run the download script again - you are missing the model file, which should have been downloaded just fine.