I trained net using my own dataset via caffe, now I want to write a classification code using C++. My machine (linux) works with CPU only! (I train the net in VM with GPU's).
When I try to "include" specific Caffe header: #include <caffe/caffe.hpp>
the compiler shows me this message: fatal error: caffe/caffe.hpp: No such file or directory
.
I tried to copy specific caffe files to /usr/lib/
but it didn't help. Any suggestions?