wywu / LAB

[CVPR 2018] Look at Boundary: A Boundary-Aware Face Alignment Algorithm
https://wywu.github.io/projects/LAB/LAB.html
Other
1.01k stars 273 forks source link

make problem #43

Open JCBourne97 opened 5 years ago

JCBourne97 commented 5 years ago

my system is ubuntu16.04,python2.7,caffe(CPU),when I do make it shows:

xyl@xyl-K501LB:~/文档/LAB/LAB-master$ make all -j4 CXX src/caffe/util/interp.cpp CXX src/caffe/util/signal_handler.cpp CXX src/caffe/util/io.cpp CXX src/caffe/util/cudnn.cpp CXX src/caffe/util/db.cpp In file included from src/caffe/util/interp.cpp:4:0: ./include/caffe/util/interp.hpp:6:23: fatal error: cublas_v2.h: 没有那个文件或目录 compilation terminated. Makefile:581: recipe for target '.build_release/src/caffe/util/interp.o' failed make: [.build_release/src/caffe/util/interp.o] Error 1 make: 正在等待未完成的任务....

can you please tell me where the problem is?

liguiyuan commented 5 years ago

@JCBourne97 Hi, I have the same problem as you, can tell me how to solve this problem, thank you~

CodingMice commented 5 years ago

just comment "#include" in ./include/caffe/util/interp.hpp.