angeladai / cnncomplete

[CVPR'17] Shape Completion using 3D-Encoder-Predictor CNNs and Shape Synthesis
http://graphics.stanford.edu/projects/cnncomplete/
Other
140 stars 24 forks source link

Unable to run train_class.lua #3

Open ph81323 opened 7 years ago

ph81323 commented 7 years ago

Hi, When I run the training command as you said on Readme. It said that I don't have "getLinesFromFile" /home/bonnie/torch/install/bin/luajit: train_class.lua:31: attempt to call global 'getLinesFromFile' (a nil value) stack traceback: train_class.lua:31: in main chunk [C]: in function 'dofile' ...nnie/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: at 0x00405d50 I also add require 'util' at top of train_class.lua but it still revealed the same error. Could you please help me? Thanks!

changhai0551 commented 6 years ago

Have you fixed the problem?