ObjectFlow
ObjectFlow copied to clipboard
undefined matcaffe_init
I successfully run the caffe code, but when I run the objectFlow demo, it said that 'undefined matcaffe_init'. What should I do?
Have you compiled matcaffe by "make matcaffe"?
I need configure and compile caffe under caffe-cedn-dev folder? Or I need download caffe package from https://github.com/BVLC/caffe and install caffe under caffe folder?
@Ruofei-Li yes, you need the configuration file contained in this repo.
@wasidennis I have errors when I configure caffe under caffe-cedn-dev folder in this repo. I find that this caffe package miss some files compared to official caffe package, so is this the reason I failed configure caffe by make all -j32 ?