caffe安装好后lib没有配置到/usr/lib或/usr/local/lib中,需手动配置:
export LD_LIBRARY_PATH=/path_to_your_caffe/build/lib/:$LD_LIBRARY_PATH
https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/148
本文链接:https://my.lmcjl.com/post/16776.html
展开阅读全文
caffe安装好后lib没有配置到/usr/lib或/usr/local/lib中,需手动配置:
export LD_LIBRARY_PATH=/path_to_your_caffe/build/lib/:$LD_LIBRARY_PATH
https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/148
本文链接:https://my.lmcjl.com/post/16776.html
4 评论