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 execute the test script #1

Open siddharthsrivastava opened 7 years ago

siddharthsrivastava commented 7 years ago

Hi

I have successfully compiled the code, but while executing the sample script I get the following error

/home/siddharth/.luarocks/share/lua/5.1/hdf5/init.lua:15 Unable to find the HDF5 lib we were built against - trying to find it elsewhere
/home/siddharth/torch/install/bin/luajit: /home/siddharth/torch/install/share/lua/5.1/trepl/init.lua:389: /home/siddharth/torch/install/share/lua/5.1/trepl/init.lua:389: /home/siddharth/.luarocks/share/lua/5.1/hdf5/ffi.lua:29: libhdf5.so: cannot open shared object file: No such file or directory stack traceback: [C]: in function 'error' /home/siddharth/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require' train_class.lua:5: in main chunk [C]: in function 'dofile' ...arth/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: at 0x00405d50

I have checked that lua.config points to the correct version of HDF5. Can anyone help ?

angeladai commented 7 years ago

have you installed the correct hdf5 library? (https://github.com/deepmind/torch-hdf5)