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

fb/python/lib.so: undefined symbol: _ZN6google4base21CheckOpMessageBuilder9NewStringEv #52

Closed shubaozhang closed 6 years ago

shubaozhang commented 6 years ago

[root@localhost vrn]# ./run.sh /root/torch/install/bin/luajit: /root/torch/install/share/lua/5.1/trepl/init.lua:389: /root/torch/install/share/lua/5.1/trepl/init.lua:389: /root/torch/install/share/lua/5.1/trepl/init.lua:389: error loading module 'fb.python.lib' from file '/home/liyilun/torch/install/lib/lua/5.1/fb/python/lib.so': /home/liyilun/torch/install/lib/lua/5.1/fb/python/lib.so: undefined symbol: _ZN6google4base21CheckOpMessageBuilder9NewStringEv stack traceback: [C]: in function 'error' /root/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require' main.lua:8: in main chunk [C]: in function 'dofile' /root/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: at 0x004064f0 ls: cannot access .txt: No such file or directory ls: cannot access .raw: No such file or directory

zhoujianwen commented 6 years ago

@shubaozhang @AaronJackson Same mistake! How? a6289088-b998-4f3b-bbf8-e0e7d24fcce5

AaronJackson commented 6 years ago

You both have different errors but try what I suggested here: https://github.com/AaronJackson/vrn/issues/39

shubaozhang commented 6 years ago

@AaronJackson It's not a segmentation fault error, but more like a linking error -- fp-python.

AaronJackson commented 6 years ago

@shubaozhang which distribution and version of Linux are you using?