I'm working on getting an example run for the audioCaffe framework http://multimedia-commons.s3-website-us-west-2.amazonaws.com/?prefix=tools/audioCaffe/
The root directory of this project contains an include directory.
Except, when I navigate to tools and compile g++ caffe.cpp it throws an error:
caffe.cpp:8:10: fatal error: 'caffe/caffe.hpp' file not found
note that include/caffe/caffe.hpp exists
caffe.cppinside theincludedirectory?g++or I just gotta download the 230MB file to check it out?#include caffe/[header].hppso it shouldn't need to be, right?additional include directories, the include folder obviously