GOTURN
GOTURN copied to clipboard
Use precompiled caffe on Ubuntu 17.04
Currently caffe allows users of Ubuntu of 17.04 to download the pre-compiled caffe. I'm confused regarding your CMakeList.txt which you need us to insert the CAFFE_LIBRARIES and CAFFE_INCLUDE_DIRS.
The problem is I can't found any file regarding caffe except the binary of caffe itself (which is located in /usr/bin/caffe), thus when I try to insert the CAFFE_LIBRARIES and CAFFE_INCLUDE as your hint says it always said not found because all the machine have is the binary of caffe.
Can anyone help me with this problem?