ObjectFlow icon indicating copy to clipboard operation
ObjectFlow copied to clipboard

undefined matcaffe_init

Open lynn2liu opened this issue 6 years ago • 4 comments

I successfully run the caffe code, but when I run the objectFlow demo, it said that 'undefined matcaffe_init'. What should I do?

lynn2liu avatar Mar 06 '18 07:03 lynn2liu

Have you compiled matcaffe by "make matcaffe"?

wasidennis avatar Mar 06 '18 10:03 wasidennis

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 avatar Oct 15 '18 02:10 Ruofei-Li

@Ruofei-Li yes, you need the configuration file contained in this repo.

wasidennis avatar Oct 15 '18 06:10 wasidennis

@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 ?

Ruofei-Li avatar Oct 15 '18 07:10 Ruofei-Li